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
*
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
*
Revert "Remove literal? check to fix issue with prefixed optionals"
eileencodes
2016-01-20
1
-1
/
+1
*
Remove literal? check to fix issue with prefixed optionals
eileencodes
2016-01-16
1
-1
/
+1
*
Better error message when running `rake routes` with CONTROLLER arg:
Edouard CHIN
2016-01-07
1
-7
/
+18
*
Merge pull request #20109 from prathamesh-sonpatki/keep-only-one-root
Kasper Timm Hansen
2016-01-07
1
-21
/
+21
|
\
|
*
Kept overridden root method and removed original method
Prathamesh Sonpatki
2016-01-07
1
-21
/
+21
*
|
Allow AC::Parameters as an argument to url_helpers
Prathamesh Sonpatki
2016-01-07
1
-2
/
+11
*
|
Merge pull request #20797 from byroot/prevent-url-for-ac-parameters
Rafael França
2015-12-18
1
-1
/
+4
|
\
\
|
*
|
Prevent ActionController::Parameters from being passed to url_for directly
Jean Boussier
2015-12-15
1
-1
/
+4
|
|
/
*
/
Don't catch all NameError to reraise as ActionController::RoutingError #22368
Maxime Garcia
2015-12-12
1
-2
/
+4
|
/
[next]