-
Notifications
You must be signed in to change notification settings - Fork 0
Upgrading rails version
Travis logs these warnings (https://travis-ci.org/tansaku/LocalSupport/builds/9474191)
rspec stub! is deprecated
rspec mock is deprecated - use double
https://gist.github.com/mtc2013/6079095
(https://github.com/apneadiving/Google-Maps-for-Rails/issues/357)
LocalSupport doesn't use vendor plugins but heroku does
Heroku will hopefully deal automatically with the deprecation warnings
(http://stackoverflow.com/a/9042604)
(https://devcenter.heroku.com/articles/rails4#upgrading-a-rails3-app)
protected_attributes gem or strong parameters protection model? (gem not supported after 4.0)
(http://weblog.rubyonrails.org/2012/3/21/strong-parameters/) (http://edgeapi.rubyonrails.org/classes/ActionController/StrongParameters.html)
(http://guides.rubyonrails.org/working_with_javascript_in_rails.html#turbolinks
(http://guides.rubyonrails.org/routing.html#http-verb-constraints)