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
2007-10-23 17:39:35 +00:00
..
associations Refactor association create and build so before & after callbacks behave consistently. Closes #8854. 2007-10-16 05:07:58 +00:00
connection_adapters Ensure that mysql quotes table names with database names correctly. Closes #9911 [crayz] 2007-10-20 21:17:31 +00:00
locking
serializers Fix Json related documentation for render and the AR serializer. Closes #9814. Closes #9833. [chuyeow] 2007-10-15 07:04:10 +00:00
vendor
aggregations.rb Assigning an instance of a foreign class to a composed_of aggregate calls an optional conversion block. Refactor and simplify composed_of implementation. Closes #6322. 2007-10-23 17:39:35 +00:00
associations.rb Fix regression where the association would not construct new finder SQL on save causing bogus queries for "WHERE owner_id = NULL" even after owner was saved. Closes #8713. 2007-10-16 07:24:23 +00:00
attribute_methods.rb eval with __FILE__ and __LINE__ 2007-10-10 23:01:18 +00:00
base.rb Qualified column names work in hash conditions, like :conditions => { 'comments.created_at' => ... }. Closes #9733. 2007-10-16 08:08:08 +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 Quote table names. Defaults to column quoting. Closes #4593. 2007-10-16 05:06:33 +00:00
migration.rb Raise an intelligible error message when migration aren't named correctly [bronson] Closes #9909 2007-10-17 21:35:19 +00:00
observer.rb Observers can observe model names as symbols properly now. Closes #9869 [queso] 2007-10-14 05:20:24 +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
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 abstract superclasses. References #3833, closes #9886. 2007-10-23 06:18:42 +00:00
version.rb Update versions here too 2007-10-12 16:03:54 +00:00