Update rails to 4.0:

* Add protected_attributes gem dependency;
* Remove deprecated usages of AR .find method;
This commit is contained in:
Thibault Jouan
2014-04-01 03:26:12 +00:00
parent bd39be32c5
commit aa2b43ab42
22 changed files with 138 additions and 141 deletions

4
bin/bundle Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env ruby
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
load Gem.bin_path('bundler', 'bundle')