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
...
*
|
`respond_to_missing?` should fallback to `super` where method_missing could c...
Akira Matsuda
2017-01-15
2
-2
/
+2
*
|
AS::StringInquirer#respond_to_missing? should fallback to super
Akira Matsuda
2017-01-15
3
-3
/
+19
*
|
This test wasn't actually an effective regression test
Akira Matsuda
2017-01-15
1
-4
/
+5
*
|
Merge pull request #27660 from akihiro17/updates-timestamp
Kasper Timm Hansen
2017-01-14
4
-7
/
+32
|
\
\
|
*
|
Add the touch option to ActiveRecord#increment! and decrement!
akihiro17
2017-01-14
4
-7
/
+32
*
|
|
Unused &block parameter
Akira Matsuda
2017-01-15
1
-1
/
+1
*
|
|
AS::ArrayInquirer#respond_to_missing? should fallback to super
Akira Matsuda
2017-01-15
3
-1
/
+20
*
|
|
Merge pull request #27680 from kamipo/fix_scope_for_create
Kasper Timm Hansen
2017-01-14
1
-1
/
+1
|
\
\
\
|
*
|
|
`type_condition` should be overwritten by `create_with_value` in `scope_for_c...
Ryuta Kamizono
2017-01-15
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #27679 from lcpriest/patch-1
Arthur Nogueira Neves
2017-01-13
1
-4
/
+4
|
\
\
\
|
*
|
|
Small spelling error
Lachlan Priest
2017-01-14
1
-4
/
+4
|
/
/
/
*
|
|
Fix pool_from_any_process to use most recent spec
eileencodes
2017-01-13
2
-1
/
+36
*
|
|
Merge pull request #27667 from koic/ci_against_jruby_9_1_7_0
Eileen M. Uchitelle
2017-01-13
1
-3
/
+3
|
\
\
\
|
*
|
|
CI against JRuby 9.1.7.0
Koichi ITO
2017-01-13
1
-3
/
+3
*
|
|
|
Merge pull request #27677 from j3ck/master
Eileen M. Uchitelle
2017-01-13
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Fix missing bracket.
Eugene
2017-01-14
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Merge pull request #27675 from kirs/update-builder
Matthew Draper
2017-01-14
1
-1
/
+1
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Update builder gem to avoid deprecations of 2.4
Kir Shatrov
2017-01-13
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #27668 from kenta-s/fix-grammar-in-asset_url_helper
Ryuta Kamizono
2017-01-13
1
-3
/
+3
|
\
\
\
|
*
|
|
Fix grammar in asset_url_helper.rb [ci skip]
kenta-s
2017-01-13
1
-3
/
+3
|
/
/
/
*
/
/
Constant look-up would no longer fall back to top-level constant since ruby 2.5
Akira Matsuda
2017-01-13
1
-2
/
+2
|
/
/
*
|
Rails::Generators::AppBase::GemfileEntry needs anonymous superclass
Akira Matsuda
2017-01-13
1
-1
/
+1
*
|
AC::ParamsWrapper::Options needs anonymous superclass
Akira Matsuda
2017-01-13
1
-1
/
+1
*
|
class Foo < Struct.new(:x) creates an extra unneeded anonymous class
Akira Matsuda
2017-01-13
21
-39
/
+33
*
|
Merge pull request #27664 from kenta-s/fix-typo-in-asset-tag-helper
प्रथमेश Sonpatki
2017-01-13
1
-1
/
+1
|
\
\
|
*
|
Fix typo extention -> extension [ci skip]
kenta-s
2017-01-13
1
-1
/
+1
|
/
/
*
|
Merge pull request #27656 from y-yagi/fix_method_name_in_renderer_doc
प्रथमेश Sonpatki
2017-01-12
1
-1
/
+2
|
\
\
|
*
|
fix method name in `Renderer` doc [ci skip]
yuuji.yaginuma
2017-01-12
1
-1
/
+2
|
/
/
*
|
Add duration constructors for use in Numeric extensions
Andrew White
2017-01-12
4
-35
/
+77
*
|
Add additional tests for #27610
Andrew White
2017-01-12
1
-1
/
+38
*
|
Reduce string objects by using \ instead of + or << for concatenating strings
Akira Matsuda
2017-01-12
31
-567
/
+567
*
|
beginrescueend
Akira Matsuda
2017-01-12
1
-5
/
+3
*
|
Merge pull request #27610 from Envek/fix_and_speed_up_duration_parsing
Andrew White
2017-01-12
8
-22
/
+59
|
\
\
|
*
|
Fix inconsistent results when parsing large durations and constructing durati...
Andrey Novikov
2017-01-09
8
-22
/
+59
*
|
|
Merge pull request #27652 from y-yagi/remove_unused_require
Rafael França
2017-01-11
3
-6
/
+0
|
\
\
\
|
*
|
|
remove unused requires
yuuji.yaginuma
2017-01-12
3
-6
/
+0
*
|
|
|
Revert "Merge pull request #27586 from maclover7/jm-fix-27584"
Rafael Mendonça França
2017-01-11
2
-11
/
+3
*
|
|
|
Merge pull request #27646 from palkan/chore/upd-gitignore
Rafael França
2017-01-11
1
-0
/
+1
|
\
\
\
\
|
*
|
|
|
[ci skip] Add .byebug_history to .gitignore
palkan
2017-01-11
1
-0
/
+1
*
|
|
|
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2017-01-11
7
-17
/
+17
|
\
\
\
\
\
|
*
|
|
|
|
`meta-data` --> `metadata`
Jon Moss
2016-12-31
1
-3
/
+3
|
*
|
|
|
|
Small grammar fixes in `Rails::Paths`
Jon Moss
2016-12-20
1
-2
/
+2
|
*
|
|
|
|
Small grammar fixes in `Rails::Info`
Jon Moss
2016-12-20
1
-3
/
+3
|
*
|
|
|
|
Capitalize Rake
Jon Moss
2016-12-19
1
-3
/
+3
|
*
|
|
|
|
Capitalize Ruby and small grammar fix
Jon Moss
2016-12-19
1
-1
/
+1
|
*
|
|
|
|
Capitalize Rack gem name
Jon Moss
2016-12-19
1
-3
/
+3
|
*
|
|
|
|
Capitalize Thor gem name
Jon Moss
2016-12-19
2
-2
/
+2
*
|
|
|
|
|
Merge pull request #27644 from kenta-s/fix-grammar-in-http-parameters
प्रथमेश Sonpatki
2017-01-11
1
-1
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Fix grammar in action_dispatch/http/parameters.rb [ci skip]
kenta-s
2017-01-11
1
-1
/
+1
|
/
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #27642 from kou/fix-indent
Andrew White
2017-01-11
1
-1
/
+1
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
[prev]
[next]