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
/
lib
/
active_record
/
associations
Commit message (
Expand
)
Author
Age
Files
Lines
*
Migrate all the calculation methods to Relation
Pratik Naik
2009-12-29
1
-1
/
+1
*
Merge commit 'Fingertips/master'
Jeremy Kemper
2009-12-28
2
-12
/
+36
|
\
|
*
Provide a slightly more robust we_can_set_the_inverse_on_this? method for pol...
Murray Steele
2009-12-28
1
-2
/
+7
|
*
Add inverse polymorphic association support. [#3520 state:resolved]
George Ogata
2009-12-28
1
-10
/
+29
|
*
Add more tests for the various ways we can assign objects to associations. [#...
Murray Steele
2009-12-28
1
-2
/
+1
|
*
Set inverse for #replace on a has_one association. [#3513 state:resolved]
George Ogata
2009-12-28
1
-0
/
+1
*
|
Add Model.having and Relation#having
Pratik Naik
2009-12-29
1
-1
/
+1
|
/
*
Add Model.readonly and association_collection#readonly finder method
Pratik Naik
2009-12-28
1
-1
/
+1
*
Add Model.lock and relation#lock now that arel has locking
Pratik Naik
2009-12-28
1
-1
/
+1
*
Add Model.from and association_collection#from finder methods
Pratik Naik
2009-12-28
1
-1
/
+1
*
Rewrite AssociationCollection#find using relations
Pratik Naik
2009-12-27
1
-19
/
+13
*
Add new finder methods to association collection.
Pratik Naik
2009-12-27
1
-2
/
+17
*
Rename Model.conditions and relation.conditions to .where
Pratik Naik
2009-12-26
2
-2
/
+2
*
Revert "Fix instance_eval calls to association proxies"
Joshua Peek
2009-12-12
1
-2
/
+6
*
Fix instance_eval calls to association proxies
Mat Brown
2009-12-02
1
-6
/
+2
*
Revert "Revert "Assert primary key does not exist in habtm when the associati...
Jeremy Kemper
2009-11-23
1
-13
/
+1
*
Ruby 1.9.2: use recursive flatten
Jeremy Kemper
2009-11-14
1
-7
/
+1
*
Ruby 1.9.2: fix flatten_deeper to preserve nils
Jeremy Kemper
2009-11-14
1
-1
/
+1
*
Revert "Split arel_table into method to get a relation and another to memoize...
Jeremy Kemper
2009-11-13
2
-3
/
+3
*
Split arel_table into method to get a relation and another to memoize the def...
Jeremy Kemper
2009-11-13
2
-3
/
+3
*
Ruby 1.9.2: avoid #flatten
Jeremy Kemper
2009-11-13
1
-4
/
+16
*
Arel::In -> Arel::Predicates::In
Jeremy Kemper
2009-11-02
2
-2
/
+2
*
Merge commit 'rails/master'
Emilio Tagua
2009-10-13
1
-1
/
+1
|
\
|
*
Callbacks, DeprecatedCallbacks = NewCallbacks, Callbacks
Joshua Peek
2009-10-12
1
-1
/
+1
*
|
Merge commit 'rails/master'
Emilio Tagua
2009-10-02
1
-0
/
+9
|
\
|
|
*
Make has_one with :conditions hash scope build or creation of the associated ...
Luciano G Panaro
2009-09-28
1
-0
/
+9
*
|
Merge commit 'rails/master'
Emilio Tagua
2009-09-14
1
-2
/
+2
|
\
|
|
*
Fix habtm associations when using multiple databases
sdsykes
2009-09-12
1
-2
/
+2
*
|
Merge commit 'rails/master'
Emilio Tagua
2009-09-08
1
-0
/
+16
|
\
|
|
*
Revert "Assert primary key does not exist in habtm when the association is de...
Jeremy Kemper
2009-09-02
1
-0
/
+16
*
|
Merge commit 'rails/master'
Emilio Tagua
2009-09-01
1
-16
/
+0
|
\
|
|
*
Assert primary key does not exist in habtm when the association is defined, i...
José Valim
2009-09-01
1
-16
/
+0
*
|
Remove whitespace.
Emilio Tagua
2009-08-19
1
-2
/
+2
*
|
Remove unused quoted_record_ids, now ARel does this using ARel::In.
Emilio Tagua
2009-08-18
1
-9
/
+0
*
|
has_many nullify associations keys using ARel.
Emilio Tagua
2009-08-18
1
-9
/
+9
*
|
habtm insertion with ARel integration.
Emilio Tagua
2009-08-18
1
-8
/
+5
*
|
habtm delete method integrated with ARel.
Emilio Tagua
2009-08-18
1
-4
/
+5
*
|
Merge commit 'rails/master'
Emilio Tagua
2009-08-10
1
-19
/
+16
|
\
|
|
*
Remove unnecessary scoping for creating hm:t join record
Pratik Naik
2009-08-10
1
-3
/
+4
|
*
Remove unnecessary scoping and validation checks from hm:t#create
Pratik Naik
2009-08-10
1
-1
/
+1
|
*
Unify hm:t#create and create! implementation
Pratik Naik
2009-08-10
1
-17
/
+13
*
|
Merge commit 'rails/master'
Emilio Tagua
2009-08-10
6
-6
/
+34
|
\
|
|
*
raises an exception on habtm join table inserts if join table contains a prim...
Jaime Bellmyer
2009-08-09
1
-2
/
+14
|
*
raises exception (ActiveRecord::ConfigurationError with message) on habtm ass...
Jaime Bellmyer
2009-08-09
1
-0
/
+4
|
*
Fix that counter_cache breaks with has_many :dependent => :nullify.
Gabe da Silveira
2009-08-09
1
-0
/
+1
|
*
has_many :through create should not raise validation errors
railsbob
2009-08-09
1
-1
/
+5
|
*
Allow ho:through#build when the owner is a new record [#1749 state:resolved]
Tristan Dunn
2009-08-10
1
-3
/
+9
|
*
Enable has_many :through for going through a has_one association on the join ...
Gabe da Silveira
2009-08-10
1
-1
/
+1
|
*
Added back support for destroying an association's object by id. [#2306 statu...
Joshua Nichols
2009-08-09
1
-0
/
+1
|
*
Ensure hm:t#find does not assign nil to :include [#1845 state:resolved]
railsbob
2009-08-09
1
-1
/
+1
[next]