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
/
activerecord
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
Merge pull request #29770 from y-yagi/fix_boolean_column_migration_script
Kasper Timm Hansen
2017-07-15
2
-2
/
+2
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
Fix boolean column migration script
yuuji.yaginuma
2017-07-13
2
-2
/
+2
|
|
|
|
_
|
/
/
/
|
|
|
/
|
|
|
|
|
*
/
|
|
|
|
Remove useless `aliased_table_name` in `JoinDependency`
Ryuta Kamizono
2017-07-15
4
-18
/
+1
|
|
/
/
/
/
/
*
/
/
/
/
/
Bugfix: unscope(where: [columns]) would not remove the correct binds sometimes
Maxime Lapointe
2017-07-13
3
-2
/
+34
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #29699 from lugray/represent_boolean_as_integer
Matthew Draper
2017-07-12
8
-8
/
+90
|
\
\
\
\
\
|
*
|
|
|
|
Change sqlite3 boolean serialization to use 1 and 0
Lisa Ugray
2017-07-11
8
-8
/
+90
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #29746 from kamipo/extract_fake_klass
Rafael França
2017-07-11
3
-52
/
+38
|
\
\
\
\
\
|
*
|
|
|
|
Extract `FakeKlass` in `relation_test.rb` and `relation/mutation_test.rb`
Ryuta Kamizono
2017-07-11
3
-52
/
+38
|
|
/
/
/
/
*
/
/
/
/
[Action Record] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
3
-0
/
+3
|
/
/
/
/
*
|
|
|
* Don't eagerly require Rails' minitest plugin.
Kasper Timm Hansen
2017-07-10
1
-1
/
+1
*
|
|
|
Merge pull request #29655 from kirs/frozen-friendly-ap-ar
Matthew Draper
2017-07-10
1
-1
/
+2
|
\
\
\
\
|
*
|
|
|
Prepare AP and AR to be frozen string friendly
Kir Shatrov
2017-07-06
1
-1
/
+2
*
|
|
|
|
Merge pull request #29715 from reverbdotcom/ptd/fix-invalid-uuids
Matthew Draper
2017-07-09
2
-2
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
Don't allow uuids with orphan curly braces
pdebelak
2017-07-07
2
-2
/
+4
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Add backticks [ci skip]
Ryuta Kamizono
2017-07-09
1
-2
/
+2
*
|
|
|
|
Merge pull request #28867 from eugeneius/skip_query_cache_in_batches
Matthew Draper
2017-07-09
11
-20
/
+224
|
\
\
\
\
\
|
*
|
|
|
|
Skip query cache for in_batches and friends
Eugene Kenny
2017-07-06
10
-20
/
+216
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #29692 from fimmtiu/avoid-translating-non-database-exceptions
Matthew Draper
2017-07-09
3
-2
/
+31
|
\
\
\
\
\
|
*
|
|
|
|
Remove driver-specific hard-coding in the tests.
Dennis Taylor
2017-07-07
1
-9
/
+1
|
*
|
|
|
|
Rename the StatementInvalid test method for clarity.
Dennis Taylor
2017-07-07
1
-1
/
+1
|
*
|
|
|
|
Fix changelog wording as suggested.
Dennis Taylor
2017-07-07
1
-2
/
+2
|
*
|
|
|
|
Use StandardError instead of RuntimeError.
Dennis Taylor
2017-07-06
1
-2
/
+2
|
*
|
|
|
|
Fix indentation style for private method.
Dennis Taylor
2017-07-05
1
-5
/
+5
|
*
|
|
|
|
Don't translate non-database exceptions.
Dennis Taylor
2017-07-05
3
-2
/
+39
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #29495 from eugeneius/_write_attribute
Matthew Draper
2017-07-09
6
-13
/
+19
|
\
\
\
\
\
|
*
|
|
|
|
Rename raw_write_attribute to write_attribute_without_type_cast
Eugene Kenny
2017-07-07
3
-8
/
+8
|
*
|
|
|
|
Improve the performance of writing attributes
Eugene Kenny
2017-06-18
4
-8
/
+14
*
|
|
|
|
|
Merge pull request #29706 from kamipo/use_information_schema_to_extract_expre...
Matthew Draper
2017-07-09
2
-2
/
+2
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Use `information_schema` to extract `generation_expression` for MariaDB
Ryuta Kamizono
2017-07-07
2
-2
/
+2
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
/
|
|
|
|
Fix default `CURRENT_TIMESTAMP` in schema dumping for MariaDB 10.2
Ryuta Kamizono
2017-07-07
1
-2
/
+2
|
/
/
/
/
/
*
|
/
/
/
Fix extracting MariaDB version
Ryuta Kamizono
2017-07-07
1
-2
/
+6
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Fix `ActiveModel::Type::DateTime#serialize`
Lisa Ugray
2017-07-05
1
-0
/
+13
*
|
|
|
Merge pull request #29413 from kamipo/fix_association_with_scope_including_joins
Rafael França
2017-07-04
9
-70
/
+60
|
\
\
\
\
|
*
|
|
|
Fix eager loading association with scope including joins
Ryuta Kamizono
2017-07-04
4
-11
/
+28
|
*
|
|
|
Fix preloading association with scope including joins
Ryuta Kamizono
2017-07-04
6
-49
/
+32
|
*
|
|
|
Remove unused `association_key` and `table` methods in `Preloader::Association`
Ryuta Kamizono
2017-07-04
1
-10
/
+0
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #29667 from kamipo/add_missing_attr_name_to_s
Rafael França
2017-07-04
1
-2
/
+3
|
\
\
\
\
|
*
|
|
|
Add missing `attr_name.to_s` in `AttributeMutationTracker`
Ryuta Kamizono
2017-07-04
1
-2
/
+3
|
|
/
/
/
*
|
|
|
Merge pull request #29653 from kamipo/fix_test_copying_migrations_preserving_...
Rafael França
2017-07-04
3
-6
/
+9
|
\
\
\
\
|
*
|
|
|
Fix `test_copying_migrations_preserving_magic_comments`
Ryuta Kamizono
2017-07-02
3
-6
/
+9
*
|
|
|
|
Remove database specific JSON types
Ryuta Kamizono
2017-07-05
3
-14
/
+0
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Add backticks [ci skip]
Ryuta Kamizono
2017-07-03
1
-2
/
+2
*
|
|
|
Merge branch 'master' into require_relative_2017
Xavier Noria
2017-07-02
37
-147
/
+326
|
\
\
\
\
|
*
\
\
\
Merge pull request #29658 from kamipo/remove_redundant_assert_respond_to
Kasper Timm Hansen
2017-07-02
1
-26
/
+0
|
|
\
\
\
\
|
|
*
|
|
|
Remove redundant `assert_respond_to`
Ryuta Kamizono
2017-07-03
1
-26
/
+0
|
*
|
|
|
|
:warning: "Use assert_nil if expecting nil. This will fail in Minitest 6."
Akira Matsuda
2017-07-02
1
-1
/
+1
|
|
/
/
/
/
|
*
|
|
|
Fix removed version 5.2 to 6.0 in the deprecation message
Ryuta Kamizono
2017-07-02
1
-1
/
+1
|
*
|
|
|
Apply record state based on parent transaction state
eileencodes
2017-07-01
4
-3
/
+96
|
*
|
|
|
Deprecate and replace `set_state` method
eileencodes
2017-07-01
3
-6
/
+73
|
|
/
/
/
|
*
|
|
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
679
-691
/
+12
[prev]
[next]