.. |
associations
|
Add support for :primary_key option to has_one as well as has_many so that a key other than the default primary key can be used for the association
|
2008-07-06 20:25:10 +02:00 |
connection_adapters
|
MySQL: treat integer with :limit => 11 as a display width, not byte size, for backward-compatibility.
|
2008-06-27 01:07:22 -07:00 |
locking
|
Partial updates don't update lock_version if nothing changed. [#426 state:resolved]
|
2008-06-22 20:33:43 -07:00 |
serializers
|
Merge docrails.
|
2008-05-25 12:29:00 +01:00 |
aggregations.rb
|
Merge docrails.
|
2008-05-25 12:29:00 +01:00 |
association_preload.rb
|
Fixed non-standard SQL generated by preloading has_and_belongs_to_many association
|
2008-06-11 17:25:39 -07:00 |
associations.rb
|
Add support for :primary_key option to has_one as well as has_many so that a key other than the default primary key can be used for the association
|
2008-07-06 20:25:10 +02:00 |
attribute_methods.rb
|
Merge docrails.
|
2008-05-25 12:29:00 +01:00 |
base.rb
|
Allow conditions on multiple tables to be specified using hash.
|
2008-06-28 01:27:51 +01:00 |
calculations.rb
|
Add :from option to calculations. [#397 state:resolved]
|
2008-06-11 18:07:57 -07:00 |
callbacks.rb
|
Changing order of equality because comparing certain objects with false raises an error.
|
2008-07-02 21:24:48 -07:00 |
dirty.rb
|
Dirty: recognize when an integer changes from zero to blank. [#433 state:resolved]
|
2008-06-27 21:31:06 -07:00 |
fixtures.rb
|
Don't append limit to primary key column definition. Freeze some constants.
|
2008-06-08 22:08:59 -07:00 |
migration.rb
|
ActiveRecord::Migrator#run records version-state after migrating. [#369 state:resolved]
|
2008-06-22 18:16:17 -07:00 |
named_scope.rb
|
Fixed that scopes defined with a string name could not be composed
|
2008-06-22 17:26:00 -07:00 |
observer.rb
|
Fix observers that use after_find. [#375 state:resolved]
|
2008-06-17 19:45:18 +01:00 |
query_cache.rb
|
Removed query cache rescue as it could cause code to be run twice (closes #10408) [DHH]
|
2007-12-07 13:34:06 +00:00 |
reflection.rb
|
Cache sanitized conditions in reflection object for associations
|
2008-06-27 02:47:38 +01:00 |
schema.rb
|
Merge docrails.
|
2008-05-25 12:29:00 +01:00 |
schema_dumper.rb
|
Merge docrails.
|
2008-05-25 12:29:00 +01:00 |
serialization.rb
|
Improve documentation coverage and markup
|
2008-05-02 14:45:23 +01:00 |
test_case.rb
|
Add options missing from earlier changeset
|
2008-01-22 01:29:10 +00:00 |
timestamp.rb
|
Partial updates play nice with updated_at/on timestamps
|
2008-03-31 01:49:57 +00:00 |
transactions.rb
|
Merge docrails.
|
2008-05-25 12:29:00 +01:00 |
validations.rb
|
Add :tokenizer option to validates_length_of. [#507 state:resolved]
|
2008-07-04 01:31:39 +01:00 |
version.rb
|
Making ready for release of 2.1
|
2008-05-31 17:03:03 -07:00 |