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
/
reflection_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace `assert !` with `assert_not`
Daniel Colson
2018-04-19
1
-1
/
+1
*
Merge pull request #31615 from cben/type_for_attribute-symbol
Ryuta Kamizono
2018-01-29
1
-0
/
+14
|
\
|
*
Allow type_for_attribute(:symbol)
Beni Cherniavsky-Paskin
2018-01-01
1
-0
/
+14
*
|
Use assert_empty and assert_not_empty
Daniel Colson
2018-01-25
1
-1
/
+1
*
|
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-20
/
+20
*
|
Fix deleting through records when using has_many through with `source_type`
Ryuta Kamizono
2018-01-08
1
-12
/
+23
|
/
*
Remove `association_primary_key_type` from `AssociationReflection` and `Throu...
Ryuta Kamizono
2018-01-01
1
-9
/
+0
*
Remove deprecated methd `#scope_chain`
Rafael Mendonça França
2017-10-23
1
-38
/
+0
*
Remove deprecated support to passing a class to `:class_name` on associations
Rafael Mendonça França
2017-10-23
1
-2
/
+3
*
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
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Fix collection_singular_ids= bug
Daniel Colson
2017-02-02
1
-0
/
+9
*
deprecate `scope_chain`
Aaron Patterson
2017-01-30
1
-5
/
+15
*
Deprecate reflection class name to accept a class
Kir Shatrov
2017-01-09
1
-0
/
+6
*
Cache results of computing model type
Konstantin Lazarev
2017-01-03
1
-1
/
+7
*
"Use assert_nil if expecting nil. This will fail in minitest 6."
Akira Matsuda
2016-12-25
1
-2
/
+2
*
improve error message when include assertions fail
Michael Grosser
2016-09-16
1
-3
/
+3
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-1
/
+1
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-36
/
+36
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-66
/
+66
*
When verifying size of relation, also verify count is ok.
Vipul A M
2016-01-25
1
-0
/
+1
*
Add missing source_type if provided on hmt which belongs to an sti record
Vipul A M
2016-01-24
1
-0
/
+9
*
Removed mocha from Active Record Part 1
Ronak Jangir
2015-08-25
1
-16
/
+24
*
Improve test for leaky scope chain
eileencodes
2015-03-18
1
-1
/
+7
*
Remove unused variable in activerecord reflection_test.
Juanito Fatas
2015-03-17
1
-1
/
+1
*
Fix leaky chain on polymorphic association
eileencodes
2015-03-15
1
-0
/
+11
*
`type_cast_from_user` -> `cast`
Sean Griffin
2015-02-17
1
-1
/
+1
*
`type_cast_for_database` -> `serialize`
Sean Griffin
2015-02-17
1
-1
/
+1
*
`Type#type_cast_from_database` -> `Type#deserialize`
Sean Griffin
2015-02-17
1
-1
/
+1
*
Remove most type related predicates from `Column`
Sean Griffin
2015-01-30
1
-8
/
+5
*
Return a null column from `column_for_attribute` when no column exists.
Rafael Mendonça França
2015-01-04
1
-4
/
+18
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-2
/
+2
*
Add a test for reflection keys as Strings, fixes #16928
Zachary Scott
2014-11-23
1
-0
/
+4
*
Begin refactoring ThroughReflection
eileencodes
2014-07-08
1
-34
/
+30
*
Add regression tests for keys on nested associations
eileencodes
2014-07-01
1
-0
/
+32
*
Add a deprecation cycle for `NullColumn` from `column_for_attribute`
Sean Griffin
2014-06-23
1
-18
/
+4
*
Rename `type_cast` to `type_cast_from_database`
Sean Griffin
2014-06-09
1
-1
/
+1
*
Make `_before_type_cast` actually be before type cast
Sean Griffin
2014-06-09
1
-1
/
+1
*
have an actual `NullColumn` object and update docs accordingly.
Yves Senn
2014-06-04
1
-0
/
+1
*
Return a null column when no column exists for an attribute
Sean Griffin
2014-06-03
1
-0
/
+19
*
Merge pull request #15210 from arthurnn/fix_hbtm_reflection
Arthur Neves
2014-05-24
1
-1
/
+6
*
Regression test for irregular inflection on has_many
Arthur Neves
2014-04-18
1
-0
/
+8
*
Make sure the reflection test is passing a String to the reflection
Lauro Caetano
2014-04-09
1
-1
/
+1
*
PostgreSQL and SQLite, remove varchar limit. [Vladimir Sazhin & Toms Mikoss &...
Yves Senn
2014-04-04
1
-1
/
+1
*
scope_chain should not be mutated for other reflections
Neeraj Singh
2013-10-14
1
-0
/
+16
*
acually get the actual source reflection :cry::gun:
Aaron Patterson
2013-07-23
1
-2
/
+3
*
Removing not useful test related to reflect_on_all_associations
Neeraj Singh
2013-07-02
1
-8
/
+0
[next]