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 use :en as a default locale (in favor of :en-US) 2008-11-18 14:23:53 +01:00
actionpack.rb