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
...
*
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
*
|
|
Pass over all Rails 5 warnings, to make sure:
Vipul A M
2016-04-12
2
-3
/
+3
|
/
/
*
|
Niceify the dynamic routes deprecation messages
Jon Atack
2016-03-03
1
-2
/
+8
*
|
Deprecate :controller and :action path parameters
Andrew White
2016-03-01
1
-0
/
+9
*
|
[ci skip] Replace usage of rake routes with rails routes
Abhishek Jain
2016-02-25
1
-1
/
+1
*
|
Add `internal` attribute to routes
Jon Moss
2016-02-22
2
-2
/
+4
|
/
*
Use a URL instead of an URL everywhere
Abhishek Jain
2016-02-15
2
-2
/
+2
*
Fixes routes to match verbs and path with -g option
Abhishek Jain
2016-02-11
1
-2
/
+3
*
Converge on filter.
Kasper Timm Hansen
2016-02-01
1
-5
/
+4
*
Simplify filter normalization.
Kasper Timm Hansen
2016-02-01
1
-5
/
+3
*
Add options for rake routes task
Vipul A M
2016-02-02
1
-15
/
+19
*
Fix marking of custom routes for Journey
Andrew White
2016-01-20
1
-14
/
+20
[prev]
[next]