Skip to content

Commit

Permalink
Upgrading gmaps4rails
Browse files Browse the repository at this point in the history
Updated to make things work with the latest version of gmaps4rails.
Removed js files and added references to use the asset pipeline,
externalised template, updated controllers.
  • Loading branch information
Pluies committed Oct 4, 2015
1 parent f3796e2 commit 8fe357c
Show file tree
Hide file tree
Showing 16 changed files with 49 additions and 1,250 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -39,4 +39,5 @@ gem 'rvm'
gem 'gmaps4rails'
gem 'geocoder'
gem 'http_accept_language'
gem 'lodash-rails'

3 changes: 3 additions & 0 deletions Gemfile.lock
Expand Up @@ -66,6 +66,8 @@ GEM
thor (>= 0.14, < 2.0)
json (1.8.3)
libv8 (3.16.14.11)
lodash-rails (3.10.1)
railties (>= 3.1)
mail (2.5.4)
mime-types (~> 1.16)
treetop (~> 1.4.8)
Expand Down Expand Up @@ -172,6 +174,7 @@ DEPENDENCIES
gmaps4rails
http_accept_language
jquery-rails
lodash-rails
rails (= 3.2.22)
rspec-rails
rvm
Expand Down
2 changes: 2 additions & 0 deletions app/assets/javascripts/application.js
Expand Up @@ -6,4 +6,6 @@
//
//= require jquery
//= require jquery_ujs
//= require lodash
//= require gmaps/google
//= require_tree .

0 comments on commit 8fe357c

Please sign in to comment.