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
...
*
moving some stuff to the initializer
Aaron Patterson
2013-01-30
1
-14
/
+38
*
moved more evald code
Aaron Patterson
2013-01-30
1
-8
/
+7
*
factored out some of the dynamic code
Aaron Patterson
2013-01-30
1
-19
/
+31
*
use the helpers list rather than getting the methods from the module
Aaron Patterson
2013-01-24
1
-1
/
+1
*
module_eval is not necessary here
Aaron Patterson
2013-01-24
1
-3
/
+1
*
don't need to eval everything
Aaron Patterson
2013-01-24
1
-1
/
+1
*
Duplicate possible frozen string from route
Andrew White
2013-01-21
1
-2
/
+3
*
In Browser Path Matching with Javascript
schneems
2013-01-20
1
-1
/
+22
*
Fix syntax error :grin:
Guillermo Iguaran
2013-01-18
1
-1
/
+1
*
Remove "Application" section title from routes
schneems
2013-01-18
1
-6
/
+13
*
Change the behavior of route defaults
Andrew White
2013-01-15
2
-2
/
+9
*
Add support for other types of routing constraints
Andrew White
2013-01-15
1
-103
/
+149
*
Raise correct exception now Journey is integrated.
Andrew White
2013-01-15
1
-4
/
+2
*
clearer conditional in constraint match check
Gosha Arinich
2013-01-10
1
-3
/
+3
*
Rename route_wrapper partial layout to table
Carlos Antonio da Silva
2013-01-06
1
-1
/
+1
*
Move table routes formatter class to the inspector and rename it
Carlos Antonio da Silva
2013-01-06
1
-0
/
+18
*
Remove warning, remove not used variable, and make methods private
Carlos Antonio da Silva
2013-01-05
1
-3
/
+5
*
split formatting concerns from RoutesInspector
Yves Senn
2013-01-05
1
-20
/
+42
*
refactor Routing::Mapper
Gosha Arinich
2013-01-03
1
-9
/
+4
*
Fix usage of lambda as a Rack endpoint
Jiri Pospisil
2012-12-31
1
-2
/
+2
*
Merge pull request #8627 from schneems/schneems/routes-1-9
Rafael Mendonça França
2012-12-26
1
-1
/
+1
|
\
|
*
Ruby 1.9 style hash in Route Inspector
schneems
2012-12-27
1
-1
/
+1
*
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-12-21
1
-0
/
+5
|
\
\
|
*
|
Add script_name option description and example for #url_for options
Ivan Vanyak
2012-12-17
1
-0
/
+5
|
|
/
*
/
Integrate Journey into Action Dispatch
Andrew White
2012-12-19
1
-1
/
+1
|
/
*
Revert "Merge pull request #8499 from schneems/schneems/html-route-inspector"
Steve Klabnik
2012-12-14
1
-24
/
+7
*
Merge pull request #8510 from thedarkone/thread_safety_improvements
Aaron Patterson
2012-12-14
1
-8
/
+4
|
\
|
*
Replace some global Hash usages with the new thread safe cache.
thedarkone
2012-12-14
1
-8
/
+4
*
|
Clear url helper methods when routes are reloaded
Andrew White
2012-12-14
1
-0
/
+6
*
|
Revert "Clear url helpers when reloading routes"
Andrew White
2012-12-14
1
-1
/
+0
*
|
Output routes in :html format
schneems
2012-12-12
1
-7
/
+24
*
|
Match the controller and path names defensively.
Hiro Asari
2012-12-10
1
-1
/
+1
*
|
Use Rails to Render Default Index Page
schneems
2012-12-10
1
-1
/
+1
|
/
*
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
2
-6
/
+0
|
\
\
|
*
|
Cleans and removes useless 'Examples' tag [ci skip]
Alvaro Pereyra
2012-12-01
2
-6
/
+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
2
-4
/
+4
*
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
|
*
change rdoc syntax for adecuate render [ci-skip]
Cesar Carruitero
2012-11-09
1
-1
/
+1
|
*
change match to get and add single quotes in routing/redirection [ci-skip]
Cesar Carruitero
2012-11-08
1
-8
/
+8
*
|
Use get in the redirection doc examples
Carlos Antonio da Silva
2012-11-09
1
-7
/
+7
[prev]
[next]