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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
Merge pull request #25564 from brewski/serializable_hash_fix
Sean Griffin
2017-07-17
1
-4
/
+2
|
|
\
\
\
\
\
|
|
*
|
|
|
|
Correctly handle frozen options for ActiveRecord::Serialization#serializable_...
Brian Abreu
2016-12-09
1
-4
/
+2
|
*
|
|
|
|
|
Merge pull request #29796 from kamipo/fix_where_with_custom_table
Sean Griffin
2017-07-17
1
-4
/
+4
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
Fix `where` with a custom table
Ryuta Kamizono
2017-07-18
1
-4
/
+4
|
*
|
|
|
|
|
|
`Persistence#delete` should not be affected by scoping
Ryuta Kamizono
2017-07-18
1
-0
/
+7
|
|
/
/
/
/
/
/
|
*
|
|
|
|
|
Merge pull request #29788 from kamipo/remove_unused_mutex_m
Rafael França
2017-07-17
2
-3
/
+2
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
Make `generated_attribute_methods` to private
Ryuta Kamizono
2017-07-14
1
-1
/
+1
|
|
*
|
|
|
|
|
Remove unused `Mutex_m` in Active Model
Ryuta Kamizono
2017-07-14
1
-2
/
+1
|
|
|
|
/
/
/
/
|
|
|
/
|
|
|
|
|
*
|
|
|
|
|
Allow multiparameter assigned attributes to be used with `text_field`
Sean Griffin
2017-07-17
1
-0
/
+11
|
*
|
|
|
|
|
Merge pull request #29825 from kamipo/remove_useless_arel_engine
Sean Griffin
2017-07-17
1
-7
/
+2
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
Remove useless `arel_engine`
Ryuta Kamizono
2017-07-17
1
-7
/
+2
|
*
|
|
|
|
|
|
Post.joins(:users) should not be affected by `User.current_scope`
Sean Griffin
2017-07-17
1
-0
/
+10
|
|
/
/
/
/
/
/
|
*
|
|
|
|
|
Enable `Layout/FirstParameterIndentation` cop
Ryuta Kamizono
2017-07-17
1
-1
/
+1
|
*
|
|
|
|
|
Merge pull request #29813 from kamipo/fix_create_with_multiparameter_attributes
Kasper Timm Hansen
2017-07-16
1
-13
/
+32
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
Fix `create_with` with multiparameter attributes
Ryuta Kamizono
2017-07-16
1
-13
/
+32
|
*
|
|
|
|
|
|
Don't cache `scope_for_create`
Ryuta Kamizono
2017-07-16
1
-10
/
+2
|
|
/
/
/
/
/
/
|
*
|
|
|
|
|
Fix `create_with` using both string and symbol
Ryuta Kamizono
2017-07-16
3
-5
/
+9
|
*
|
|
|
|
|
Use `where(id: 10)` rather than `where(relation.table[:id].eq(10))`
Ryuta Kamizono
2017-07-16
1
-5
/
+5
|
*
|
|
|
|
|
Merge pull request #29679 from kamipo/add_test_case_for_27724
Kasper Timm Hansen
2017-07-15
2
-0
/
+12
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
Add a test case for overwriting existing condition on associations
Ryuta Kamizono
2017-07-07
2
-0
/
+12
|
|
|
|
_
|
/
/
/
|
|
|
/
|
|
|
|
|
*
|
|
|
|
|
Merge pull request #29769 from kamipo/remove_extra_order_for_first
Kasper Timm Hansen
2017-07-15
2
-32
/
+28
|
|
\
\
\
\
\
\
|
|
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
Remove extra `.merge!(order: "id")` for `Relation#first` in tests
Ryuta Kamizono
2017-07-13
2
-32
/
+28
*
|
|
|
|
|
|
Bugfix: unscope(where: [columns]) would not remove the correct binds sometimes
Maxime Lapointe
2017-07-13
1
-1
/
+17
|
/
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #29699 from lugray/represent_boolean_as_integer
Matthew Draper
2017-07-12
3
-4
/
+17
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Change sqlite3 boolean serialization to use 1 and 0
Lisa Ugray
2017-07-11
3
-4
/
+17
|
|
/
/
/
/
*
/
/
/
/
Extract `FakeKlass` in `relation_test.rb` and `relation/mutation_test.rb`
Ryuta Kamizono
2017-07-11
3
-52
/
+38
|
/
/
/
/
*
|
|
|
Merge pull request #29715 from reverbdotcom/ptd/fix-invalid-uuids
Matthew Draper
2017-07-09
1
-1
/
+3
|
\
\
\
\
|
*
|
|
|
Don't allow uuids with orphan curly braces
pdebelak
2017-07-07
1
-1
/
+3
|
|
/
/
/
*
|
|
|
Merge pull request #28867 from eugeneius/skip_query_cache_in_batches
Matthew Draper
2017-07-09
5
-1
/
+179
|
\
\
\
\
|
*
|
|
|
Skip query cache for in_batches and friends
Eugene Kenny
2017-07-06
5
-1
/
+179
|
|
/
/
/
*
|
|
|
Merge pull request #29692 from fimmtiu/avoid-translating-non-database-exceptions
Matthew Draper
2017-07-09
1
-0
/
+22
|
\
\
\
\
|
*
|
|
|
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
|
*
|
|
|
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
1
-0
/
+30
|
|
/
/
/
*
/
/
/
Use `information_schema` to extract `generation_expression` for MariaDB
Ryuta Kamizono
2017-07-07
1
-1
/
+1
|
/
/
/
*
|
|
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
3
-0
/
+8
|
\
\
\
|
*
|
|
Fix eager loading association with scope including joins
Ryuta Kamizono
2017-07-04
1
-0
/
+1
|
*
|
|
Fix preloading association with scope including joins
Ryuta Kamizono
2017-07-04
3
-0
/
+7
*
|
|
|
Merge pull request #29653 from kamipo/fix_test_copying_migrations_preserving_...
Rafael França
2017-07-04
2
-2
/
+3
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix `test_copying_migrations_preserving_magic_comments`
Ryuta Kamizono
2017-07-02
2
-2
/
+3
*
|
|
|
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
|
/
/
/
/
*
|
|
|
Apply record state based on parent transaction state
eileencodes
2017-07-01
1
-0
/
+70
*
|
|
|
Deprecate and replace `set_state` method
eileencodes
2017-07-01
1
-0
/
+38
|
/
/
/
*
|
|
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
432
-444
/
+12
*
|
|
Merge pull request #29540 from kirs/rubocop-frozen-string
Matthew Draper
2017-07-02
432
-12
/
+444
|
\
\
\
[prev]
[next]