This file contains hidden or 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
# .../app/assets/javascripts/places_show.js.coffee | |
PlaceShow = | |
initialize: (opts) -> | |
#******************************************************************************************* | |
# INITIALIZERS | |
#******************************************************************************************* | |
isCalendarOpen = false | |
@.initializePanoramas() | |
@.initializeSlider() | |
@.initializeSharePlace(opts.share_title, opts.share_url, opts.share_id) |
This file contains hidden or 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
group :development do | |
# Spring speeds up development by keeping your application running in the background. | |
#> https://github.com/rails/spring | |
gem 'spring' | |
# Better Errors replaces the standard Rails error page with a much better and more useful error page. | |
#> https://github.com/charliesome/better_errors | |
gem 'better_errors' | |
gem 'binding_of_caller' # adding REPL |
NewerOlder