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
*
Get rid of construct_count_options_from_args
Pratik Naik
2010-01-19
1
-3
/
+4
*
Inherit named scope class Scope from Relation
Pratik Naik
2010-01-18
1
-2
/
+0
*
save(false) is gone, use save(:validate => false) instead.
José Valim
2010-01-17
3
-3
/
+3
*
Make type_condition return Arel predicate and not a string condition
Pratik Naik
2010-01-16
1
-1
/
+1
*
Make scopes use relations under the hood
Pratik Naik
2010-01-16
3
-7
/
+7
*
Add Relation#includes to be an equivalent of current finder option :include
Pratik Naik
2010-01-03
1
-1
/
+1
*
Get rid of Model.construct_finder_arel_with_includes. Use construct_finder_ar...
Pratik Naik
2010-01-03
1
-1
/
+1
*
Use Arel::Table instead of ActiveRecord::Relation from HABTM and has_many#del...
Pratik Naik
2010-01-01
2
-4
/
+4
*
Make sure association proxy does not pass quoted table name to sanitize_sql
Pratik Naik
2010-01-01
1
-1
/
+1
*
Add Relation#delete [Pratik Naik, Emilio Tagua]
Pratik Naik
2010-01-01
1
-1
/
+1
*
Get rid of DeprecatedCallbacks in ActiveRecord::Associations and finally remo...
José Valim
2009-12-30
1
-1
/
+8
*
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
[next]