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
/
base.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add relation.destroy_all
Pratik Naik
2009-12-27
1
-1
/
+1
*
Make Model.destroy_all use new finders
Pratik Naik
2009-12-27
1
-1
/
+1
*
Make Model.find(:last) use relations
Pratik Naik
2009-12-27
1
-42
/
+5
*
Make Model.all just a wrapper for find(:all)
Pratik Naik
2009-12-27
1
-9
/
+3
*
Make Model.find(:first, ..) use relations
Pratik Naik
2009-12-27
1
-24
/
+2
*
Make Model.exists? use relation.exists?
Pratik Naik
2009-12-27
1
-12
/
+7
*
Make Model.find(:all) use relations
Pratik Naik
2009-12-27
1
-1
/
+1
*
Add relation.from as a temporary workaround until arel relation has .from option
Pratik Naik
2009-12-27
1
-1
/
+2
*
Make Model.find(ids) use relations
Pratik Naik
2009-12-27
1
-63
/
+11
*
Make Model.all return an array rather than a relation for consistency. Use Mo...
Pratik Naik
2009-12-27
1
-2
/
+2
*
Fix dynamic finder docs
Pratik Naik
2009-12-27
1
-3
/
+2
*
Make Model.find_or_create_by_* and find_or_initialize_by_* use relations and ...
Pratik Naik
2009-12-27
1
-54
/
+1
*
Make Model.find_by_* and Model.find_all_by_* use relations and remove dynamic...
Pratik Naik
2009-12-27
1
-54
/
+22
*
Ensure all the finder methods respect scoping
Pratik Naik
2009-12-26
1
-1
/
+1
*
Rename Model.conditions and relation.conditions to .where
Pratik Naik
2009-12-26
1
-6
/
+6
*
Add Model.select/group/order/limit/joins/conditions/preload/eager_load class ...
Pratik Naik
2009-12-26
1
-6
/
+4
*
Replace reset_counter_cache with reset_counters that has API inline with exis...
Gabe da Silveira
2009-12-03
1
-8
/
+13
*
Implement ActiveRecord#reset_counter_cache
Mike Breen
2009-12-02
1
-0
/
+18
*
Revert "Split arel_table into method to get a relation and another to memoize...
Jeremy Kemper
2009-11-13
1
-6
/
+6
*
Split arel_table into method to get a relation and another to memoize the def...
Jeremy Kemper
2009-11-13
1
-6
/
+6
*
Symbol#to_proc is not needed for Ruby >= 1.8.7
Xavier Noria
2009-11-09
1
-1
/
+0
*
Move validator, human_name and human_attribute_name to ActiveModel, remove de...
José Valim
2009-10-20
1
-27
/
+5
*
Refactoring attributes/types [#3348 state:resolved]
Eric Chapweske
2009-10-17
1
-31
/
+7
*
Unify benchmark APIs.
José Valim
2009-10-15
1
-33
/
+3
*
Update Orchestra instrumentations and move part of logging to Orchestra.
José Valim
2009-10-15
1
-0
/
+2
*
Merge commit 'rails/master'
Emilio Tagua
2009-10-07
1
-27
/
+38
|
\
|
*
Call initialize_copy when cloning [#3164 state:resolved]
Paul Gillard
2009-10-06
1
-27
/
+38
*
|
Don't send table_name when updating attributes, use the class arel_table.
Emilio Tagua
2009-10-07
1
-1
/
+1
*
|
Don't send table_name when there's no need to.
Emilio Tagua
2009-10-07
1
-1
/
+1
*
|
Initial documentation to Base#all.
Emilio Tagua
2009-10-05
1
-2
/
+2
*
|
Merge branch 'associations_2'
Emilio Tagua
2009-10-05
1
-4
/
+15
|
\
\
|
*
|
Added eager loading support to Relation and ActiveRecord#all.
Emilio Tagua
2009-10-05
1
-11
/
+6
|
*
|
Moved relation's test to relation_test.
Emilio Tagua
2009-10-05
1
-2
/
+1
|
*
|
Added association preload to relation.
Emilio Tagua
2009-09-01
1
-3
/
+20
*
|
|
Merge commit 'rails/master'
Emilio Tagua
2009-09-21
1
-29
/
+19
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Extract class-finder method from instantiate
Jeremy Kemper
2009-09-17
1
-27
/
+19
|
*
|
Collapse nested conditional
Jeremy Kemper
2009-09-17
1
-15
/
+13
*
|
|
Merge commit 'rails/master'
Emilio Tagua
2009-09-08
1
-8
/
+3
|
\
|
|
|
*
|
Changed ActiveRecord to use new callbacks and speed up observers by only noti...
José Valim
2009-09-08
1
-8
/
+3
*
|
|
Merge commit 'rails/master'
Emilio Tagua
2009-09-08
1
-1
/
+3
|
\
|
|
|
|
/
|
/
|
|
*
Don't try to log protected attribute removal if there's no logger defined [#3...
Jeffrey Hardy
2009-09-02
1
-1
/
+3
*
|
Revert "Revert "Add readonly support for relations.""
Emilio Tagua
2009-08-27
1
-1
/
+6
*
|
Revert "Add readonly support for relations."
Emilio Tagua
2009-08-27
1
-6
/
+1
*
|
Add readonly support for relations.
Emilio Tagua
2009-08-27
1
-1
/
+6
*
|
No need to reload the relation table with a method param, just nil it.
Emilio Tagua
2009-08-27
1
-5
/
+3
*
|
Performance: Don't reload ARel relation on update.
Emilio Tagua
2009-08-27
1
-1
/
+1
*
|
Performance: Don't reload the ARel relation on create, do it on
Emilio Tagua
2009-08-27
1
-2
/
+2
*
|
Performance: Don't reload the arel_table when destroying.
Emilio Tagua
2009-08-27
1
-1
/
+1
*
|
Remove useless var local definition.
Emilio Tagua
2009-08-26
1
-1
/
+1
*
|
Make sure join association methods are called once.
Emilio Tagua
2009-08-19
1
-4
/
+4
[next]