aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/journey
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-139-11/+0
* Remove Route#build as it wasn't usedAlberto Almagro2019-05-221-7/+1
* Use keyword arguments for ActionDispatch::Journey:Route constructorAlberto Almagro2019-05-221-3/+4
* Keep part when scope option has valueAlberto Almagro2019-05-222-5/+6
* Merge pull request #35975 from xithan/masterRafael França2019-04-151-1/+2
|\
| * mounted routes with non-word charactersxithan2019-04-151-1/+2
* | Adds named_captures to MatchData to emulate RegexBrandon Weaver2019-04-091-0/+4
|/
* `ast` is no longer to be `nil` since #33118Ryuta Kamizono2019-04-051-1/+0
* Restrict matching with word boundary or end of stringPetri Avikainen2019-02-051-1/+1
* Define word boundary for unanchored path regexpPetri Avikainen2019-02-051-1/+1
* Expand metaprogramming for Symbol, Slash and Dot.Alberto Almagro2018-12-071-6/+7
* Remove unused `Journey::Router::RoutingError`yuuji.yaginuma2018-11-181-3/+0
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-292-9/+9
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-232-4/+4
* Merge pull request #33054 from jboler/masterRafael França2018-07-031-0/+1
|\
| * Only build routes simulator when there is an ASTJonathan Boler2018-06-041-0/+1
* | Fix bug with eager_load in development environmentDan Jensen2018-06-111-1/+1
|/
* Remove 7 years old note-to-self by tenderloveutilum2018-05-221-2/+0
* Fix array routing constraintsfatkodima2018-02-171-2/+2
* Write the code in a more natural way.Rafael Mendonça França2018-02-161-2/+2
* PERF: reduce retained objects in JourneySam2018-02-161-2/+2
* correct the dedup codeSam2018-02-151-3/+3
* Revert "Revert "Merge pull request #31999 from SamSaffron/patch-1""Rafael Mendonça França2018-02-151-4/+11
* Revert "Merge pull request #31999 from SamSaffron/patch-1"Rafael Mendonça França2018-02-151-11/+4
* PERF: dedupe scanned route fragmentsSam2018-02-151-4/+11
* Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the futureRyuta Kamizono2017-12-141-10/+10
* removed unnecessary returnsShuhei Kitagawa2017-10-281-1/+1
* [Action Pack] require => require_relativeAkira Matsuda2017-10-219-16/+16
* Update links to use https link instead of http [ci skip]Yoshiyuki Hirano2017-08-221-1/+1
* Path parameters should default to UTF8eileencodes2017-08-011-1/+6
* Use frozen string literal in actionpack/Kir Shatrov2017-07-2914-1/+29
* normalize_path used to be nil tolerantAkira Matsuda2017-07-121-0/+1
* [Action Pack] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-113-0/+3
* Prepare AP and AR to be frozen string friendlyKir Shatrov2017-07-062-3/+5
* Merge branch 'master' into require_relative_2017Xavier Noria2017-07-021-3/+3
|\
| * Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-0216-16/+0
| * Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-0216-0/+16
| |\
| | * Enforce frozen string in RubocopKir Shatrov2017-07-0116-0/+16
| * | Make ActionView frozen string literal friendly.Pat Allan2017-06-201-1/+1
| * | Make ActionMailer frozen string literal friendly.Pat Allan2017-06-201-1/+1
| * | Make ActiveModel frozen string literal friendly.Pat Allan2017-06-201-1/+1
| |/
* / [Action Dispatch] require => require_relativeAkira Matsuda2017-07-019-16/+16
|/
* Merge pull request #29191 from bogdanvlviv/pass_params_filename_lineno_to_cla...Kasper Timm Hansen2017-05-291-5/+5
|\
| * Pass params __FILE__ and __LINE__ + 1 if class_eval with <<bogdanvlviv2017-05-291-5/+5
* | Merge pull request #29176 from bogdanvlviv/define-path-with__dir__Matthew Draper2017-05-261-1/+1
|\ \ | |/ |/|
| * Define path with __dir__bogdanvlviv2017-05-231-1/+1
* | Remove unused simulate methodeileencodes2017-05-221-8/+0
|/
* Maintain original encoding from patheileencodes2017-05-121-0/+2
* Remove `:doc:` in `:nodoc:` class [ci skip]Ryuta Kamizono2017-05-011-2/+2
* Add periodJon Moss2017-04-301-1/+1