aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record.rb
Commit message (Expand)AuthorAgeFilesLines
* eliminate alias_method_chain from ActiveRecordwycats2010-05-091-0/+2
* i18n -> AS/i18nXavier Noria2010-04-141-1/+1
* adds missing requires for arel and i18n, prevents Arel constant from being au...Xavier Noria2010-04-141-1/+3
* Replace the placeholder base_hook API with on_load. To specify some code thatwycats2010-03-291-3/+3
* Make many parts of Rails lazy. In order to facilitate this,wycats2010-03-071-5/+8
* Revert "Fix test load paths for those not using bundler"Carlhuda2010-02-231-0/+1
* Fix test load paths for those not using bundlerJoshua Peek2010-02-151-1/+0
* Move batch finders to RelationPratik Naik2010-02-121-1/+1
* Updating copyright dates on all licensesMikel Lindsaar2010-02-011-1/+1
* Axe AM state machineJoshua Peek2010-01-301-1/+0
* Revert "Refactoring attributes/types" [#3348 state:open]Pratik Naik2010-01-221-24/+0
* Rename CalculationMethods to Calculations and get rid of the old Calculations...Pratik Naik2010-01-191-2/+1
* Autoload AR test caseJoshua Peek2010-01-041-0/+3
* Move Relation#spawn and Relation#merge to a separate modulePratik Naik2010-01-031-0/+1
* Move predicate building to a stand alone PredicateBuilder classPratik Naik2010-01-011-0/+1
* Fix up AR extension by using Railties module instead of Rails and requiring C...Jeremy Kemper2009-12-301-1/+0
* Organize Relation methods into separate modulesPratik Naik2009-12-301-1/+8
* Move Relation calculation methods to a separate modulePratik Naik2009-12-281-0/+1
* Remove ActiveRecord runtime logging from ActionPack and place in ActiveRecord...José Valim2009-12-271-0/+1
* Flip deferrable autoload conventionJoshua Peek2009-12-221-52/+64
* Fully expand relative rails framework paths and make sure we aren'tJoshua Peek2009-12-161-7/+8
* Reorganize autoloads:Carlhuda2009-12-021-47/+53
* Move validator, human_name and human_attribute_name to ActiveModel, remove de...José Valim2009-10-201-1/+0
* Use bundled env for tests onlyJeremy Kemper2009-10-191-9/+4
* Refactoring attributes/types [#3348 state:resolved]Eric Chapweske2009-10-171-0/+16
* Fix env pathJeremy Kemper2009-10-141-1/+1
* Include bundled env in toplevel require, if presentJeremy Kemper2009-10-141-8/+10
* No more toplevel arel siblingJeremy Kemper2009-10-141-4/+2
* Merge commit 'rails/master'Emilio Tagua2009-08-101-0/+1
|\
| * Introduce validates_with to encapsulate attribute validations in a class.Jeff Dean2009-08-091-0/+1
* | Merge commit 'rails/master'Emilio Tagua2009-08-051-0/+1
|\|
| * Add simple support for ActiveModel's StateMachine for ActiveRecordJoshua Peek2009-08-041-0/+1
* | Merge commit 'rails/master'Emilio Tagua2009-07-311-2/+11
|\|
| * Start separating primary key concernsJoshua Peek2009-07-301-0/+1
| * Concernify AR AttributeMethodsJoshua Peek2009-07-301-1/+9
| * Merge docrailsPratik Naik2009-07-251-1/+1
* | Introduced ActiveRecord::Relation, a layer between an ARel relation and an AR...Emilio Tagua2009-07-211-0/+1
* | Merge commit 'rails/master'Emilio Tagua2009-06-121-1/+1
|\|
| * Integrate ActiveModel::Observing into ActiveRecordJoshua Peek2009-06-101-1/+1
* | Merge commit 'rails/master'Emilio Tagua2009-06-021-1/+9
|\|
| * Merge branch 'master' into active_modelJoshua Peek2009-05-291-10/+3
| |\
| * | Make Active Resource use ActiveModel::ErrorsPratik Naik2009-03-191-3/+1
| * | Move all the Active Record validations to Active ModelPratik Naik2009-03-191-0/+9
* | | Set ActiveRecord as Arel engine on load.Emilio Tagua2009-06-021-0/+1
* | | Merge commit 'rails/master'Emilio Tagua2009-05-181-3/+0
|\ \ \ | | |/ | |/|
| * | Revert "Get AR CI passing again by requiring the entire core_ext"Jeremy Kemper2009-05-181-3/+0
* | | Merge commit 'rails/master'Emilio Tagua2009-05-181-2/+3
|\| |
| * | Get AR CI passing again by requiring the entire core_extYehuda Katz2009-05-161-0/+3
| * | Cherry-pick core extensionsJeremy Kemper2009-05-131-1/+0
| * | Remove support for deprecated validation message interpolation formatJeremy Kemper2009-05-131-1/+0