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/action_controller
2012-01-12 20:31:23 +01:00
..
caching Remove unecessary config_accessors. 2011-12-24 09:59:28 +01:00
deprecated Partial revert of #d650b71 'Remove deprecated stuff in ActionController' 2010-09-26 02:13:48 +08:00
metal When force redirecting to SSL, make sure that the session is kept. As we're moving from a non-secure to secure environment, it's safe 2012-01-12 20:31:23 +01:00
railties Rely on a public contract between railties instead of accessing railtie methods directly. 2011-11-23 19:06:45 +00:00
vendor deprecate String#encoding_aware? and remove its usage 2011-12-24 15:57:54 +03:00
base.rb Made an example a little more realistic 2012-01-07 02:57:51 +04:00
caching.rb DrbStore removed from cache backends 2011-11-07 18:57:55 +04:00
deprecated.rb Partial revert of #d650b71 'Remove deprecated stuff in ActionController' 2010-09-26 02:13:48 +08:00
log_subscriber.rb logger adds a newline for us 2011-12-12 16:02:59 -08:00
metal.rb move show_detailed_exceptions? to Rescue module 2011-11-22 13:34:13 +03:00
middleware.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
railtie.rb Rails initialization with initialize_on_precompile = false should set assets_dir 2012-01-10 16:33:26 -02:00
record_identifier.rb Update AC::RecordIdentifier example 2011-10-15 11:34:33 +04:00
test_case.rb Merge branch 'master' of github.com:lifo/docrails 2012-01-11 20:18:55 +05:30