index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_dispatch
/
routing
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Don't allocate a hash unnecessarily
Andrew White
2017-02-21
2
-2
/
+6
*
|
Only accept symbols and strings for Mapper#direct
Andrew White
2017-02-21
1
-1
/
+6
*
|
Rename url_helper to direct
Andrew White
2017-02-21
1
-7
/
+7
*
|
Add support for defining custom url helpers in routes.rb
Andrew White
2017-02-21
2
-0
/
+116
*
|
Wrap routes.url_helpers.url_for via a proxy
Andrew White
2017-02-21
1
-4
/
+21
*
|
Merge pull request #27647 from Shopify/fully-eagerload-journey
Rafael França
2017-01-30
1
-0
/
+6
|
\
\
|
*
|
Fully initialize routes before the first request is handled
Jean Boussier
2017-01-18
1
-0
/
+6
*
|
|
Add examples for behaviour about redirection with and without options. Fixes ...
Vipul A M
2017-01-21
1
-0
/
+8
*
|
|
Add missing require
David Heinemeier Hansson
2017-01-16
1
-0
/
+1
|
/
/
*
|
Remove deprecated ActionController::Metal.call
Rafael Mendonça França
2017-01-03
1
-9
/
+7
*
|
Privatize unneededly protected methods in Action Pack
Akira Matsuda
2016-12-24
2
-27
/
+27
*
|
No need to nodoc private methods
Akira Matsuda
2016-12-24
1
-17
/
+17
*
|
Revert "fix typo in `match` doc [ci skip]"
Jon Moss
2016-11-19
1
-1
/
+1
*
|
fix typo in `match` doc [ci skip]
yuuji.yaginuma
2016-11-20
1
-1
/
+1
*
|
Fix incorrect output from rails routes when using singular resources issue #2...
Erick Reyna
2016-11-18
1
-5
/
+5
*
|
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
4
-13
/
+13
*
|
removes requires already present in active_support/rails
Xavier Noria
2016-10-27
1
-1
/
+0
*
|
let Regexp#match? be globally available
Xavier Noria
2016-10-27
1
-1
/
+0
*
|
Remove deprecated support for passing `:path` and route path as stings in `Ac...
Rafael Mendonça França
2016-10-10
1
-12
/
+1
*
|
Remove deprecated support passing path as `nil` in `ActionDispatch::Routing::...
Rafael Mendonça França
2016-10-10
1
-5
/
+1
*
|
Show an "unmatched constraints" error for mismatching and present params
Chris Carter
2016-10-03
1
-1
/
+1
*
|
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
1
-13
/
+13
*
|
RuboCop is 100% green :tada:
Xavier Noria
2016-09-02
1
-10
/
+11
*
|
fixes remaining RuboCop issues [Vipul A M, Xavier Noria]
Xavier Noria
2016-09-01
2
-3
/
+3
*
|
Override `respond_to_missing?` instead of `respond_to?` when possible
Sean Griffin
2016-08-31
1
-1
/
+1
*
|
Fix nested multiple roots
Ryo Hashimoto
2016-08-29
1
-1
/
+1
*
|
Change method visibility to be private
Rafael Mendonça França
2016-08-17
1
-57
/
+57
*
|
Push :defaults extraction down one level
Rafael Mendonça França
2016-08-17
1
-60
/
+60
*
|
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
3
-8
/
+8
*
|
revises more Lint/EndAlignment offenses
Xavier Noria
2016-08-08
2
-6
/
+6
*
|
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-2
/
+0
*
|
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-1
/
+0
*
|
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
5
-238
/
+238
*
|
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
2
-2
/
+2
*
|
modernizes hash syntax in actionpack
Xavier Noria
2016-08-06
4
-16
/
+16
*
|
applies new string literal convention in actionpack/lib
Xavier Noria
2016-08-06
6
-60
/
+60
*
|
Merge pull request #25913 from chrisarcand/fix-keyed-defaults-with-root
Rafael Mendonça França
2016-07-27
1
-1
/
+8
|
\
\
|
*
|
Fix 'defaults' option for root route
Chris Arcand
2016-07-21
1
-1
/
+8
|
/
/
*
|
Check `request.path_parameters` encoding at the point they're set
Grey Baker
2016-07-14
1
-1
/
+0
*
|
Deprecate usage of nil as route path
Volmer
2016-07-05
1
-0
/
+6
*
|
[ci skip] Fix typo & add link in PolymorphicRoutes
Alex Kitchens
2016-06-29
1
-2
/
+2
*
|
Fix setting route's to in a scope
Piotr Jakubowski
2016-06-28
1
-1
/
+9
*
|
Prevent `{ internal: true }` from being stored in the router
Jon Moss
2016-06-07
1
-1
/
+1
*
|
Support for unified Integer class in Ruby 2.4+
Jeremy Daer
2016-05-18
1
-2
/
+2
*
|
Replace `loop` to `until`
Molchanov Andrey
2016-05-07
1
-2
/
+1
*
|
Add more info to insecure URL generation error
Derek Prior
2016-04-26
2
-2
/
+2
*
|
Merge pull request #23103 from rails/refactor-handling-of-action-default
Jeremy Daer
2016-04-24
3
-16
/
+6
|
\
\
|
|
/
|
/
|
|
*
Refactor handling of :action default in routing
Andrew White
2016-02-16
3
-16
/
+6
*
|
Merge pull request #24031 from samphilipd/sam/do_not_clobber_options_in_route...
Jeremy Daer
2016-04-19
1
-2
/
+1
|
\
\
|
*
|
Do not destructively mutate passed options hash in route definitions
Sam Davies
2016-03-03
1
-2
/
+1
[prev]
[next]