aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/journey
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add docs for Router::Utils.unescape_uri methoddixpac2017-04-301-0/+4
* [docs] fix ActionDispatch documentationHrvoje Šimić2017-03-135-5/+11
* Correct spellingBenjamin Fleischer2017-02-051-1/+1
* Merge pull request #27647 from Shopify/fully-eagerload-journeyRafael França2017-01-303-0/+22
|\
| * Fully initialize routes before the first request is handledJean Boussier2017-01-183-0/+22
* | class Foo < Struct.new(:x) creates an extra unneeded anonymous classAkira Matsuda2017-01-131-1/+1
|/
* Use `next` instead of `break`; avoid terminating whole loopJon Moss2016-12-291-1/+1
* Optimize Journey::Route#scoreBen Hughes2016-12-282-5/+14
* Shave a couple of allocations off Journey scan & parseMatthew Draper2016-12-253-203/+207
* Privatize unneededly protected methods in Action PackAkira Matsuda2016-12-241-3/+3
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-298-12/+12
* Fix :stopdoc: to :startdoc: [ci skip]Ryuta Kamizono2016-10-281-1/+1
* Remove all Journey constant from public APIRafael Mendonça França2016-10-265-7/+17
* Show an "unmatched constraints" error for mismatching and present paramsChris Carter2016-10-031-1/+5
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-11/+11
* Fix broken heredoc indentation caused by rubocop auto-correctRyuta Kamizono2016-09-031-1/+1
* Merge pull request #26156 from sfaxon/route_visualizer_fixRafael França2016-08-161-1/+3
|\
| * fix Rails.application.routes.router.visualizer for router debuggingSeth Faxon2016-08-131-1/+3
* | Add three new rubocop rulesRafael Mendonça França2016-08-163-4/+4
|/
* revises more Lint/EndAlignment offensesXavier Noria2016-08-081-2/+2
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* applies remaining conventions across the projectXavier Noria2016-08-065-6/+4
* normalizes indentation and whitespace across the projectXavier Noria2016-08-064-173/+173
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-1/+1
* modernizes hash syntax in actionpackXavier Noria2016-08-061-1/+1
* applies new string literal convention in actionpack/libXavier Noria2016-08-0616-53/+53