aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/middleware/remote_ip_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-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
* applies new string literal convention in railties/testXavier Noria2016-08-061-6/+6
* remove args from assert_nothing_raised in testsTara Scherner de la Fuente2016-02-221-3/+3
* Refactor ActionDispatch::RemoteIpSam Aarons2014-08-211-1/+15
* make sure both headers are set before checking for ip spoofingTamir Duberstein2013-06-041-0/+10
* Remove comments about removing LegacyKeyGenerator in 4.1Trevor Turk2013-04-031-1/+0
* Rename DummyKeyGenerator -> LegacyKeyGeneratorTrevor Turk2013-04-021-2/+2
* Restore original remote_ip algorithm.Andre Arko2013-01-021-1/+1
* Use derived keys everywhere, http_authentication was missing itSantiago Pastorino2012-11-031-1/+3
* Remove app building setup/teardown for remote ip railtie testsCarlos Antonio da Silva2012-08-211-14/+0
* convert railties to use AS::TestCaseAaron Patterson2012-01-051-1/+1
* Solve the RAILS_ENV problem in the railties tests in a more generic wayJon Leighton2011-06-061-0/+4
* Fix a routing test. Reorganize middleware tests.José Valim2010-10-021-0/+63