rails--rails/activerecord/lib/active_record
Luciano G Panaro 4168f87623 Make has_one with :conditions hash scope build or creation of the associated object with those conditions
Signed-off-by: Michael Koziarski <michael@koziarski.com>
[#3088 state:committed]
2009-09-28 14:50:33 +13:00
..
associations Make has_one with :conditions hash scope build or creation of the associated object with those conditions 2009-09-28 14:50:33 +13:00
attribute_methods I added this feature so that a Map of changed fields could be retrieved 2009-08-31 12:50:27 -05:00
connection_adapters Instrument process_action, render and sql. 2009-09-20 10:56:38 -03:00
locale allow ActiveRecord#RecordInvalid exception message to be localized 2009-08-26 11:29:16 -07:00
locking Removed the copyright notice not to show it in the result of 'ri ActiveRecord'. 2009-09-11 15:33:20 -07:00
serializers Break up concerns for choosing what attributes should be serialized and the actual serializer 2009-08-13 22:27:36 -05:00
validations validate uniqueness with limit in utf8 2009-08-09 12:50:04 -07:00
aggregations.rb
association_preload.rb
associations.rb Make has_one with :conditions hash scope build or creation of the associated object with those conditions 2009-09-28 14:50:33 +13:00
attribute_methods.rb
autosave_association.rb Removed some superfluous conditionals from the autosave association validation methods. 2009-09-12 16:04:47 +02:00
base.rb Extract class-finder method from instantiate 2009-09-17 17:26:29 -07:00
batches.rb
calculations.rb Fix calculation tests on sqlite2 [#3053 state:resolved] 2009-08-15 19:14:11 -07:00
callbacks.rb Refactor new callbacks and AR implementation. 2009-09-08 10:26:39 -05:00
dynamic_finder_match.rb
dynamic_scope_match.rb
fixtures.rb Don't use AR::Base.connection for fixture column quoting. Use the connection given to Fixtures.new 2009-08-26 14:53:09 -07:00
migration.rb
named_scope.rb
nested_attributes.rb Rename nested attributes _delete to _destroy to reflect its actual behavior and DSL (:allow_destroy). Deprecation warning added. [#2889 state:resolved] 2009-09-12 15:59:32 +02:00
observer.rb Changed ActiveRecord to use new callbacks and speed up observers by only notifying events that are actually being consumed. 2009-09-08 10:26:39 -05:00
query_cache.rb
reflection.rb Enable has_many :through for going through a has_one association on the join model [#2719 state:resolved] 2009-08-10 00:30:44 +01:00
schema.rb
schema_dumper.rb
serialization.rb Break up concerns for choosing what attributes should be serialized and the actual serializer 2009-08-13 22:27:36 -05:00
session_store.rb
state_machine.rb
test_case.rb
timestamp.rb
transactions.rb
validations.rb Changed ActiveRecord to use new callbacks and speed up observers by only notifying events that are actually being consumed. 2009-09-08 10:26:39 -05:00
validator.rb Introduce validates_with to encapsulate attribute validations in a class. 2009-08-09 22:47:56 -07:00
version.rb