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
/
cases
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Rase when calling `lock!` in a dirty record
Rafael Mendonça França
2017-10-23
1
-11
/
+11
*
|
|
Remove deprecated support to passing a class to `:class_name` on associations
Rafael Mendonça França
2017-10-23
2
-15
/
+3
*
|
|
Remove deprecated argument `default` from `index_name_exists?`
Rafael Mendonça França
2017-10-23
1
-4
/
+2
*
|
|
Remove deprecated support to `quoted_id` when typecasting an Active Record ob...
Rafael Mendonça França
2017-10-23
2
-49
/
+0
*
|
|
Fix duplicate aliases when using both INNER/LEFT JOINs
Ryuta Kamizono
2017-10-23
1
-0
/
+5
*
|
|
Ensure associations doesn't table name collide with string joins
Ryuta Kamizono
2017-10-23
1
-0
/
+5
*
|
|
Place `MocktailDesigner` in `test/models/drink_designer.rb`
Ryuta Kamizono
2017-10-23
1
-1
/
+0
*
|
|
Add test cases for `type` and `foreign_type` in the reflections
Ryuta Kamizono
2017-10-21
1
-0
/
+7
*
|
|
Convert ignored_columns to a list of string
Altech
2017-10-20
1
-0
/
+12
*
|
|
Test `ignored_columns` value is inheritable by subclasses
Ryuta Kamizono
2017-10-19
1
-0
/
+7
*
|
|
Enable `hstore` extention disabled at the end of `InvertibleMigrationTest#tes...
Yasuo Honda
2017-10-18
1
-0
/
+2
*
|
|
Should test `LegacyPrimaryKeyTest` to both `V5_0` and `V4_2`
Ryuta Kamizono
2017-10-18
1
-15
/
+34
*
|
|
compatibility - use int instead of bigint
pavel
2017-10-18
1
-0
/
+3
*
|
|
Add a test case that eager-loading with a polymorphic association and using `...
Ryuta Kamizono
2017-10-16
1
-0
/
+4
*
|
|
Fix longer sequence name detection for serial columns (#28339)
Ryuta Kamizono
2017-10-15
1
-0
/
+32
*
|
|
MySQL: Don't lose `auto_increment: true` in the `db/schema.rb`
Ryuta Kamizono
2017-10-15
1
-0
/
+34
*
|
|
Fix `COUNT(DISTINCT ...)` for `GROUP BY` with `ORDER BY` and `LIMIT`
Ryuta Kamizono
2017-10-14
1
-0
/
+4
*
|
|
Show the failed queries in `test_has_one_does_not_use_order_by`
Ryuta Kamizono
2017-10-14
1
-1
/
+2
*
|
|
Merge pull request #30836 from shioyama/generated_attribute_methods_include_m...
Matthew Draper
2017-10-10
1
-0
/
+5
|
\
\
\
|
*
|
|
Add test for class of GeneratedAttributeMethods instance in ancestors
Chris Salzberg
2017-10-09
1
-0
/
+5
*
|
|
|
Joined tables in association scope doesn't use the same aliases with the pare...
Ryuta Kamizono
2017-10-09
1
-0
/
+4
*
|
|
|
All test cases for `exists?` places in `finder_test.rb` to ease to find the t...
Ryuta Kamizono
2017-10-09
2
-26
/
+26
*
|
|
|
Fix `relation.exists?` with has_many through associations
Ryuta Kamizono
2017-10-09
1
-0
/
+8
*
|
|
|
Distinguish missing adapter gems from load errors within the adapter
Jeremy Daer
2017-10-08
1
-1
/
+1
|
/
/
/
*
|
|
Add JSON attribute test cases for SQLite3 adapter
Ryuta Kamizono
2017-10-05
2
-0
/
+31
*
|
|
Ensure `AliasTracker` respects a custom table name
Ryuta Kamizono
2017-09-30
1
-4
/
+8
*
|
|
Add test case for `arel_attribute` with a custom table
Ryuta Kamizono
2017-09-27
1
-0
/
+4
*
|
|
`Postgres::OID::Range` serializes to a `Range`, quote in `Quoting`
Thomas Cannon
2017-09-26
2
-1
/
+52
*
|
|
Remove unused `cached_columns` and `time_related_columns_on_topic` in `Attrib...
Ryuta Kamizono
2017-09-27
1
-8
/
+0
*
|
|
Treat `Set` as an `Array` in `Relation#where`
Sean Griffin
2017-09-26
1
-0
/
+13
*
|
|
Unneeded Mocha stubs for Kernel#system
Akira Matsuda
2017-09-25
1
-2
/
+0
*
|
|
Adding legacy primary key should be compatible
Ryuta Kamizono
2017-09-23
1
-0
/
+51
*
|
|
Return nil if table comment is blank
Ryuta Kamizono
2017-09-22
1
-1
/
+1
*
|
|
Implement change_table_comment and change_column_comment for MySql Adapter
Alecs Popa
2017-09-22
1
-0
/
+22
*
|
|
Merge pull request #24199 from meinac/fix_invert_add_index
Ryuta Kamizono
2017-09-21
1
-0
/
+5
|
\
\
\
|
*
|
|
Use algorithm while removing index with db:rollback
Mehmet Emin İNAÇ
2017-09-21
1
-0
/
+5
*
|
|
|
Fix "warning: `*' interpreted as argument prefix"
yuuji.yaginuma
2017-09-21
1
-5
/
+5
|
/
/
/
*
|
|
Merge pull request #30619 from jagthedrummer/jeremy/instrumentation-payload-n...
Eileen M. Uchitelle
2017-09-20
1
-0
/
+72
|
\
\
\
|
*
|
|
Update payload names for `sql.active_record` to be more descriptive.
Jeremy Green
2017-09-20
1
-0
/
+72
*
|
|
|
make create_join_table compatible.
Yuki Masutomi
2017-09-20
1
-0
/
+30
*
|
|
|
Merge pull request #26707 from jcoleman/add_attribute_names_cache_busting_spec
Ryuta Kamizono
2017-09-18
1
-0
/
+2
|
\
\
\
\
|
*
|
|
|
Add test validating that Model.attribute_names cache is busted
James Coleman
2016-10-04
1
-0
/
+2
*
|
|
|
|
Fix collided sequence name detection
Ryuta Kamizono
2017-09-18
1
-0
/
+36
*
|
|
|
|
Ensure returning affected objects for class level `update` and `destroy`
Ryuta Kamizono
2017-09-18
1
-10
/
+10
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Remove unused explicit delegation to `klass` in `relation`
Ryuta Kamizono
2017-09-14
1
-5
/
+0
*
|
|
|
Don't use `collection.table_name` in `collection_cache_key`
Ryuta Kamizono
2017-09-14
1
-0
/
+18
*
|
|
|
Merge pull request #30596 from yahonda/address_test_or_with_bind_params_failure
Ryuta Kamizono
2017-09-14
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Address random `test_or_with_bind_params` failures
Yasuo Honda
2017-09-13
1
-1
/
+1
*
|
|
|
|
`quoted_table_name` doesn't respect table alias
Ryuta Kamizono
2017-09-14
1
-0
/
+11
|
/
/
/
/
*
|
|
|
Add an extra assertion to ensure dumping schema default as expected
Ryuta Kamizono
2017-09-08
1
-1
/
+4
[prev]
[next]