-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
16 changed files
with
49 additions
and
1,250 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,4 +39,5 @@ gem 'rvm' | |
gem 'gmaps4rails' | ||
gem 'geocoder' | ||
gem 'http_accept_language' | ||
gem 'lodash-rails' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,6 @@ | |
// | ||
//= require jquery | ||
//= require jquery_ujs | ||
//= require lodash | ||
//= require gmaps/google | ||
//= require_tree . |
Oops, something went wrong.