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
*
Do not use short-circuit return
Rafael Mendonça França
2014-05-04
1
-2
/
+3
*
Merge pull request #11166 from xavier/callable_constraint_verification
Rafael Mendonça França
2014-05-04
1
-0
/
+7
|
\
|
*
Verify that route constraints respond to the expected messages instead of sil...
Xavier Defrang
2013-06-28
1
-0
/
+7
*
|
Use #include? instead of #any?, make it simpler
Akshay Vishnoi
2014-05-03
1
-1
/
+1
*
|
passing a nil in the polymorphic array is not supported. remove nils before y...
Aaron Patterson
2014-05-02
1
-0
/
+4
*
|
passing a nil should always raise an ArgumentError
Aaron Patterson
2014-05-02
1
-1
/
+0
*
|
Tiny follow up to #14915 [ci skip]
Robin Dupret
2014-05-02
1
-19
/
+18
*
|
only add the optiosn if they are not empty
Aaron Patterson
2014-05-01
1
-1
/
+3
*
|
always pass options to the _url method
Aaron Patterson
2014-05-01
1
-3
/
+1
*
|
never merge url options in to the first data hash
Aaron Patterson
2014-05-01
1
-1
/
+1
*
|
Merge pull request #14915 from juanpastas/patch-1
Rafael Mendonça França
2014-05-01
1
-20
/
+37
|
\
\
|
*
|
[skip ci] Document: required `via` option in `match` routing method.
Juan David Pastas
2014-04-30
1
-20
/
+37
*
|
|
avoid calling extract_record multiple times
Aaron Patterson
2014-04-30
1
-3
/
+2
*
|
|
eliminate conditional when sending the named route method
Aaron Patterson
2014-04-30
1
-2
/
+4
|
/
/
*
|
Make URL escaping more consistent
Andrew White
2014-04-20
1
-2
/
+2
*
|
Only make deeply nested routes shallow when parent is shallow
Andrew White
2014-04-11
1
-1
/
+14
*
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2014-03-29
1
-0
/
+4
|
\
\
|
*
|
Mention required glob param name in match docs for mapper
Earl St Sauver
2014-03-20
1
-0
/
+4
*
|
|
Use nested_scope? not shallow? to determine whether to copy options
Andrew White
2014-03-16
1
-1
/
+5
*
|
|
Copy shallow options from normal options when using scope
Andrew White
2014-03-08
1
-1
/
+2
*
|
|
Pull namespace defaults out of the options hash
Andrew White
2014-03-08
1
-3
/
+10
*
|
|
Only use shallow nested scope when depth is > 1
Andrew White
2014-03-08
1
-20
/
+23
*
|
|
Move setting :scope_level_resource to resource_scope
Andrew White
2014-03-08
1
-7
/
+7
|
/
/
*
|
Set the :shallow_path as each scope is generated
Andrew White
2014-02-09
1
-1
/
+12
*
|
Transform dashes to underscores in resource route names
Byron Bischoff
2014-01-25
1
-4
/
+4
*
|
Fix `rake routes` error when `Rails::Engine` with empty routes is mounted; fi...
Maurizio De Santis
2014-01-24
1
-3
/
+3
*
|
Automatically convert dashes to underscores in shorthand routes
Mikko Johansson
2014-01-20
1
-0
/
+1
*
|
Automatically convert dashes to underscores for url helpers
Amr Tamimi
2014-01-20
1
-1
/
+2
*
|
Allow an absolute controller path inside a module scope
Andrew White
2014-01-05
1
-2
/
+6
*
|
Unique the segment keys array for non-optimized url helpers
Andrew White
2014-01-05
1
-1
/
+1
*
|
Show full route constraints in error message
Andrew White
2014-01-05
1
-2
/
+3
*
|
Simplify arg parameterization
Andrew White
2014-01-05
1
-6
/
+1
*
|
Use a custom route vistor for optimized route generation
Andrew White
2014-01-05
1
-27
/
+25
*
|
Allow engine root relative redirects using an empty string.
Andrew White
2014-01-01
1
-8
/
+18
*
|
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
[next]