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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Add find_or_create_by_* and find_or_initialize_by_* to relations
Pratik Naik
2009-12-27
1
-0
/
+23
*
|
|
Make Model.find_by_* and Model.find_all_by_* use relations and remove dynamic...
Pratik Naik
2009-12-27
3
-78
/
+38
*
|
|
Add find_by_* and find_all_by_* finders to ActiveRecord::Relation
Pratik Naik
2009-12-27
1
-0
/
+14
*
|
|
Add new finder methods to association collection.
Pratik Naik
2009-12-27
3
-6
/
+21
*
|
|
Ensure Model.scoped adds type conditions for STI models
Pratik Naik
2009-12-27
2
-11
/
+15
*
|
|
Ensure all the finder methods respect scoping
Pratik Naik
2009-12-26
1
-1
/
+1
|
/
/
*
|
Add relation.reload to force reloading the records
Pratik Naik
2009-12-26
1
-0
/
+6
*
|
Cache the loaded relations
Pratik Naik
2009-12-26
1
-32
/
+43
*
|
Ensure preload and eager_load finder methods accept multiple arguments
Pratik Naik
2009-12-26
1
-2
/
+2
*
|
Make sure the relations are always immutable
Pratik Naik
2009-12-26
1
-8
/
+5
*
|
Add support for multiple arguments to .where finder
Pratik Naik
2009-12-26
1
-2
/
+7
*
|
Add Relation#all as an alias for to_a
Pratik Naik
2009-12-26
1
-0
/
+2
*
|
Stop supporting blank arguments to AR#relation query methods
Pratik Naik
2009-12-26
1
-27
/
+19
*
|
Rename Model.conditions and relation.conditions to .where
Pratik Naik
2009-12-26
6
-13
/
+13
*
|
Add Model.select/group/order/limit/joins/conditions/preload/eager_load class ...
Pratik Naik
2009-12-26
3
-32
/
+55
*
|
Model.scoped now returns a relation if invoked without any arguments
Pratik Naik
2009-12-26
1
-11
/
+19
*
|
Finish moving config.frameworks-dependent code to the framework plugin
Carlhuda
2009-12-23
2
-5
/
+8
*
|
Moving out some framework specific initializers into the framework libraries.
Carlhuda
2009-12-23
1
-0
/
+51
*
|
Flip deferrable autoload convention
Joshua Peek
2009-12-22
1
-52
/
+64
|
/
*
Fully expand relative rails framework paths and make sure we aren't
Joshua Peek
2009-12-16
1
-7
/
+8
*
When passing force_reload = true to an association, don't use the query cache...
Will
2009-12-16
1
-2
/
+2
*
Revert "Fix instance_eval calls to association proxies"
Joshua Peek
2009-12-12
1
-2
/
+6
*
Replace reset_counter_cache with reset_counters that has API inline with exis...
Gabe da Silveira
2009-12-03
1
-8
/
+13
*
Add support for Mysql column positioning via #add_column and #change_column
Ben Marini
2009-12-03
1
-0
/
+15
*
Reorganize autoloads:
Carlhuda
2009-12-02
1
-47
/
+53
*
Fix instance_eval calls to association proxies
Mat Brown
2009-12-02
1
-6
/
+2
*
Implement ActiveRecord#reset_counter_cache
Mike Breen
2009-12-02
1
-0
/
+18
*
Revert "Revert "Assert primary key does not exist in habtm when the associati...
Jeremy Kemper
2009-11-23
2
-14
/
+10
*
Insert generated association members in the same order they are specified whe...
Gabe da Silveira
2009-11-17
1
-2
/
+3
*
Revert "Ensure Model#destroy respects optimistic locking"
Jeremy Kemper
2009-11-17
1
-34
/
+0
*
No need to check for generated method, just redispatch
Jeremy Kemper
2009-11-14
1
-4
/
+3
*
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
5
-13
/
+13
*
Split arel_table into method to get a relation and another to memoize the def...
Jeremy Kemper
2009-11-13
5
-13
/
+13
*
Ruby 1.9.2: avoid #flatten
Jeremy Kemper
2009-11-13
3
-18
/
+38
*
Update AR logger subscriber for Notifications subscriber args change
Jeremy Kemper
2009-11-11
1
-2
/
+2
*
Ruby 1.9: fix Relation respond_to? and method_missing
Jeremy Kemper
2009-11-10
1
-6
/
+4
*
delete correct records for a has_many with :primary_key and :dependent => :de...
Matt Jones
2009-11-10
1
-1
/
+1
*
Integer#even? and Integer#odd? are not needed for Ruby >= 1.8.7
Xavier Noria
2009-11-09
1
-2
/
+0
*
Object#tap is not needed for Ruby >= 1.8.7
Xavier Noria
2009-11-09
1
-2
/
+0
*
Symbol#to_proc is not needed for Ruby >= 1.8.7
Xavier Noria
2009-11-09
1
-1
/
+0
*
Define autosave association callbacks when using accepts_nested_attributes_for.
Eloy Duran
2009-11-07
1
-0
/
+2
*
Arel::In -> Arel::Predicates::In
Jeremy Kemper
2009-11-02
3
-3
/
+3
*
Move validator, human_name and human_attribute_name to ActiveModel, remove de...
José Valim
2009-10-20
4
-185
/
+5
*
Use bundled env for tests only
Jeremy Kemper
2009-10-19
1
-9
/
+4
*
Fixed: #without_typecast should only disable typecasting on the duplicated at...
Eric Chapweske
2009-10-18
1
-0
/
+6
*
Refactoring attributes/types [#3348 state:resolved]
Eric Chapweske
2009-10-17
17
-148
/
+445
*
Fix Rails root in sqlite adapter
Joshua Peek
2009-10-16
1
-3
/
+3
*
Modify connection pool callbacks to be compatible w/ new style
Nick Sieger
2009-10-16
1
-6
/
+8
[prev]
[next]