rails/actionpack/lib
Michiel Sikkes f7277d99bf Make current_url? work with a HEAD method
ActionDispatch::Head was removed in favor of Rack::Head. But Rack::Head
does not convert GET requests to HEAD requests so we need to do
checking for HEAD requests ourselves.
2013-01-28 21:18:57 +01:00
..
abstract_controller Review #translate docs [ci skip] 2013-01-20 22:49:42 -02:00
action_controller Remove caching_allowed? from ActionController::Caching 2013-01-28 21:17:48 +01:00
action_dispatch Use Encoding::UTF_8 constant 🚯 2013-01-28 17:06:02 +09:00
action_pack rails/master is now 4.0.0.beta and will only support Ruby 1.9.3+ 2011-12-20 09:30:37 -06:00
action_view Make current_url? work with a HEAD method 2013-01-28 21:18:57 +01:00
abstract_controller.rb load active_support/core_ext/module/delegation in active_support/rails 2012-08-02 21:59:23 +02:00
action_controller.rb extract PerformanceTest into rails-performance_tests gem 2013-01-10 17:09:06 +01:00
action_dispatch.rb extract PerformanceTest into rails-performance_tests gem 2013-01-10 17:09:06 +01:00
action_pack.rb Updated copyright notices for 2013 2012-12-31 20:35:29 +00:00
action_view.rb Updated copyright notices for 2013 2012-12-31 20:35:29 +00:00