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
2010-09-24 12:54:31 +02:00
..
caching Escape 'caching' when used in a sentence; remove unnessesary quotes 2010-08-26 21:58:57 +02:00
deprecated Remove deprecated support to <% form_for %> and several ActionController::Base methods. 2010-08-29 21:08:14 -03:00
metal There is no need to use instance_eval since the proc is created in the same context it is eval'ed. 2010-09-24 12:54:31 +02:00
railties Forgot to move that line to railtie on rebase 2010-09-03 22:59:16 +02:00
vendor Refactor methods in html node to avoid injects. 2010-09-22 18:08:02 -03:00
base.rb updated instructions on how to change the default session store 2010-09-18 12:46:21 -03:00
caching.rb Escape 'caching' when used in a sentence; remove unnessesary quotes 2010-08-26 21:58:57 +02:00
deprecated.rb Remove deprecated support to <% form_for %> and several ActionController::Base methods. 2010-08-29 21:08:14 -03:00
log_subscriber.rb Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing frameworks like ActiveRecord and ActiveResource to log outsude Rails::Application [#4816 state:resolved] 2010-06-24 13:23:43 +02:00
metal.rb added block arguments to ActionController::Metal#use 2010-09-12 07:35:54 +08: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 Do not require passing :app to mounted helpers, it's actually useless and not DRY 2010-09-08 19:27:59 +02:00
record_identifier.rb No need to delegate. Simply include the whole RecordIdentifier module. 2010-07-21 11:46:38 +02:00
test_case.rb escape constant names 2010-08-26 23:10:00 +02:00