aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/force_ssl_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Deprecate controller level force_sslDerek Prior2018-03-301-14/+26
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Remove unneeded FIXME noteRafael Mendonça França2016-08-291-2/+0
* modernizes hash syntax in actionpackXavier Noria2016-08-061-19/+19
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-31/+31
* Fix `request.ssl?` bug with Action CableJon Moss2016-02-231-0/+9
* Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-171-8/+8
* Remove `assigns` and `assert_template`.Guo Xiang Tan2015-05-301-2/+2
* Revert "Merge pull request #19682 from supercaracal/fix_force_ssl_redirection...Santiago Pastorino2015-04-121-25/+0
* fix a wrong feature test method nameTaishi Kasuga2015-04-111-1/+1
* fix fails to force_ssl_redirection if session_store is disabledTaishi Kasuga2015-04-091-0/+25
* Switch to kwargs in ActionController::TestCase and ActionDispatch::IntegrationKir Shatrov2015-01-291-3/+3
* Remove tests method for test cases when controller can be inferred.Guo Xiang2014-05-031-14/+1
* 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