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
/
associations
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove duplicate test.
Yves Senn
2015-05-08
1
-10
/
+2
*
AR::RecordNotSaved & RecordNotDestroyed should include an error message
Yuki Nishijima
2015-05-01
1
-1
/
+2
*
Rename association option :class to :anonymous_class
Andrew White
2015-04-21
3
-14
/
+14
*
Batch touch parent records
Arthur Neves
2015-04-08
1
-0
/
+18
*
Fix a regression introduced by removing unnecessary db call when replacing
Shintaro Kojima
2015-04-04
1
-0
/
+2
*
Fix eager loading association using default_scope for finder methods.
Santosh Wadghule
2015-03-31
1
-0
/
+17
*
Merge pull request #19348 from Empact/null-scope
Yves Senn
2015-03-18
1
-0
/
+12
|
\
|
*
Reuse the CollectionAssociation#reader proxy cache if the foreign key is pres...
Ben Woosley
2015-03-15
1
-0
/
+12
*
|
Closes rails/rails#18864: Renaming transactional fixtures to transactional tests
Brandon Weiss
2015-03-16
3
-3
/
+3
|
/
*
Revert ":cut: remove unnecessary rescue Exceptions"
Yves Senn
2015-03-06
1
-1
/
+1
*
:cut: remove unnecessary rescue Exceptions
Aaron Patterson
2015-03-05
1
-1
/
+1
*
Merge pull request #19105 from amatsuda/array_take
Sean Griffin
2015-03-02
1
-0
/
+13
|
\
|
*
Preserve Array#take(n) behaviour of HasManyAssociation
Akira Matsuda
2015-02-28
1
-0
/
+13
*
|
Merge pull request #19077 from robin850/unknown-attribute-error
Sean Griffin
2015-03-02
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Follow-up to #10776
Robin Dupret
2015-02-26
1
-1
/
+1
*
|
Properly create through records when called with `where`
Sean Griffin
2015-02-26
1
-0
/
+6
*
|
Merge pull request #17297 from rebyn/fix/17161-remove-objs-from-has_many-upda...
Rafael Mendonça França
2015-02-25
1
-0
/
+25
|
\
\
|
|
/
|
/
|
|
*
Add specs for adding-to/clear has_many collections’s behavior on `updated_at`
Tu Hoang
2014-10-30
1
-0
/
+25
*
|
Require `belongs_to` by default.
Josef Šimánek
2015-02-21
1
-0
/
+50
*
|
Merge branch 'rm-take' into 4-1-stable
Rafael Mendonça França
2015-02-20
1
-1
/
+29
*
|
Optimize none? and one? relation query methods to use LIMIT and COUNT.
Eugene Gilburg
2015-02-12
1
-0
/
+76
*
|
Merge branch 'master' into pr/18316
Mingdong Luo
2015-01-31
7
-70
/
+45
|
\
\
|
*
|
Provide a better error message on :required association
Henrik Nygren
2015-01-28
1
-2
/
+22
|
*
|
Use an `Attribute` object to represent a bind value
Sean Griffin
2015-01-27
1
-1
/
+1
|
*
|
`WhereClause#predicates` does not need to be public
Sean Griffin
2015-01-27
3
-13
/
+8
|
*
|
Test association was eager loaded, rather than reaching into internals
Sean Griffin
2015-01-26
1
-2
/
+2
|
*
|
Remove all references to `where_values` in tests
Sean Griffin
2015-01-25
3
-11
/
+11
|
*
|
Extracted `ActiveRecord::AttributeAssignment` to `ActiveModel::AttributesAssi...
Bogdan Gusiev
2015-01-23
1
-1
/
+1
|
*
|
Merge pull request #18458 from brainopia/fix_after_commit_for_fixtures
Jeremy Kemper
2015-01-20
1
-1
/
+0
|
|
\
\
|
|
*
|
after_commit runs after transactions with non-joinable parents
brainopia
2015-01-16
1
-1
/
+0
|
*
|
|
tests, use `drop_table if_exists: true` in our test suite.
Yves Senn
2015-01-20
1
-2
/
+2
|
|
/
/
|
*
|
remove deprecated support to preload instance-dependent associaitons.
Yves Senn
2015-01-05
1
-22
/
+9
|
*
|
Remove deprecated automatic counter caches on `has_many :through`
Rafael Mendonça França
2015-01-04
1
-26
/
+0
*
|
|
Fix n+1 query problem when eager loading nil associations (fixes #18312)
Sammy Larbi
2015-01-03
1
-0
/
+8
|
/
/
*
|
Merge pull request #15309 from iantropov/issue_12698_build_through
Rafael Mendonça França
2015-01-02
1
-1
/
+10
|
\
\
|
*
|
Add setting of FK for throgh associations while building
Ivan Antropov
2014-05-25
1
-1
/
+10
*
|
|
Remove support to activerecord-deprecated_finders
Rafael Mendonça França
2015-01-02
1
-2
/
+1
*
|
|
Merge pull request #15746 from amccloud/auto-inverse_of-in-module
Rafael Mendonça França
2015-01-02
1
-0
/
+12
|
\
\
\
|
*
|
|
Fixed automatic inverse_of for models nested in module
Andrew McCloud
2014-06-15
1
-0
/
+12
*
|
|
|
Fix warning: assigned but unused variable - post
Ryuta Kamizono
2014-12-31
1
-1
/
+1
*
|
|
|
Fix error message when trying to create an associated record
Rafael Mendonça França
2014-12-30
1
-0
/
+8
*
|
|
|
Share foreign_key_present? implementation in _has_ associations
brainopia
2014-12-31
2
-35
/
+57
*
|
|
|
`eager_load` preserves readonly flag for associations
Takashi Kokubun
2014-12-30
1
-1
/
+4
*
|
|
|
Add foreign_type option for polymorphic has_one and has_many.
Ulisses Almeida + Kassio Borges
2014-12-08
2
-0
/
+21
*
|
|
|
Merge pull request #17889 from mxie/mx-fix-nonexistent-typo
Sean Griffin
2014-12-02
3
-4
/
+4
|
\
\
\
\
|
*
|
|
|
Fix "nonexistent" typo in tests
Melissa Xie
2014-12-02
3
-4
/
+4
*
|
|
|
|
Require missing association in test
Sean Griffin
2014-12-02
1
-0
/
+1
|
/
/
/
/
*
|
|
|
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
7
-20
/
+18
*
|
|
|
Adds preloaded_records method to NullPreloader
Thorsten Ball
2014-11-28
1
-0
/
+8
*
|
|
|
Fix a bug where AR::RecordNotSaved loses error messages
Yuki Nishijima
2014-11-27
3
-9
/
+28
[next]