.. |
associations
|
Fix calling .clear on a has_many :dependent=>:delete_all association. [tarmo] Closes #6904
|
2007-10-07 05:05:12 +00:00 |
connection_adapters
|
PostgreSQL: support multiline default values. Closes #7533.
|
2007-10-08 06:17:53 +00:00 |
locking
|
Optimistic locking: revert the lock version when an update fails. Closes #7840. Also return the number of affected rows instead of true.
|
2007-05-25 21:31:44 +00:00 |
serializers
|
Hash#to_json takes :only or :except options to specific or omit certain hash keys. Enumerable#to_json passes through its options to each element. Closes #9751.
|
2007-10-04 03:28:42 +00:00 |
vendor
|
|
|
aggregations.rb
|
eval with __FILE__ and __LINE__
|
2007-10-10 23:01:18 +00:00 |
associations.rb
|
Ensure that 'autosaving' works when associations aren't loaded [Bryan Helmkamp] References #8713
|
2007-10-10 06:45:13 +00:00 |
attribute_methods.rb
|
eval with __FILE__ and __LINE__
|
2007-10-10 23:01:18 +00:00 |
base.rb
|
find_and_(initialize|create)_by methods can now properly initialize protected attributes
|
2007-10-10 19:11:50 +00:00 |
calculations.rb
|
Fix and properly document/test count(column_name) usage. Closes #8999 [lifofifo]
|
2007-07-17 20:16:35 +00:00 |
callbacks.rb
|
Performance: absorb instantiate and initialize_with_callbacks into the Base methods.
|
2007-08-31 01:56:39 +00:00 |
fixtures.rb
|
Fixtures test fixes and general cleanup. Closes #9682 [norbert]
|
2007-09-28 14:56:07 +00:00 |
migration.rb
|
Change Migration documentation to use the new syntax. Closes #9813 [sjgman9]
|
2007-10-08 03:18:18 +00:00 |
observer.rb
|
Added the possibility of using symbols in addition to concrete classes with ActiveRecord::Observer#observe #3998 [robbyrussell/tarmo]
|
2007-09-22 17:05:15 +00:00 |
query_cache.rb
|
Speed up and simplify query caching.
|
2007-09-17 06:15:58 +00:00 |
reflection.rb
|
Change belongs_to so that the foreign_key assumption is taken from the association name, not the class name. Closes #8992 [hasmanyjosh]
|
2007-07-16 20:21:36 +00:00 |
schema.rb
|
|
|
schema_dumper.rb
|
minor speedups + forward-compat syntax
|
2007-09-13 23:13:34 +00:00 |
serialization.rb
|
Added :include option to to_json (closes #9677) [chuyeow]
|
2007-09-28 14:07:23 +00:00 |
timestamp.rb
|
Revert [4706] which added incorrect docs. References #5684.
|
2007-05-19 22:15:28 +00:00 |
transactions.rb
|
Change the implementation of ActiveRecord's attribute reader and writer methods:
|
2007-08-14 08:53:02 +00:00 |
validations.rb
|
validates_uniqueness_of behaves well with single-table inheritance. Closes #3833.
|
2007-10-08 01:44:55 +00:00 |
version.rb
|
Bump versions for 1.2.4 release.
|
2007-10-05 05:20:37 +00:00 |