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
/
models
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix leaky chain on polymorphic association
eileencodes
2015-03-15
3
-0
/
+5
*
Merge pull request #18996 from morgoth/deprecate-more-errors-methods
Yves Senn
2015-02-19
2
-2
/
+2
|
\
|
*
Deprecate `ActiveModel::Errors` `add_on_empty` and `add_on_blank` methods
Wojciech Wnętrzak
2015-02-19
2
-2
/
+2
*
|
Add `ActiveRecord::Base.suppress`
Michael Ryan
2015-02-18
2
-0
/
+6
|
/
*
Add line endings to files which are missing them
Sean Griffin
2015-02-17
6
-6
/
+6
*
Merge pull request #18512 from vipulnsward/18492-fixtures-with-sti
Aaron Patterson
2015-01-31
2
-3
/
+7
|
\
|
*
Fixes #18492
Vipul A M
2015-01-14
2
-3
/
+7
*
|
Always perform validations on nested attribute associations
Sean Griffin
2015-01-30
1
-1
/
+2
*
|
Added #or to ActiveRecord::Relation
Matthew Draper
2015-01-28
1
-0
/
+3
*
|
Don't redefine autosave association callbacks in nested attrs
Sean Griffin
2015-01-28
2
-0
/
+2
*
|
Improve consistency of counter caches updating in memory
Sean Griffin
2015-01-26
1
-1
/
+1
|
/
*
remove deprecated support to preload instance-dependent associaitons.
Yves Senn
2015-01-05
1
-4
/
+0
*
Add has_secure_token to Active Record
robertomiranda
2015-01-04
1
-0
/
+4
*
Deprecate `false` as the way to halt AR callbacks
claudiob
2015-01-02
5
-5
/
+5
*
Merge pull request #15309 from iantropov/issue_12698_build_through
Rafael Mendonça França
2015-01-02
1
-0
/
+2
|
\
|
*
Add setting of FK for throgh associations while building
Ivan Antropov
2014-05-25
1
-0
/
+2
*
|
Fix error message when trying to create an associated record
Rafael Mendonça França
2014-12-30
1
-0
/
+1
*
|
AR specific length validator to respect `marked_for_destruction`.
Yves Senn
2014-12-30
1
-0
/
+2
*
|
Remove all cases of manuallly wrapping `Arel::Nodes::Quoted`
Sean Griffin
2014-12-29
1
-1
/
+1
*
|
Inform Arel we don't need additional type casting in tests
Sean Griffin
2014-12-26
1
-1
/
+1
*
|
Don't perform statement caching for `find` when called from a scope
Sean Griffin
2014-12-22
1
-0
/
+8
*
|
Add foreign_type option for polymorphic has_one and has_many.
Ulisses Almeida + Kassio Borges
2014-12-08
2
-0
/
+6
*
|
Fix "nonexistent" typo in tests
Melissa Xie
2014-12-02
2
-4
/
+4
*
|
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
3
-4
/
+4
*
|
Fix includes on association with a scope containing joins along with conditions
siddharth@vinsol.com
2014-11-21
1
-0
/
+1
*
|
Ensure HABTM relationships produce valid class names (Fixes #17119)
Sammy Larbi
2014-11-09
1
-0
/
+2
*
|
Use bind values for joined tables in where statements
Sean Griffin
2014-11-01
2
-0
/
+5
*
|
Raise an error for has_one associations which try to go :through a polymorphi...
Tu Hoang
2014-10-15
1
-0
/
+3
*
|
make sure cache is not used for collection assocations too
Aaron Patterson
2014-10-14
1
-0
/
+1
*
|
Autosave callbacks shouldn't be `after_save`
Agis-
2014-10-13
1
-0
/
+9
*
|
Better regression test for Fixtures with fk as a symbol
Arthur Neves
2014-09-22
1
-1
/
+1
*
|
Dynamically modified schema and association would not be correctly reset
Akira Matsuda
2014-09-06
2
-0
/
+6
*
|
Skip StatementCache for eager loaded associations (Fixes #16761)
Sammy Larbi
2014-09-04
2
-0
/
+11
*
|
Move association definition to the model file
Akira Matsuda
2014-08-28
1
-0
/
+1
*
|
Only merge scopes with zero arity in has_many through
Agis-
2014-08-20
2
-0
/
+3
*
|
Fixes the `Relation#exists?` to work with polymorphic associations.
Kassio Borges
2014-08-18
1
-0
/
+1
*
|
Address ORA-00972: identifier is too long when tested with Oracle
Yasuo Honda
2014-07-14
2
-2
/
+3
*
|
Move writing unknown column exception to null attribute
Sean Griffin
2014-06-26
1
-0
/
+1
*
|
Deprecate automatic counter caches on has_many :through
Sean Griffin
2014-06-26
2
-2
/
+2
*
|
Merge pull request #15772 from nbudin/sti_through_bug
Rafael Mendonça França
2014-06-19
1
-0
/
+7
|
\
\
|
*
|
Don't include inheritance column in the through_scope_attributes
Nat Budin
2014-06-17
1
-1
/
+8
*
|
|
Fix has_and_belongs_to_many in a namespaced model pointing to a non namespace...
Rafael Mendonça França
2014-06-19
1
-0
/
+1
|
/
/
*
|
Merge pull request #15343 from dontfidget/fix_polymorphic_automatic_inverse_of
Rafael Mendonça França
2014-06-13
2
-0
/
+2
|
\
\
|
*
|
use name specified by 'as' for automatic inverse association to avoid reflect...
Andrew S. Brown
2014-06-10
2
-0
/
+2
|
|
/
*
/
Fix regression on eager loading association based on SQL query rather
Lauro Caetano
2014-06-03
1
-0
/
+12
|
/
*
Revert "Merge pull request #14544 from jefflai2/named_scope_sti"
Rafael Mendonça França
2014-05-21
2
-5
/
+0
*
build fix, use lambda syntax that ruby 1.9.3 understands.
Yves Senn
2014-05-21
1
-1
/
+1
*
Fix polymorphic eager load with foreign_key as String.
Lauro Caetano
2014-05-20
1
-0
/
+3
*
Merge pull request #14544 from jefflai2/named_scope_sti
Rafael Mendonça França
2014-05-20
2
-0
/
+5
|
\
|
*
Fixes Issue #13466.
Jefferson Lai
2014-04-23
2
-0
/
+5
[next]