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
Ryan McGeary 6efb849b32 Fixed force_ssl redirects to include original query params
`ActionController.force_ssl` redirects http URLs to their https equivalent;
however, when a URL contains a query string, the resulting redirect lacked the
original query string.

Conflicts:

	actionpack/lib/action_controller/metal/force_ssl.rb
2012-02-07 13:28:29 -05:00
..
abstract_controller Merge pull request #4866 from bogdan/terminate_after_callbacks 2012-02-04 02:53:47 -08:00
action_controller Fixed force_ssl redirects to include original query params 2012-02-07 13:28:29 -05:00
action_dispatch Fixed force_ssl redirects to include original query params 2012-02-07 13:28:29 -05: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 Always use content_tag for audio/video tag 2012-02-07 10:50:23 -02:00
sprockets run direcly $0 if rake invoked by Windows batch file. 2012-01-29 05:06:14 +09:00
abstract_controller.rb Refactor ActionMailer to not use hide_actions 2010-09-03 22:59:11 +02:00
action_controller.rb remove autoload UrlWriter, no longer exists 2012-01-29 17:00:37 +05:30
action_dispatch.rb Merge pull request #4248 from andrew/2012 2011-12-31 12:48:19 -08:00
action_pack.rb Updated copyright notices for 2012 2011-12-31 20:30:08 +00:00
action_view.rb Merge pull request #4248 from andrew/2012 2011-12-31 12:48:19 -08:00