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
2011-12-25 22:22:22 +03: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 remove File#to_path alias 2011-12-25 22:22:22 +03: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 Fix extend -> include. 2011-12-09 21:42:18 +01: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 Fix diagnostics page for routing errors. 2011-12-15 19:43:49 +01:00
record_identifier.rb Update AC::RecordIdentifier example 2011-10-15 11:34:33 +04:00
test_case.rb escape assigns[:person], assigns[person] etc in actioncontroller testcase 2011-12-14 15:38:15 -07:00