aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record.rb
Commit message (Expand)AuthorAgeFilesLines
* Update copyright timesDavid Heinemeier Hansson2006-09-031-1/+1
* r4854@ks: jeremy | 2006-07-30 00:59:18 -0700Jeremy Kemper2006-07-311-0/+2
* r4664@asus: jeremy | 2006-06-19 18:55:36 -0700Jeremy Kemper2006-06-201-1/+3
* r4663@asus: jeremy | 2006-06-19 17:23:57 -0700Jeremy Kemper2006-06-201-1/+1
* Refactored ActiveRecord::Base.to_xml to become a delegate for XmlSerializer, ...David Heinemeier Hansson2006-06-041-0/+2
* Add support for FrontBase (http://www.frontbase.com/) with a new adapter than...Marcel Molina2006-04-271-1/+1
* Added OpenBase database adapter that builds on top of the http://www.spice-of...David Heinemeier Hansson2006-03-181-1/+1
* Added Sybase database adapter that relies on the Sybase Open Client bindings ...David Heinemeier Hansson2006-03-021-1/+1
* Renamed the "oci" adapter to "oracle", but kept the old name as an alias (clo...David Heinemeier Hansson2006-03-011-1/+1
* Added calculations: Base.count, Base.average, Base.sum, Base.minimum, Base.ma...David Heinemeier Hansson2006-02-251-0/+2
* ActiveRecord::Base.schema_ignore_tables => ActiveRecord::SchemaDumper.ignore_...Tobias Lütke2005-12-241-0/+1
* Fixed RDoc warnings [DHH]David Heinemeier Hansson2005-12-081-1/+1
* Added preliminary support for join models [DHH] Added preliminary support for...David Heinemeier Hansson2005-12-031-1/+1
* r3116@asus: jeremy | 2005-11-16 00:17:06 -0800Jeremy Kemper2005-11-161-1/+1
* Added new symbol-driven approach to activating observers with Base#observer [...David Heinemeier Hansson2005-09-251-0/+1
* Just include activerecord/schema with AR so it doesnt need to be dumpedDavid Heinemeier Hansson2005-09-241-0/+1
* Add ActiveRecord::SchemaDumper for dumping a DB schema to a pure-ruby file, m...Jamis Buck2005-09-231-1/+1
* Added check for RAILS_CONNECTION_ADAPTERS on startup and only load the connec...David Heinemeier Hansson2005-09-151-7/+8
* Only attempt to require Active Support if it hasnt been already #1959David Heinemeier Hansson2005-09-151-8/+10
* Removed the AR::Recursion module--it broke more code than it fixedJamis Buck2005-06-211-2/+0
* Added ActiveRecord::Recursion to guard against recursive calls to #saveJamis Buck2005-06-131-0/+2
* Allow before/after update hooks to work on models with optimistic lockingJamis Buck2005-06-111-1/+1
* Started work on a per-request query cacheDavid Heinemeier Hansson2005-05-021-0/+2
* Added acts_as_nested_set #1000 [wschenk]David Heinemeier Hansson2005-04-171-0/+2
* Fixed rails_generator to be usable without RubyGems #686 [Cristi BALAN]. Move...David Heinemeier Hansson2005-03-061-7/+4
* Added preliminary support for an agile database migration technique (currentl...David Heinemeier Hansson2005-03-011-0/+1
* Moved TimeZone to Active SupportDavid Heinemeier Hansson2005-02-231-1/+0
* Added a OCI8-based Oracle adapter that has been verified to work with Oracle ...David Heinemeier Hansson2005-02-231-1/+1
* Added TimeZone as the first of a number of value objects that Active Record w...David Heinemeier Hansson2005-02-231-0/+1
* AR, AP, and AM should look for AS in sibling directory before trying RubyGems...David Heinemeier Hansson2005-02-171-2/+6
* All libraries should link against the independent active supportDavid Heinemeier Hansson2005-02-151-9/+1
* Moved Active Support into its own gemDavid Heinemeier Hansson2005-02-151-4/+14
* Added an Oracle adapter that works with the Oracle bindings by Yoshida (http:...David Heinemeier Hansson2005-02-071-0/+1
* Added SQLite3 compatibility through the sqlite3-ruby adapter by Jamis Buck #3...David Heinemeier Hansson2005-01-101-1/+1
* Added time unit extensions to Fixnum that'll return the period in seconds, li...David Heinemeier Hansson2005-01-101-0/+1
* Added a db2 adapter that only depends on the Ruby/DB2 bindings (http://raa.ru...David Heinemeier Hansson2005-01-011-0/+1
* Added automated optimistic locking if the field lock_version is present #384 ...David Heinemeier Hansson2004-12-311-2/+4
* Rearranging dependenciesDavid Heinemeier Hansson2004-12-291-0/+1
* Fixed the automated timestamping feature when running under Rails' developmen...David Heinemeier Hansson2004-12-181-1/+1
* Renamed Mixins to Acts to resemble the change from include ActiveRecord::Mixi...David Heinemeier Hansson2004-12-161-4/+4
* Added that Active Records will automatically record creation and/or update ti...David Heinemeier Hansson2004-12-161-3/+6
* Forgot to include Mixins::Touch by defaultDavid Heinemeier Hansson2004-12-081-0/+1
* Renamed from ListMixin and mixins/list_mixin.rb to Mixins::List and mixin/lis...David Heinemeier Hansson2004-12-081-0/+2
* Silence errors occurring when reloading classesDavid Heinemeier Hansson2004-11-301-0/+1
* InitialDavid Heinemeier Hansson2004-11-241-0/+50