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
*
Fix method redefined warning message in mapper.rb
Andrew White
2013-12-29
1
-2
/
+3
*
Show routes defined under assets prefix
Ryunosuke SATO
2013-12-19
1
-1
/
+1
*
Add mailer previews feature based on mail_view gem
Andrew White
2013-12-17
1
-1
/
+1
*
Spelling and Grammar checks
Akshay Vishnoi
2013-12-12
1
-1
/
+1
*
Fix mounting engines inside a resources block
Piotr Sarnacki
2013-12-10
1
-1
/
+2
*
Try to escape each part of a path redirect route correctly
Andrew White
2013-12-02
1
-8
/
+25
*
Merge remote-tracking branch 'docrails/master'
Xavier Noria
2013-11-24
1
-1
/
+1
|
\
|
*
Change syntax format for example returned values
Prem Sichanugrist
2013-11-11
1
-1
/
+1
*
|
Fix for routes task
Sıtkı Bağdat
2013-11-21
1
-1
/
+2
*
|
Avoid hash lookups for building an array of required defaults
Carlos Antonio da Silva
2013-11-15
1
-2
/
+3
*
|
Get rid of useless temp variable
Carlos Antonio da Silva
2013-11-15
1
-2
/
+1
*
|
Set values instead of building hashes with single values for merging
Carlos Antonio da Silva
2013-11-15
1
-2
/
+2
*
|
Take Hash with options inside Array in #url_for
Andrey Ognevsky
2013-11-15
1
-0
/
+2
*
|
avoiding next statements
Akshay Vishnoi
2013-11-15
1
-9
/
+12
*
|
Improve Errors when Controller Name or Action isn't specfied
Gaurish Sharma
2013-11-05
1
-2
/
+4
|
/
*
Respect `SCRIPT_NAME` when using `redirect` with a relative path
Andrew White
2013-10-10
1
-0
/
+18
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2013-09-28
1
-1
/
+1
|
\
|
*
Fix link_to return value
Earl J St Sauver
2013-09-22
1
-1
/
+1
*
|
Merge pull request #10773 from wangjohn/link_and_routing_options
Rafael Mendonça França
2013-09-23
1
-0
/
+13
|
\
\
|
*
|
Adding documentation to +polymorphic_url+
wangjohn
2013-06-13
1
-0
/
+13
*
|
|
Merge pull request #12216 from suginoy/a-an
Rafael Mendonça França
2013-09-13
2
-2
/
+2
|
\
\
\
|
*
|
|
Fix typos: the indefinite articles(a -> an)
SUGINO Yasuhiro
2013-09-13
2
-2
/
+2
*
|
|
|
Revert "Merge pull request #12208 from mjhoy/patch-1"
Rafael Mendonça França
2013-09-12
1
-0
/
+4
|
|
_
|
/
|
/
|
|
*
|
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2013-09-13
1
-10
/
+10
|
\
\
\
|
*
|
|
Change documentation to consistently refer to the same object
Earl J St Sauver
2013-09-08
1
-8
/
+8
|
*
|
|
Blacklist refferenced in docs is actually whitelist
Earl J St Sauver
2013-09-08
1
-2
/
+2
|
|
/
/
*
|
|
remove outdated docs
Michael Hoy
2013-09-12
1
-4
/
+0
*
|
|
Refactor handling of action normalization
Max Shytikov
2013-09-10
1
-11
/
+13
*
|
|
Update mapper documenation for match helper [ci skip]
Earl St Sauver
2013-08-30
1
-2
/
+3
|
/
/
*
|
Revert "Merge branch 'master' of github.com:rails/docrails"
Vijay Dev
2013-08-17
1
-13
/
+11
*
|
Refactor handling of action normalization
Max Shytikov
2013-07-26
1
-11
/
+13
*
|
Refactor to reduce number of loops
Andrew White
2013-07-17
1
-15
/
+25
*
|
Fix failing test missed for the past year :(
Andrew White
2013-07-17
1
-2
/
+17
*
|
Fix shorthand routes where controller and action are in the scope
Andrew White
2013-06-25
1
-2
/
+10
|
/
*
`RoutesInspector` deals with routes using regexp as `:controller` option
Yves Senn
2013-05-30
1
-1
/
+1
*
Add has_named_route? to the mapper API
José Valim
2013-05-20
1
-0
/
+5
*
Fix named routing regression from 3.2.13
schneems
2013-05-16
1
-0
/
+1
*
Rack::Mount was replaced by Journey, Fixed comment
Gaurish Sharma
2013-04-30
1
-1
/
+1
*
extract arrays to constants in Mapper
Vipul A M
2013-04-22
1
-2
/
+4
*
Duplicate options before mutating them
Andrew White
2013-04-18
1
-3
/
+4
*
Mark unused variables and make some style fixes
Agis Anastasopoulos
2013-04-08
2
-3
/
+3
*
Refactoring some reused code into a method (inside of the routes
wangjohn
2013-04-05
1
-12
/
+13
*
Merge pull request #9932 from senny/9913_routing_problem
Andrew White
2013-04-03
1
-8
/
+12
|
\
|
*
routing shorthand syntax works with multiple paths
Yves Senn
2013-03-26
1
-5
/
+6
|
*
bugfix, when matching multiple paths with `get`, `post`, ...
Yves Senn
2013-03-26
1
-3
/
+6
*
|
fix regression in Mapper when `format:` was used in a `scope`.
Yves Senn
2013-04-03
1
-1
/
+1
*
|
fix wrong argument error message
Vipul A M
2013-03-31
1
-1
/
+1
|
/
*
Tweak exception message to avoid giving potentially misleading suggestions
Trevor Turk
2013-03-20
1
-2
/
+3
*
Raise an ArgumentError when a clashing named route is defined
Trevor Turk
2013-03-19
1
-1
/
+8
*
Routing match `via` option requirement exception message made more explicit
Boris Staal
2013-03-05
1
-1
/
+2
[next]