aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/journey/formatter.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Keep part when scope option has valueAlberto Almagro2019-05-221-1/+1
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-1/+1
* [Action Pack] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Prepare AP and AR to be frozen string friendlyKir Shatrov2017-07-061-1/+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
* [docs] fix ActionDispatch documentationHrvoje Šimić2017-03-131-1/+1
* Use `next` instead of `break`; avoid terminating whole loopJon Moss2016-12-291-1/+1
* Optimize Journey::Route#scoreBen Hughes2016-12-281-1/+5
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* Fix :stopdoc: to :startdoc: [ci skip]Ryuta Kamizono2016-10-281-1/+1
* Remove all Journey constant from public APIRafael Mendonça França2016-10-261-1/+3
* Show an "unmatched constraints" error for mismatching and present paramsChris Carter2016-10-031-1/+5
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-1/+1
* Refactor handling of :action default in routingAndrew White2016-02-161-2/+7
* Fix route creation when format is a blank stringeileencodes2015-09-021-1/+1
* only keep one hash of named routesAaron Patterson2015-08-141-1/+1
* Array#any? is slower and not the inverse of Array#empty?Jean Boussier2015-07-301-2/+2
* Use delete_if instead of each; delete(key)schneems2015-07-301-3/+2
* Remove (another) array allocationschneems2015-07-301-5/+14
* Remove array allocationschneems2015-07-301-2/+2
* Avoid calling to_s on nil in journey/formatterschneems2015-07-301-2/+2
* Speed up journey missing_keysschneems2015-07-291-3/+15
* Speed up journey extract_parameterized_partsschneems2015-07-291-2/+3
* sort_by instead of sortYang Bo2015-04-081-1/+1
* Remove deprecated option `use_route` in controller testsRafael Mendonça França2015-01-041-15/+0
* Don't show the warning if we're already raising the error anywayGodfrey Chan2014-11-231-8/+13
* Deprecate passing an invalid name to `Formatter#generate`Godfrey Chan2014-11-231-0/+10
* fix url generation error messageAccessd2014-10-211-1/+1
* `recall` should be `path_parameters`, also make it requiredAaron Patterson2014-07-171-3/+3
* Remove AD::Journey::Formatter#verify_required_parts!Viktar Basharymau2014-05-231-5/+0
* Merge pull request #15254 from DNNX/formatter-refactoring-3Rafael Mendonça França2014-05-221-4/+4
|\
| * Rename `stack` to `queue`Viktar Basharymau2014-05-221-4/+4
* | Merge pull request #15252 from DNNX/formatter-refactoring-2Rafael Mendonça França2014-05-221-1/+1
|\ \
| * | Remove unnecessary `Hash#to_a` callViktar Basharymau2014-05-221-1/+1
| |/
* / Use `break` instead of `next` in AD::Journey::Formatter#match_routeViktar Basharymau2014-05-221-1/+1
|/
* do not mutate parameters, let the caller do mutationsAaron Patterson2014-05-211-0/+6
* we don't use this parameter for anything, so rmAaron Patterson2014-05-201-1/+1
* Replace map.flatten(1) with flat_mapErik Michaels-Ober2014-02-281-2/+2
* Show full route constraints in error messageAndrew White2014-01-051-2/+2
* Skip Rack applications and redirects when generating urlsAndrew White2013-07-161-1/+5
* rails -> Rails [ci skip]Prathamesh Sonpatki2013-05-091-1/+1
* Mark unused variables and make some style fixesAgis Anastasopoulos2013-04-081-1/+1
* Raise correct exception now Journey is integrated.Andrew White2013-01-151-1/+6
* remove another unnecessary dupGosha Arinich2013-01-021-5/+3
* remove unnecessary #dupGosha Arinich2013-01-021-2/+1
* update AD::Journey to follow Rails coding conventionsFrancesco Rodriguez2012-12-201-84/+82
* :nodoc: Journey because is not part of the public API [ci skip]Francesco Rodriguez2012-12-191-6/+5