1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib
Michael Koziarski 9fdb15e60f Change the forgery token implementation to just be a simple random string.
This deprecates the use of :secret and :digest which were only needed when we were hashing session ids.
2008-11-23 14:28:34 +01:00
..
action_controller Change the forgery token implementation to just be a simple random string. 2008-11-23 14:28:34 +01:00
action_pack Assume that the next version is going to be 2.3 for now 2008-11-19 14:12:38 +01:00
action_view Added ActiveSupport::BacktraceCleaner and Rails::BacktraceCleaner for cutting down on backtrace noise (inspired by the Thoughtbot Quiet Backtrace plugin) [DHH] 2008-11-22 18:06:08 +01:00
action_controller.rb Vendor rack 0.4.0 2008-11-22 14:33:00 -06:00
action_pack.rb
action_view.rb
actionpack.rb