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
2006-03-02 01:37:41 +00:00
..
acts Don't hardcode id in acts_as_list. Closes #3370 2006-01-14 09:26:14 +00:00
associations save polymorphic joins from the has_many|one association (closes #3812) [Rick Olson] 2006-02-12 18:03:43 +00:00
connection_adapters Catch requirement of Sybase adapter, if we cant, dont have it 2006-03-02 01:37:41 +00:00
vendor Fixed db2 connection with empty user_name and auth options (closes #3622) [phurley@gmail.com] 2006-02-26 00:01:13 +00:00
wrappers Initial 2004-11-24 01:04:44 +00:00
aggregations.rb Reloading an instance refreshes its aggregations as well as its associations. References #3024. 2005-12-08 04:46:57 +00:00
associations.rb Dont require association classes before theyre supposed to be used (closes #3976) [Rick Olson] 2006-02-27 04:45:36 +00:00
base.rb CHANGED DEFAULT: set ActiveRecord::Base.allow_concurrency to false. Most AR usage is in single-threaded applications. 2006-03-01 22:04:30 +00:00
calculations.rb Make calculations typecasty! (closes #4016) [Rick Olson] 2006-03-01 16:25:14 +00:00
callbacks.rb doc fix (closes #3972) [robby] 2006-02-27 05:10:04 +00:00
deprecated_associations.rb Moved build_association and create_association for has_one and belongs_to out of deprecation as they work when the association is nil unlike association.build and association.create, which require the association to be already in place #864 2005-04-12 05:34:10 +00:00
deprecated_finders.rb Move nodoc to the individual methods 2005-04-18 07:40:27 +00:00
fixtures.rb Clear stale, cached connections left behind by defunct threads. Eliminate duplicate connection cache. 2006-03-01 22:05:41 +00:00
locking.rb Make #save return true on success, even if locking is enabled (closes #4015) [schoenm@earthlink.net] 2006-03-01 05:43:50 +00:00
migration.rb Fix doc bug 2006-01-09 04:43:27 +00:00
observer.rb Just go with Subclasses instead of OnlySubclasses 2006-02-04 16:26:55 +00:00
query_cache.rb r3616@asus: jeremy | 2005-09-26 23:09:28 -0700 2005-10-16 03:45:39 +00:00
reflection.rb Add more documentation for Reflection. [robby@planetargon.com]. Closes #4001 2006-02-28 20:13:37 +00:00
schema.rb Makes ActiveRecord::Schema respect AR::Base.table_name_prefix (closes #3848) [rubyonrails@atyp.de] 2006-02-25 23:22:04 +00:00
schema_dumper.rb PostgreSQL: smarter schema dumps using pk_and_sequence_for(table). Closes #2920. 2006-02-09 22:09:17 +00:00
timestamp.rb Closes #3784. 2006-02-09 19:47:13 +00:00
transactions.rb Fix docs (closes #2491) 2005-10-26 13:05:48 +00:00
validations.rb Fixed that Base.save should always return false if the save didn't succeed, including if it has halted by before_save's (closes #1861, #2477) [DHH] 2006-02-28 20:37:21 +00:00
version.rb Update versions to match latest from stable 2006-02-05 00:59:57 +00:00
wrappings.rb Removed broken attempt to DRY module ClassMethod #970 2005-04-02 09:29:43 +00:00