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
...
|
*
|
|
|
|
Allow SQLServerAdapter to opt into a few tests.
Ken Collins
2017-01-16
3
-4
/
+4
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #27699 from kenta-s/update-comment-for-scrubber-usage
Kasper Timm Hansen
2017-01-16
1
-6
/
+4
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Update comment for Scrubber usage [ci skip]
kenta-s
2017-01-16
1
-6
/
+4
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Added test to ensure that we dont break #to_h again when trying to restore th...
David Heinemeier Hansson
2017-01-16
1
-0
/
+5
*
|
|
|
Revert "significant speedup of AC::Parameters#permit" [26dd9b26ab7317f94fd285...
David Heinemeier Hansson
2017-01-16
2
-8
/
+1
*
|
|
|
Add missing require
David Heinemeier Hansson
2017-01-16
1
-0
/
+1
|
/
/
/
*
|
|
Should do nothing here
Akira Matsuda
2017-01-16
1
-1
/
+1
*
|
|
Merge pull request #27683 from eugeneius/update_counters_empty_touch_test
Kasper Timm Hansen
2017-01-15
1
-0
/
+9
|
\
\
\
|
*
|
|
Add test for update_counters with empty touch
Eugene Kenny
2017-01-15
1
-0
/
+9
|
|
/
/
*
|
|
Revert "Don't guard against `touch: []`."
Kasper Timm Hansen
2017-01-15
1
-1
/
+2
*
|
|
Merge pull request #27601 from y-yagi/make_work_all_commands_from_engine
Kasper Timm Hansen
2017-01-15
10
-54
/
+124
|
\
\
\
|
*
|
|
improve server default options test
yuuji.yaginuma
2017-01-09
1
-3
/
+3
|
*
|
|
make all rails commands work in engine
yuuji.yaginuma
2017-01-09
9
-51
/
+121
*
|
|
|
Merge pull request #27618 from kamipo/fix_uuid_default_nil
Kasper Timm Hansen
2017-01-15
2
-20
/
+37
|
\
\
\
\
|
*
|
|
|
Fix UUID primary key with default nil in legacy migration
Ryuta Kamizono
2017-01-09
2
-1
/
+20
|
*
|
|
|
Should test uuid legacy migration without `supports_pgcrypto_uuid?`
Ryuta Kamizono
2017-01-09
1
-19
/
+17
|
|
/
/
/
*
|
|
|
Revert "Merge pull request #27686 from koic/friendly_bigdecimal_inspect"
Kasper Timm Hansen
2017-01-15
2
-16
/
+1
*
|
|
|
Don't guard against `touch: []`.
Kasper Timm Hansen
2017-01-15
1
-2
/
+1
*
|
|
|
Merge pull request #27690 from y-yagi/remove_unused_require
Kasper Timm Hansen
2017-01-15
1
-1
/
+0
|
\
\
\
\
|
*
|
|
|
remove unused require
yuuji.yaginuma
2017-01-15
1
-1
/
+0
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #27686 from koic/friendly_bigdecimal_inspect
Jon Moss
2017-01-15
2
-1
/
+16
|
\
\
\
\
|
*
|
|
|
Several representation of BigDecimal has changed in Ruby 2.4.0+ [ci skip]
Koichi ITO
2017-01-15
2
-1
/
+16
|
|
/
/
/
*
|
|
|
Revert "bundle u mocha"
Akira Matsuda
2017-01-16
2
-3
/
+3
*
|
|
|
bundle u mocha
Akira Matsuda
2017-01-15
2
-3
/
+3
*
|
|
|
Allow render locals to be assigned to instance variables
Andrew White
2017-01-15
4
-1
/
+12
*
|
|
|
Merge pull request #27684 from y-yagi/remove_ununnecessary_addition_of_lib
Kasper Timm Hansen
2017-01-15
1
-1
/
+0
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
remove unnecessary addition of `lib`
yuuji.yaginuma
2017-01-15
1
-1
/
+0
|
|
/
/
*
|
|
Merge pull request #27687 from kenta-s/fix-broken-example-code-in-output_safe...
Ryuta Kamizono
2017-01-15
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix broken sample code in action_view/helpers/output_safety_helper.rb [ci skip]
kenta-s
2017-01-15
1
-1
/
+1
|
/
/
*
|
ZOMG worst typo in my life :scream:
Akira Matsuda
2017-01-15
1
-1
/
+1
*
|
It would be safer not to totally undef core classes' respond_to_missing?
Akira Matsuda
2017-01-15
2
-2
/
+12
*
|
`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
|
\
\
\
[prev]
[next]