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-04-15 19:57:52 +02:00
..
caching Proc objects for cache_path for caches_action no longer need controller object, nor to use send when calling routing helpers 2011-03-26 11:34:05 +11:00
deprecated Partial revert of #d650b71 'Remove deprecated stuff in ActionController' 2010-09-26 02:13:48 +08:00
metal removes the RJS template handler 2011-04-13 13:23:18 +02:00
railties Remove the ability for engines to serve assets from the public directory. 2011-04-15 19:57:52 +02:00
vendor ActionController::Base.helpers.sanitize ignores case in protocol 2010-12-30 22:43:43 -02:00
base.rb s/ERb/ERB/g 2011-04-03 12:47:51 +09:00
caching.rb Escape 'caching' when used in a sentence; remove unnessesary quotes 2010-08-26 21:58:57 +02:00
deprecated.rb Partial revert of #d650b71 'Remove deprecated stuff in ActionController' 2010-09-26 02:13:48 +08:00
log_subscriber.rb A patch so that http status codes are still included in logs even during an exception [#6333 state:resolved] 2011-01-25 20:12:22 +01:00
metal.rb Add docs for ActionController::Metal class methods 2011-03-28 23:48:45 -04: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 Unify sprockets config options 2011-03-30 21:56:15 -05:00
record_identifier.rb removes reference to RJS from AC::RecordIdentifier docs 2011-04-13 13:24:32 +02:00
test_case.rb Improve testing of cookies in functional tests: 2011-03-06 12:49:44 +00:00