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-08-19 15:16:11 -03:00
..
caching cache_sweeper yields blank output 2010-06-08 23:20:04 +02:00
deprecated Fixes for "router" and "routes" terminology 2010-07-03 22:42:31 +02:00
metal Use attribute readers as they are faster in general. 2010-08-19 15:16:11 -03:00
vendor Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
base.rb Also move asset_path to AbstractController. 2010-07-24 00:47:48 +02:00
caching.rb Clean up the config object in ActionPack. Create config_accessor which just delegates to the config object, reducing the number of deprecations and add specific tests. 2010-04-22 12:00:13 +02:00
deprecated.rb
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 Fixes for "router" and "routes" terminology 2010-07-03 22:42:31 +02: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 Clean up AM and AC railties. 2010-07-24 00:48:12 +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 Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00