aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/url_for_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Don't handle params option in a special way in url_for helper"Rafael Mendonça França2019-01-161-0/+8
* Use respond_to test helpersDaniel Colson2018-01-251-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
* Reuse the Parameters#to_h check in the routing helpersRafael Mendonça França2017-04-181-1/+1
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-051-1/+1
* Use `next` instead of `break`; avoid terminating whole loopJon Moss2016-12-291-0/+21
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-5/+5
* Add three new rubocop rulesRafael Mendonça França2016-08-161-23/+23
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-8/+8
* modernizes hash syntax in actionpackXavier Noria2016-08-061-69/+69
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-141/+141
* Deprecate :controller and :action path parametersAndrew White2016-03-011-3/+12
* Prevent ActionController::Parameters from being passed to url_for directlyJean Boussier2015-12-151-0/+7
* `url_for` does not modify polymorphic optionsBernerd Schaefer2015-09-041-0/+20
* pass a config to the route setAaron Patterson2015-03-051-6/+10
* Fallback to RAILS_RELATIVE_URL_ROOT in `url_for`.Yasyf Mohamedali2015-02-241-0/+10
* Merge branch 'nil_script_name'Santiago Pastorino2014-11-251-0/+7
|\
| * Add regression test case to ensure script_name as nil is not used anymore in ...Santiago Pastorino2014-11-251-0/+7
|/
* Anchor should not be appended when set to nil/false.Guo Xiang Tan2014-11-231-0/+14
* Remove useless `only_path: true` in path helpersGodfrey Chan2014-11-101-3/+2
* Expectations firstAkira Matsuda2014-08-181-15/+15
* helper methods are public, so we can just call themAaron Patterson2014-07-171-4/+4
* use Ruby for mockingAaron Patterson2014-06-121-1/+1
* Revert "Rewrite journey routes formatter for performance"Aaron Patterson2014-05-191-0/+20
* ActionDispatch::Http::URL.normalize_port should not strip port for protocol r...Guilherme Cavalcanti2014-05-111-0/+12
* Remove outdated TODO from url_for test, this test was fixed in 900a2d30Zachary Scott2014-02-091-3/+0
* Take Hash with options inside Array in #url_forAndrey Ognevsky2013-11-151-0/+18
* Passing subdomain: '' to url_for removes the subdomain (instead of adding a l...Derek Watson2013-04-181-0/+7
* Namespace HashWithIndifferentAccessAkira Matsuda2013-01-071-3/+2
* Remove warning renaming the test classes to use the test conventionRafael Mendonça França2012-07-291-1/+1
* Remove default match without specified methodJose and Yehuda2012-04-241-8/+8
* Revert "Merge pull request #5750 from ahoward/master"Santiago Pastorino2012-04-081-18/+0
* Make url_for work when option is nil and default_url_options hasRafael Mendonça França2012-04-051-0/+9
* carefully and quickly merge url_for optionsara.t.howard2012-04-041-0/+9
* Add test for default_url_options[:port]Aaron Suggs2012-03-281-0/+12
* Fix url_for options[:subdomain] to allow objects as valueschoonkeat2011-12-141-0/+8
* Fix trouble using :subdomain in development environment when using numeri...Bradford Folkens2011-11-081-0/+11
* :subdomain can now be specified with a value of false in url_for, allowing fo...Kamil Sobieraj2011-10-041-0/+14
* expected message should come firstNeeraj Singh2011-06-111-2/+2
* Filter params that return nil for to_param and allow through false valuesAndrew White2011-03-091-0/+8
* Protocol-relative URL support.Stephen Celis2011-02-021-1/+14
* :subdomain, :domain and :tld_length options can now be used in url_for, allow...Josh Kalderimis2010-11-231-1/+22
* Use parentheses when using assert_match followed by a regexp to avoid warnings.Emilio Tagua2010-09-271-1/+1
* Fixed url_for testŁukasz Strzałkowski2010-09-051-1/+1
* Removed deprecated RouteSet API, still many tests failPiotr Sarnacki2010-09-051-4/+4
* Unify routes naming by renaming router to routesPiotr Sarnacki2010-07-021-1/+1
* URL fragments should not have safe characters escaped. Ref: Appendix A, http:...Andrew White2010-06-251-3/+9
* Make ActionDispatch url_for use HWIA symbolize_keysSantiago Pastorino2010-04-221-3/+7