rails/actionpack/lib
Andrew White 8227bf7ee9 Use request.fullpath to build redirect url in force_ssl
The `force_ssl` command now builds the redirect url from `request.fullpath`.
This ensures that the format is maintained and it doesn't redirect to a route
that has the same parameters but is defined earlier in `routes.rb`. Also any
optional segments are maintained.

Fixes #7528.
Fixes #9061.
Fixes #10305.
2013-04-25 08:33:21 +01:00
..
abstract_controller Avoid leak into controller's action_methods 2013-04-18 20:03:31 +04:00
action_controller Use request.fullpath to build redirect url in force_ssl 2013-04-25 08:33:21 +01:00
action_dispatch Merge pull request #10301 from vipulnsward/extract_in_mapper 2013-04-22 11:49:27 -07:00
action_pack Add version method to top level modules 2013-03-21 19:56:07 +11:00
action_view Merge pull request #10267 from vipulnsward/use_destructive_method 2013-04-19 10:32:33 -07:00
abstract_controller.rb
action_controller.rb extract PerformanceTest into rails-performance_tests gem 2013-01-10 17:09:06 +01:00
action_dispatch.rb Remove extra whitespace 2013-04-06 00:54:44 +03:00
action_pack.rb
action_view.rb