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
*
Merge pull request #24247 from ypxing/refactor_substitute_values
Andrew White
2016-04-04
1
-5
/
+5
|
\
|
*
enhance ActiveRecord#substitute_values to loop values just once
Rick Xing
2016-03-19
1
-5
/
+5
*
|
Match `String#to_time`'s behaviour to ruby
Siim Liiser
2016-04-04
3
-1
/
+14
*
|
Call super instead of returning nil for DateTime#<=>
Andrew White
2016-04-03
3
-5
/
+29
*
|
Use block form of Dir.mktmpdir to ensure tidy up
Andrew White
2016-04-03
1
-3
/
+3
*
|
Prevent void context warnings
Andrew White
2016-04-03
2
-2
/
+2
*
|
Merge pull request #24406 from prathamesh-sonpatki/update-release-notes
Kasper Timm Hansen
2016-04-03
1
-10
/
+0
|
\
\
|
*
|
Update Rails 5 release notes [ci skip]
Prathamesh Sonpatki
2016-04-03
1
-10
/
+0
*
|
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2016-04-03
5
-4
/
+11
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
s/documention/documentation/
Vipul A M
2016-03-29
1
-1
/
+1
|
*
|
[ci skip] Fix example of ActionController::Parameters#to_unsafe_h
Prathamesh Sonpatki
2016-03-24
1
-1
/
+1
|
*
|
s/responsibilty/responsibility/
Vipul A M
2016-03-22
2
-2
/
+2
|
*
|
format as code [ci-skip]
Gaurish Sharma
2016-03-14
1
-1
/
+1
|
*
|
Add example for ActionController::Parameters#to_unsafe_h
Gaurish Sharma
2016-03-12
1
-0
/
+7
*
|
|
Merge pull request #24403 from vipulnsward/etag-doc-pass
Jeremy Daer
2016-04-02
1
-2
/
+2
|
\
\
\
|
*
|
|
Grammar fixes based on pass over ETag doc changes
Vipul A M
2016-04-03
1
-2
/
+2
*
|
|
|
Merge pull request #24404 from y-yagi/remove_deprecated_method
Arthur Nogueira Neves
2016-04-02
1
-2
/
+0
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
remove deprecated `datetime_field` from guide [ci skip]
yuuji.yaginuma
2016-04-03
1
-2
/
+0
|
/
/
/
*
|
|
Merge pull request #24398 from yui-knk/remove_not_need_include
Arthur Nogueira Neves
2016-04-02
2
-7
/
+0
|
\
\
\
|
*
|
|
Remove not needed including
yui-knk
2016-04-02
2
-7
/
+0
*
|
|
|
Merge pull request #24400 from utilum/Grammer_fix_in_comment
Vipul A M
2016-04-02
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Grammer fix in comment: capitalize first word in sentence [ci skip].
utilum
2016-04-02
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #24387 from jeremy/strong-etag
Jeremy Daer
2016-04-01
6
-63
/
+210
|
\
\
\
|
*
|
|
Strong ETag validators
Jeremy Daer
2016-03-31
6
-63
/
+210
*
|
|
|
Merge pull request #24388 from javiervidal/20160331
Arun Agrawal
2016-04-01
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fixes broken link in 'Ruby on Rails 2.2 Release Notes' [ci skip]
Javier Vidal
2016-04-01
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #24379 from Gaurav2728/sanitizer-helper-update-doc
Kasper Timm Hansen
2016-03-31
1
-1
/
+1
|
\
\
\
|
*
|
|
sanitiser helper may be remove in 5.1, update doc [ci skip]
Gaurav Sharma
2016-03-31
1
-1
/
+1
*
|
|
|
Revert "Deprecate table names containing dots"
Sean Griffin
2016-03-31
2
-15
/
+0
*
|
|
|
Merge pull request #24377 from bogdanvlviv/fix_upcase_first
Rafael França
2016-03-31
4
-4
/
+16
|
\
\
\
\
|
*
|
|
|
Fix method String#upcase_first
bogdanvlviv
2016-03-31
4
-4
/
+16
|
|
/
/
/
*
|
|
|
Merge pull request #23658 from kamipo/move_quoted_names_cache_up_to_abstract_...
Rafael França
2016-03-31
7
-19
/
+20
|
\
\
\
\
|
*
|
|
|
Move `@quoted_{column|table}_names` cache up to the abstract adapter
Ryuta Kamizono
2016-03-31
7
-19
/
+20
|
|
/
/
/
*
|
|
|
Merge pull request #24385 from morgoth/deprecate-datetime_field_tag
Rafael França
2016-03-31
5
-9
/
+41
|
\
\
\
\
|
*
|
|
|
Deprecate `datetime_field` and `datetime_field_tag` helpers.
Wojciech Wnętrzak
2016-03-31
5
-9
/
+41
|
|
/
/
/
*
|
|
|
Prepared statements shouldn't share a cache with unprepared statements
Sean Griffin
2016-03-31
2
-3
/
+16
*
|
|
|
Deprecate table names containing dots
Sean Griffin
2016-03-31
2
-0
/
+15
*
|
|
|
Ensure associations still work when the table name contains a dot
Sean Griffin
2016-03-31
3
-4
/
+6
*
|
|
|
Merge pull request #24381 from Tensho/filter-parameters-partial-match
Rafael França
2016-03-31
3
-1
/
+5
|
\
\
\
\
|
*
|
|
|
[ci skip] Parameter filter performs regular expression partial matching
Andrew Babichev
2016-03-31
3
-1
/
+5
|
/
/
/
/
*
|
|
|
Merge pull request #24233 from jeremy/cable/encoding
Jeremy Daer
2016-03-31
18
-154
/
+245
|
\
\
\
\
|
*
|
|
|
Cable message encoding
Jeremy Daer
2016-03-31
18
-154
/
+245
|
/
/
/
/
*
|
|
|
Merge pull request #24376 from jeremy/cable/downsize-worker-pool-default-size
Jeremy Daer
2016-03-31
2
-2
/
+12
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Cable: reconcile default worker pool size with low db conn pool size
Jeremy Daer
2016-03-30
2
-2
/
+12
*
|
|
|
Merge pull request #24368 from kamipo/make_to_private_the_visibility
Sean Griffin
2016-03-30
4
-32
/
+54
|
\
\
\
\
|
*
|
|
|
Make to private the visibility of `_quote` and `_type_cast`
Ryuta Kamizono
2016-03-30
4
-32
/
+54
*
|
|
|
|
Merge pull request #24373 from silatham99/remove-meth-from-rails
Jon Moss
2016-03-30
1
-3
/
+3
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Replace _meth with _method to remove ambiguity
Scott Latham
2016-03-30
1
-3
/
+3
|
/
/
/
/
*
|
|
|
Merge pull request #24371 from yui-knk/update_gemfile_lock
Rafael França
2016-03-30
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Update Gemfile.lock
yui-knk
2016-03-31
1
-1
/
+1
[next]