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
...
*
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
*
Add missing requires in routes
Bogdan Gusiev
2012-04-23
1
-0
/
+1
*
Updated/changed useless tr/gsubs
Jurriaan Pruis
2012-04-03
1
-2
/
+2
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-03-27
1
-0
/
+19
|
\
|
*
add missing do [ci skip]
Vijay Dev
2012-03-27
1
-1
/
+1
|
*
added shallow_prefix option description in documantation
Lukasz Sarnacki
2012-03-27
1
-0
/
+19
*
|
Allow a defining custom member field on resources
Jamie Macey
2012-03-25
1
-4
/
+5
|
/
*
Add missing require
Santiago Pastorino
2012-03-17
1
-0
/
+1
*
Remove unused require
Santiago Pastorino
2012-03-17
1
-1
/
+0
*
Route root helper shortcut
Brian Cardarella
2012-03-03
1
-0
/
+5
*
Optimize path helpers.
José Valim
2012-03-02
1
-1
/
+5
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-02-25
1
-1
/
+1
|
\
|
*
Fix typo in match :to docs
Justin Woodbridge
2012-02-23
1
-1
/
+1
*
|
consistently mention first patch, then put
Xavier Noria
2012-02-24
1
-7
/
+7
*
|
uses PATCH for the forms of persisted records, and routes PATCH and PUT to th...
Xavier Noria
2012-02-24
1
-9
/
+8
*
|
Fix routes inspection order
Rafael Mendonça França
2012-02-22
1
-2
/
+2
*
|
Add config.default_method_for_update to support PATCH
David Lee
2012-02-22
1
-54
/
+71
|
/
*
Fix match docs
Rafael Mendonça França
2012-02-07
1
-1
/
+1
*
Note the ways #match may be called
Jeremy Kemper
2012-02-05
1
-0
/
+3
*
Revert "Deprecated multi args to http route methods"
Jeremy Kemper
2012-02-05
1
-11
/
+0
*
Fix typo in routing documentation
Wen-Tien Chang
2012-02-01
1
-1
/
+1
*
initialized the @segment_keys instance variable
Aaron Patterson
2012-01-23
1
-1
/
+4
*
updated the warning signature
Aaron Patterson
2012-01-23
1
-1
/
+1
*
Deprecated multi args to http route methods
Aaron Patterson
2012-01-23
1
-0
/
+11
*
stop splatting so much. We don't need :star:args everywhere
Aaron Patterson
2012-01-20
1
-7
/
+6
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2011-12-29
1
-0
/
+7
|
\
|
*
Documented about using :path option for resources
Kevin Moore
2011-12-28
1
-0
/
+7
*
|
Correctly display rack apps with dynamic constraints in RoutesInspector
Piotr Sarnacki
2011-12-26
1
-1
/
+1
|
/
*
remove checking for non-empty string before calling to_sym
Vasiliy Ermolovich
2011-12-24
1
-2
/
+1
*
Do not raise an exception if an invalid route was generated automatically.
José Valim
2011-12-16
1
-3
/
+11
*
Fixing incorrect documentation
Aviv Ben-Yosef
2011-11-30
1
-2
/
+2
*
Revert "copy options keys to the right place so that undo will work correctly"
Aaron Patterson
2011-11-19
1
-4
/
+10
*
Warning removed for shadowing variable
Arun Agrawal
2011-11-19
1
-1
/
+1
*
copy options keys to the right place so that undo will work correctly
Aaron Patterson
2011-11-18
1
-10
/
+4
*
no need for type checking
Aaron Patterson
2011-11-18
1
-1
/
+1
*
cleaning up variable names to match method parameter names
Aaron Patterson
2011-11-18
1
-6
/
+8
[prev]
[next]