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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added docs for TimeWithZone [ci skip]
Ronak Jangir
2015-08-18
1
-1
/
+10
*
Merge pull request #21278 from byroot/try-arity-check
Rafael Mendonça França
2015-08-17
1
-1
/
+1
|
\
|
*
Use == 0 instead of .zero? in #try
Jean Boussier
2015-08-17
1
-1
/
+1
*
|
use the strategy pattern to match request verbs
Aaron Patterson
2015-08-17
2
-16
/
+49
*
|
switch Route constructors and pass in the regexp
Aaron Patterson
2015-08-17
1
-9
/
+15
*
|
split the verb regex from the constraints hash
Aaron Patterson
2015-08-17
1
-6
/
+17
*
|
test the verb method on the route, specifically
Aaron Patterson
2015-08-17
1
-1
/
+1
*
|
routes are always constructed with a hash for the conditions
Aaron Patterson
2015-08-17
3
-4
/
+4
*
|
introduce an alternate constructor for Route objects
Aaron Patterson
2015-08-17
3
-13
/
+17
*
|
drop object allocation during routes setup
Aaron Patterson
2015-08-17
2
-44
/
+89
|
/
*
avoid is_a? checks
Aaron Patterson
2015-08-17
2
-2
/
+4
*
pull RegexpOffsets in to a method
Aaron Patterson
2015-08-17
1
-27
/
+14
*
`required_defaults` is always passed in, remove conditional
Aaron Patterson
2015-08-17
1
-1
/
+1
*
Merge pull request #21276 from rodzyn/fix_build
Rafael Mendonça França
2015-08-17
1
-0
/
+1
|
\
|
*
Fix master build
Marcin Olichwirowicz
2015-08-17
1
-0
/
+1
|
/
*
Merge pull request #21273 from piton4eg/patch-6
Robin Dupret
2015-08-17
1
-6
/
+5
|
\
|
*
Small fixes [ci skip]
Alexey Markov
2015-08-17
1
-6
/
+5
*
|
use predicate methods to avoid is_a? checks
Aaron Patterson
2015-08-17
2
-1
/
+3
*
|
default pattern to use a joined string
Aaron Patterson
2015-08-17
4
-16
/
+20
|
/
*
Merge pull request #21270 from jonatack/update-debugging-guide-byebug-info
Kasper Timm Hansen
2015-08-17
1
-17
/
+6
|
\
|
*
Update the Debugging Rails Guide
Jon Atack
2015-08-17
1
-17
/
+6
*
|
Merge pull request #21244 from ronakjangir47/method_call_assertions_fix
Kasper Timm Hansen
2015-08-17
2
-1
/
+7
|
\
\
|
*
|
Replacing lambda with proc getting argument error because of it.
Ronak Jangir
2015-08-17
2
-1
/
+7
*
|
|
Merge pull request #21272 from amitsuroliya/fix_docs
Arun Agrawal
2015-08-17
1
-1
/
+1
|
\
\
\
|
*
|
|
fix Docs [ci skip]
amitkumarsuroliya
2015-08-18
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #21271 from amitsuroliya/typo_fix
Richard Schneeman
2015-08-17
1
-2
/
+2
|
\
\
\
|
*
|
|
typo fix [ci skip]
amitkumarsuroliya
2015-08-18
1
-2
/
+2
|
/
/
/
*
|
|
Merge pull request #21252 from rodzyn/improve_params_parser
Rafael Mendonça França
2015-08-17
1
-2
/
+11
|
\
\
\
|
*
|
|
Cleanup ActionDispatch:ParamsParser
Marcin Olichwirowicz
2015-08-17
1
-2
/
+11
*
|
|
|
reorganize testing guide. [Zachary Scott & Yves Senn]
Zachary Scott
2015-08-17
1
-329
/
+305
*
|
|
|
Merge pull request #21264 from jonatack/fix-action-controller-strong-params-typo
Rafael Mendonça França
2015-08-17
1
-1
/
+1
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
[skip ci] Fix minor typo
Jon Atack
2015-08-17
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #21263 from printercu/patch-1
Rafael Mendonça França
2015-08-17
1
-1
/
+2
|
\
\
\
|
*
|
|
Fixed syslog example in production config template
printercu
2015-08-17
1
-1
/
+2
|
/
/
/
*
|
|
Merge pull request #21135 from DropsOfSerenity/master
Sean Griffin
2015-08-17
6
-19
/
+83
|
\
\
\
|
*
|
|
Make disable_with default in submit_tag
Justin Schiff
2015-08-11
6
-19
/
+83
*
|
|
|
Merge pull request #21258 from unfunco/plugin-semver-update
Guillermo Iguaran
2015-08-16
3
-4
/
+9
|
\
\
\
\
|
*
|
|
|
Updated tests for the generated version number change
Daniel Morris
2015-08-16
1
-3
/
+3
|
*
|
|
|
Plugins are generated with the version 0.1.0
Daniel Morris
2015-08-16
2
-1
/
+6
*
|
|
|
|
Fix typo on method name
Rafael Mendonça França
2015-08-16
1
-3
/
+3
|
/
/
/
/
*
|
|
|
Merge pull request #21253 from vincefrancesi/date-helper-use-hidden-documenta...
Claudio B.
2015-08-16
1
-0
/
+1
|
\
\
\
\
|
*
|
|
|
Add documentation for ActionView::Helpers::DateHelper :use_hidden option [ci ...
Vince Francesi
2015-08-15
1
-0
/
+1
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Add a changelog entry for #21124 [ci skip]
Robin Dupret
2015-08-16
1
-0
/
+6
*
|
|
|
Tiny documentation fixes [ci skip]
Robin Dupret
2015-08-16
2
-6
/
+4
*
|
|
|
move route allocation to a factory method on the mapping object
Aaron Patterson
2015-08-15
2
-8
/
+13
*
|
|
|
use the mapper to build the routing table
Aaron Patterson
2015-08-15
2
-231
/
+103
*
|
|
|
only process `via` once
Aaron Patterson
2015-08-15
1
-5
/
+3
*
|
|
|
Fix test assign_parameter method signature
eileencodes
2015-08-15
1
-1
/
+1
|
/
/
/
*
|
|
Refactor how assign_parameters sets generated_path & query_string_keys
eileencodes
2015-08-15
1
-8
/
+20
*
|
|
Merge pull request #21248 from y-yagi/fix_deprecation_warning_in_aj_test
Rafael Mendonça França
2015-08-15
1
-1
/
+1
|
\
\
\
[next]