1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib/active_record
2011-09-21 19:35:09 +05:30
..
associations Don't include any of includes, preload, joins, eager_load in the through association scope. 2011-09-07 09:27:41 +01:00
attribute_methods Raise error when using write_attribute with a non-existent attribute. 2011-09-13 00:01:58 +01:00
coders Make serialized columns with explicit object_type return a new instance of the object instead of nil 2011-02-03 09:08:45 -08:00
connection_adapters LRU cache in mysql and sqlite are now per-process caches. 2011-09-07 15:26:47 -07:00
fixtures * Psych errors with poor yaml formatting are proxied. Fixes #2645, #2731 2011-09-01 15:08:19 -07:00
locale
locking Make it the responsibility of the connection to hold onto an ARel visitor for generating SQL. This improves the code architecture generally, and solves some problems with marshalling. Adapter authors please take note: you now need to define an Adapter.visitor_for method, but it degrades gracefully with a deprecation warning for now. 2011-08-08 23:28:23 +01:00
migration Fixed bad options order in ActiveRecord::Migration::CommandRecorder#invert_rename_index 2011-08-28 06:02:15 +02:00
railties Merge pull request #2936 from joelmoss/migration_status 2011-09-11 17:06:21 -07:00
relation copy edits 908f2616 2011-09-20 19:46:59 +05:30
serializers to_xml should also rely on serializable hash. 2011-09-18 09:09:01 -07:00
validations make the warning clear about the effect of using validates_associated on both sides on an association. 2011-08-13 16:22:11 -07:00
aggregations.rb Remove extra white spaces on ActiveRecord docs. 2011-05-23 20:58:25 -03:00
associations.rb [:class_name] option in belongs_to should mention belongs_to and not has_one 2011-09-13 22:42:39 +03:00
attribute_methods.rb Stop trying to be clever about when to define attribute methods. 2011-09-14 00:00:37 +01:00
autosave_association.rb Raise error when using write_attribute with a non-existent attribute. 2011-09-13 00:01:58 +01:00
base.rb Rename first_or_new to first_or_initialize. 2011-09-13 19:09:01 +01:00
callbacks.rb Added back the Callback debugging section by interrogating the _*_callbacks method 2011-03-29 11:22:16 +08:00
counter_cache.rb Make it the responsibility of the connection to hold onto an ARel visitor for generating SQL. This improves the code architecture generally, and solves some problems with marshalling. Adapter authors please take note: you now need to define an Adapter.visitor_for method, but it degrades gracefully with a deprecation warning for now. 2011-08-08 23:28:23 +01:00
dynamic_finder_match.rb
dynamic_scope_match.rb
errors.rb :conditions => where 2011-07-08 06:13:21 +09:00
fixtures.rb restores the API docs of AR::Fixtures, made a quick pass over them, revises link in fixture template [closes #2840] 2011-09-03 15:20:30 -07:00
identity_map.rb Fix typos in IM documentation 2011-05-10 03:44:57 -07:00
log_subscriber.rb Make the identity map use the instrumentation infrastructure so we can style the messages nicely with colors (FIXME: Can someone look into why the test is not working?) 2011-05-01 19:10:21 -06:00
migration.rb add a migrate class method and delegate to the new instance 2011-08-13 16:22:27 -07:00
named_scope.rb reduce object allocation during AR instantiation 2011-06-28 10:22:39 -07:00
nested_attributes.rb no need to sort the values 2011-07-20 15:52:53 -07:00
observer.rb Allow ActiveRecord observers to be disabled. 2011-08-12 20:48:44 -07:00
persistence.rb Raise error when using write_attribute with a non-existent attribute. 2011-09-13 00:01:58 +01:00
query_cache.rb clear and disable query cache when an exception is raised from called middleware 2011-08-28 14:16:00 -07:00
railtie.rb Everyone receives app as argument for consistency. 2011-05-25 01:37:55 +02:00
reflection.rb Ensure we are not comparing a string with a symbol in HasManyAssociation#inverse_updates_counter_cache?. Fixes #2755, where a counter cache could be decremented twice as far as it was supposed to be. 2011-09-06 15:58:07 +01:00
relation.rb Rename first_or_new to first_or_initialize. 2011-09-13 19:09:01 +01:00
result.rb Remove extra white spaces on ActiveRecord docs. 2011-05-23 20:58:25 -03:00
schema.rb
schema_dumper.rb dump IO encoding value along with schema.rb so the file can be reloaded. fixes #1592 2011-08-13 16:22:24 -07:00
serialization.rb ActiveModel support for the :include serialization option 2011-07-17 11:34:07 -07:00
session_store.rb Merge pull request #2042 from SAP-Oxygen/master-sqlbypass-patch 2011-07-12 15:06:00 -07:00
test_case.rb Make assert_no_queries literally enforce that there are no queries. As in, not a single line of SQL should be sent to the database, not even stuff that is ignored by assert_queries. The argument being that if you write assert_no_queries, you really do not want there to be any queries. 2011-06-12 18:50:24 +01:00
timestamp.rb Raise error when using write_attribute with a non-existent attribute. 2011-09-13 00:01:58 +01:00
transactions.rb Edited activerecord/lib/active_record/transactions.rb via GitHub 2011-06-01 12:36:16 -07:00
validations.rb Remove extra white spaces on ActiveRecord docs. 2011-05-23 20:58:25 -03:00
version.rb Master version is 3.2.0.beta 2011-06-30 10:18:36 -03:00