aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/url_generation_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add credentials using a generic EncryptedConfiguration class (#30067)David Heinemeier Hansson2017-09-111-1/+0
* 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
* Remove deprecated support to :text in renderRafael Mendonça França2016-10-101-1/+1
* applies new string literal convention in railties/testXavier Noria2016-08-061-3/+3
* Remove unused boot_rails method and it's usagePrathamesh Sonpatki2016-07-041-2/+0
* pass a config to the route setAaron Patterson2015-03-051-0/+13
* `secret_token` is now saved in `Rails.application.secrets.secret_token`Benjamin Fleischer2014-11-021-1/+1
* Missing AV requires in railties testsŁukasz Strzałkowski2013-08-251-0/+1
* Removing use of subclassed application constant and instead using thewangjohn2013-06-031-1/+1
* Rename secret_token_key to secret_key_baseSantiago Pastorino2012-11-031-1/+1
* Sign cookies using key deriverSantiago Pastorino2012-11-031-1/+1
* Remove warning setting eager_loadRafael Mendonça França2012-10-181-0/+1
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-3/+3
* Remove default match without specified methodJose and Yehuda2012-04-241-1/+1
* convert railties to use AS::TestCaseAaron Patterson2012-01-051-1/+1
* Create a deprecation behavior that triggers a notification for deprecation no...wycats2010-06-291-0/+1
* Rename config.cookie_secret to config.secret_token and pass it as configurati...José Valim2010-04-051-1/+1
* Deprecated ActionController::Base.session_options= and ActionController::Base...Carlhuda2010-03-041-1/+2
* Fix Sam Ruby's tests and deprecation warningsCarlhuda2010-03-041-1/+1
* Final pass at removing the router from a global constantCarlhuda2010-02-251-0/+42