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
/
mapper.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #8412 from JoeyButler/action_dispatch_routing_mapper_refac...
Rafael Mendonça França
2012-12-05
1
-18
/
+14
|
\
|
*
Extract method refactoring in ActionDispatch::Routing::SingletonResource.
Joey Butler
2012-12-05
1
-18
/
+14
*
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-12-04
1
-4
/
+0
|
\
\
|
*
|
Cleans and removes useless 'Examples' tag [ci skip]
Alvaro Pereyra
2012-12-01
1
-4
/
+0
|
|
/
*
/
Fixed issue where routes with globs caused constraints on that glob to
Maura Fitzgerald
2012-12-04
1
-1
/
+1
|
/
*
Refector a bit to remove extra slice iteration and splat call
Carlos Antonio da Silva
2012-11-24
1
-2
/
+2
*
Use merge! in some places to avoid creating extra hashes
Carlos Antonio da Silva
2012-11-24
1
-3
/
+3
*
Simplify scope options recovery by using merge!
Carlos Antonio da Silva
2012-11-24
1
-6
/
+1
*
Normalize scope recovering :blocks option name
Carlos Antonio da Silva
2012-11-24
1
-3
/
+3
*
Simplify constraints condition in scope when checking for Hash
Carlos Antonio da Silva
2012-11-24
1
-7
/
+4
*
Allow setting a symbol as path in scope on routes
Guillermo Iguaran
2012-11-21
1
-1
/
+1
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-11-17
1
-17
/
+22
|
\
|
*
update syntax and add note about prompt use of HttpHelpers [ci-skip]
Cesar Carruitero
2012-11-09
1
-12
/
+17
|
*
correct link syntax [ci-skip]
Cesar Carruitero
2012-11-09
1
-5
/
+5
*
|
routing prefix slash replacement is no longer necessary
Yves Senn
2012-11-04
1
-3
/
+1
|
/
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-11-03
1
-55
/
+55
|
\
|
*
1.9 hash syntax changes to docs
AvnerCohen
2012-10-31
1
-55
/
+55
*
|
Revert "Merge pull request #7668 from Draiken/fix_issue_6497"
Rafael Mendonça França
2012-11-02
1
-1
/
+1
|
/
*
resource and resources do no longer modify passed options
Yves Senn
2012-10-01
1
-2
/
+2
*
Removing to_shorthand from default_controller_and_action. Fixes #6497
Luiz Felipe
2012-09-19
1
-1
/
+1
*
Make enhanced routing Concerns more tell-don't-ask
Ernie Miller
2012-09-03
1
-25
/
+55
*
Fix concerns not executing block in mapper
Ernie Miller
2012-09-03
1
-2
/
+19
*
Allow routing concerns to accept a callable
Ernie Miller
2012-09-03
1
-3
/
+7
*
Update actionpack/lib/action_dispatch/routing/mapper.rb
Erik Ordway
2012-08-29
1
-1
/
+1
*
Make sure :via works with mount
Pratik Naik
2012-08-20
1
-2
/
+3
*
Add CHANGELOG entry and documentation for Routing Concerns
Rafael Mendonça França
2012-08-13
1
-0
/
+38
*
Implementing Routing Concerns
Rafael Mendonça França
2012-08-13
1
-1
/
+23
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-08-04
1
-0
/
+8
|
\
|
*
copy edits [ci skip]
Vijay Dev
2012-08-04
1
-2
/
+2
|
*
fix punctuation in #resources and #match documentation [ci skip]
Francesco Rodriguez
2012-07-31
1
-4
/
+4
|
*
Update #match documentation [ci skip]
Robert Pankowecki
2012-07-31
1
-0
/
+4
|
*
Update #resources documentation [ci skip]
Robert Pankowecki
2012-07-31
1
-0
/
+4
*
|
load active_support/core_ext/object/blank in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
|
/
*
Don't assume resource param is :id when using shallow routes
Andrew White
2012-07-20
1
-1
/
+3
*
Support constraints on resource custom params when nesting
Andrew White
2012-07-20
1
-8
/
+12
*
Add support for optional root segments containing slashes
Andrew White
2012-07-17
1
-1
/
+1
*
Raise a helpful error message on #mount misuse
Carl Lerche
2012-07-10
1
-0
/
+4
*
Revert "Allow loading external route files from the router"
José Valim
2012-06-29
1
-17
/
+0
*
Support unicode character route in config/routes.rb.
kennyj
2012-06-16
1
-1
/
+1
*
Include routes.mounted_helpers into integration tests
Piotr Sarnacki
2012-06-01
1
-1
/
+1
*
Remove implicit dependency on pathname
José Valim
2012-05-25
1
-3
/
+3
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-05-15
1
-11
/
+0
|
\
|
*
Removing ==Examples and last blank lines of docs from actionpack
Francesco Rodriguez
2012-05-15
1
-11
/
+0
*
|
add tests and external file backtrace for Routing::Mapper#draw
Kornelius Kalnbach
2012-05-15
1
-3
/
+4
|
/
*
Copy literal route constraints to defaults - fixes #3571 and #6224.
Andrew White
2012-05-11
1
-0
/
+19
*
Force given path to http methods in mapper to skip canonical action checking
Carlos Antonio da Silva
2012-05-04
1
-2
/
+3
*
Reset the request parameters after a constraints check
Andrew White
2012-05-02
1
-0
/
+2
*
Shadowing variable warning removed
Arun Agrawal
2012-04-26
1
-3
/
+3
*
Allow loading external route files from the router
Jose and Yehuda
2012-04-25
1
-0
/
+16
*
Remove default match without specified method
Jose and Yehuda
2012-04-24
1
-2
/
+12
[next]