aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/force_ssl_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add support for extra options to `force_ssl`Andrew White2013-04-251-14/+106
* Use `request.fullpath` to build redirect url in `force_ssl`Andrew White2013-04-251-0/+63
* Extracted redirect logic from ActionController::Force::ClassMethods.force_sslJeremy Friesen2012-05-311-0/+31
* Tests :if option of force_ssl methodAlexey Vakhov2012-04-011-0/+23
* SSL should not be disabled by default in any environment.Pat Allan2012-02-231-14/+0
* Fixed force_ssl redirects to include original query paramsRyan McGeary2012-02-071-0/+6
* Use performed? instead of checking for response_bodyCarlos Antonio da Silva2012-01-191-3/+0
* When force redirecting to SSL, make sure that the session is kept. As we're m...Marcin Bunsch and Przemek DÄ…bek2012-01-121-1/+37
* accept optional :host parameter to force_sslBen Scheirman2011-10-081-1/+21
* Add controller-specific `force_ssl` method to force web browser to use HTTPS ...Prem Sichanugrist2011-03-281-0/+83