aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/url_rewriter_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the futureRyuta Kamizono2017-12-141-1/+1
* 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
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-1/+0
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-3/+3
* modernizes hash syntax in actionpackXavier Noria2016-08-061-14/+14
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-25/+25
* Deprecate :controller and :action path parametersAndrew White2016-03-011-1/+3
* remove call to build_requestAaron Patterson2015-07-081-1/+0
* let the superclass build the request and responseAaron Patterson2015-07-081-2/+2
* this test is not a controller test, so switch to AS::TCAaron Patterson2012-07-281-1/+1
* Remove default match without specified methodJose and Yehuda2012-04-241-1/+1
* / is allowed in URI fragmentsJeremy Kemper2011-10-131-2/+2
* Removed deprecated RouteSet API, still many tests failPiotr Sarnacki2010-09-051-0/+5
* Consistent routing languageJoshua Peek2010-03-301-14/+14
* RouteSet#rewrite => url_forJoshua Peek2010-03-091-1/+1
* Move AC::UrlRewriter onto route setJoshua Peek2010-03-091-4/+1
* Get rid of the instance-level URL rewriterwycats2010-03-091-29/+15
* WIP: Remove the global routerCarlhuda2010-02-251-16/+16
* Remove duplicated url_for code and move methods shared between ActionMailer a...José Valim2010-01-071-265/+0
* Remove deprecated formatted named routesJosé Valim2010-01-041-18/+0
* More test portingJoshua Peek2009-12-081-3/+3
* Use new routing dsl in testsJoshua Peek2009-12-081-2/+2
* Start rewriting some internal tests to use the new routing dslJoshua Peek2009-10-201-5/+3
* Fix brittle query string comparisonsJoshua Peek2009-10-171-5/+5
* Add fake controllers for url rewriter testsJoshua Peek2009-09-061-0/+1
* UrlRewriter#rewrite_url should call #to_param on the value given in :anchor o...Jeffrey Hardy2009-08-261-0/+26
* Cleanup route reloading in tests. Prefer with_routing over using ActionContro...Joshua Peek2009-08-161-70/+71
* Deprecate router generation "best match" sortingJoshua Peek2009-08-091-3/+3
* Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-1/+1
* Ensure that when UrlWriter is included in multiple classes, the default_url_o...Nathan de Vries2009-01-281-1/+16
* Fix routing test and add changelog note about draw no longer clearing the rou...David Heinemeier Hansson2008-11-261-0/+1
* Added optimal formatted routes to rails, deprecating the formatted_* methods,...Aaron Batalion2008-11-261-0/+35
* Move controller assertions from base TestCase to AC:: and AV::TestCaseJeremy Kemper2008-11-071-3/+2
* AbstractRequest.relative_url_root is no longer automatically configured by a ...Joshua Peek2008-07-241-28/+27
* Add :trailing_slash option to UrlWriter. Closes #9117 [juanjo.bazan]Michael Koziarski2008-02-181-0/+34
* UrlWriter respects relative_url_root. Closes #10748.Jeremy Kemper2008-01-101-4/+34
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Fix url_for, redirect_to, etc. with :controller => :symbol instead of 'string...Jeremy Kemper2007-10-071-0/+4
* Disable optimisation code for UrlWriter as request.host doesn't make sense th...Michael Koziarski2007-09-171-0/+4
* Make :trailing_slash work with query parameters for url_for. Closes #4004 [nov]Michael Koziarski2007-07-141-0/+10
* Improve UrlRewriter tests. Improve helper test coverage. Closes #7207, #7208,...Jeremy Kemper2007-06-131-0/+10
* Update UrlWriter to accept :anchor parameter. Closes #6771.Nicholas Seckar2007-05-021-0/+13
* Adjust test for unsorted Array#to_query. References #7756.Jeremy Kemper2007-03-111-2/+2
* Allow array and hash query parameters. Array route parameters are converted/t...Jeremy Kemper2007-03-061-10/+51
* Added URL escaping of user and password when used through the UrlWriterDavid Heinemeier Hansson2007-03-041-1/+8
* Added user/password options for url_for to add http authentication in a URL [...David Heinemeier Hansson2007-03-031-0/+7
* Added :port and :host handling to UrlRewriter (which unified url_for usage, r...David Heinemeier Hansson2007-02-251-0/+26