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
*
pass the extra params to the rack test environment so that routes with block ...
Brian Hahn
2013-09-06
1
-1
/
+2
*
Add missing require
Santiago Pastorino
2013-07-02
1
-0
/
+1
*
Fix shorthand routes where controller and action are in the scope
Andrew White
2013-06-25
1
-0
/
+8
*
just clear the caches on clear! rather than replacing. fixes #10251
Aaron Patterson
2013-04-17
1
-8
/
+4
*
remove unused path_without_format variable
Kornelius Kalnbach
2013-03-03
1
-2
/
+0
*
determine the match shorthand target early.
Yves Senn
2013-02-22
1
-9
/
+12
*
Duplicate possible frozen string from route
Andrew White
2013-01-21
1
-2
/
+3
*
Clear url helper methods when routes are reloaded
Andrew White
2012-12-14
1
-6
/
+12
*
Refactor Generator class to not rely on in-place editing the controller
Andrew White
2012-11-16
1
-5
/
+10
*
Fix bug when url_for changes controller.
Nikita Beloglazov
2012-11-16
1
-2
/
+2
*
Fix redirect example block
Carlos Antonio da Silva
2012-11-09
1
-3
/
+3
*
backport, handle trailing slash with engines
Yves Senn
2012-11-08
1
-1
/
+1
*
Clear url helpers when reloading routes
Santiago Pastorino
2012-11-02
1
-0
/
+1
*
Revert "Merge pull request #7668 from Draiken/fix_issue_6497"
Rafael Mendonça França
2012-11-02
1
-1
/
+1
*
Merge pull request #7789 from senny/7777_resource_functions_modify_options
Rafael Mendonça França
2012-10-01
1
-2
/
+2
*
Merge pull request #7668 from Draiken/fix_issue_6497
Rafael Mendonça França
2012-09-19
1
-1
/
+1
*
Add support for optional root segments containing slashes
Andrew White
2012-07-17
1
-1
/
+1
*
Use to_model delegates for polymorphic route generation
Nathaniel Bibler
2012-06-01
1
-1
/
+7
*
Don't ignore nil positional arguments for url helpers - fixes #6196.
Andrew White
2012-05-10
1
-1
/
+1
*
Reset the request parameters after a constraints check
Andrew White
2012-05-03
1
-0
/
+2
*
Restore interpolation of path option in redirect routes
Andrew White
2012-04-29
1
-0
/
+10
*
Add missing require from b608cdd64c95d0d16eb98d86562e22f3b01be9e3
Andrew White
2012-04-29
1
-0
/
+1
*
Escape interpolated params when redirecting - fixes #5688
Andrew White
2012-04-29
1
-1
/
+6
*
Fix the redirect when it receive blocks with arity of 1.
Rafael Mendonça França
2012-03-31
1
-1
/
+2
*
Fix typo in match :to docs
Justin Woodbridge
2012-02-25
1
-1
/
+1
*
Avoid inspecting the whole route set, closes #1525
José Valim
2012-02-23
1
-0
/
+6
*
Merge pull request #5084 from johndouthat/patch-1
Aaron Patterson
2012-02-22
1
-2
/
+1
*
Merge pull request #4988 from kennyj/fix_4720-3
Aaron Patterson
2012-02-10
1
-0
/
+5
*
Fixed force_ssl redirects to include original query params
Ryan McGeary
2012-02-06
1
-0
/
+1
*
Merge pull request #4908 from kennyj/fix_3864
José Valim
2012-02-06
1
-1
/
+1
*
Added custom regexps to ASTs that have literal nodes on either side of
Aaron Patterson
2012-01-23
1
-1
/
+20
*
Revert "Named Routes shouldn't override existing ones (currently route recogn...
Aaron Patterson
2012-01-03
1
-1
/
+1
*
Override respond_to? since we are also overriding method_missing.
José Valim
2012-01-03
1
-0
/
+4
*
Documented about using :path option for resources
Kevin Moore
2011-12-29
1
-0
/
+7
*
Correctly display rack apps with dynamic constraints in RoutesInspector
Piotr Sarnacki
2011-12-26
1
-1
/
+1
*
Do not raise an exception if an invalid route was generated automatically.
José Valim
2011-12-16
1
-3
/
+11
*
Move symbolize keys to the inner options as we can assume url_options will be...
José Valim
2011-12-08
2
-2
/
+2
*
Improve cache on route_key lookup.
José Valim
2011-12-08
1
-4
/
+6
*
Named Routes shouldn't override existing ones (currently route recognition go...
Andy Jeffries
2011-12-05
1
-1
/
+1
*
Fixing incorrect documentation
Aviv Ben-Yosef
2011-11-30
1
-2
/
+2
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2011-11-26
1
-2
/
+2
|
\
|
*
what's -> that's
Uģis Ozols
2011-11-25
1
-1
/
+1
|
*
Remove unnecessary comment.
Uģis Ozols
2011-11-25
1
-1
/
+1
*
|
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
*
|
Revert "make sure to require the right deprecation warning file"
Aaron Patterson
2011-11-18
1
-1
/
+0
*
|
Refactoring the redirect method for the router api.
Aaron Patterson
2011-11-18
1
-25
/
+19
*
|
moving redirection to objects
Aaron Patterson
2011-11-18
1
-45
/
+58
*
|
remove the :path feature to redirects, since it cannot work
Aaron Patterson
2011-11-18
1
-15
/
+7
*
|
make sure to require the right deprecation warning file
Aaron Patterson
2011-11-18
1
-0
/
+1
[next]