aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record.rb
Commit message (Expand)AuthorAgeFilesLines
* Lazy load I18nSantiago Pastorino2012-05-111-2/+3
* clean up implementation of dynamic methods. use method compilation etc.Jon Leighton2012-05-041-2/+0
* add active_record_deprecated_finders as a depJon Leighton2012-04-121-0/+1
* Remove IdentityMapCarlos Antonio da Silva2012-03-131-1/+0
* Added `none` query method to return zero records.Juanjo Bazán2012-01-311-0/+1
* Merge pull request #4248 from andrew/2012Vijay Dev2011-12-311-1/+1
|\
| * Updated copyright notices for 2012Andrew Nesbitt2011-12-311-1/+1
* | Support establishing connection on ActiveRecord::Model.Jon Leighton2011-12-281-0/+1
* | Support configuration on ActiveRecord::Model.Jon Leighton2011-12-281-1/+0
* | Deal with global config better between AR::Base and AR::ModelJon Leighton2011-12-241-0/+1
* | Start work towards making AR include-able.Jon Leighton2011-12-241-0/+2
* | DeprecatedUnderscoreRead does not exist anymoreAaron Patterson2011-12-211-1/+0
* | Move DefaultScope and NamedScope under ScopingJon Leighton2011-12-151-2/+9
* | Split out most of the AR::Base code into separate modules :cake:Jon Leighton2011-12-151-3/+14
* | Move delegation reponsibilities of Relation to a module. Also precompile meth...José Valim2011-12-151-0/+1
* | implements automatic EXPLAIN logging for slow queriesXavier Noria2011-12-021-0/+2
* | Get rid of the underscore versions of attribute methods!Jon Leighton2011-12-011-0/+1
* | Extract attribute serialization code into a separate moduleJon Leighton2011-11-301-0/+1
* | Added ActiveRecord::Base.store for declaring simple single-column key/value s...David Heinemeier Hansson2011-10-131-0/+1
* | stop messing with the load path, load path should be adjusted in the test taskAaron Patterson2011-08-261-7/+0
* | In 1efd88283ef68d912df215125951a87526768a51, ConnectionAdapters was put under...Jon Leighton2011-08-161-1/+2
* | lazy load ConnectionAdapters remove require.Vishnu Atrai2011-07-221-1/+2
|/
* Rewrote AssociationPreload.Jon Leighton2011-02-281-1/+0
* We're in 2011, let's update our licensePrem Sichanugrist2011-02-221-1/+1
* Merge remote branch 'rails/master' into identity_mapEmilio Tagua2011-02-151-0/+4
|\
| * adding a YAML Column coder for YAML serialization to db columnsAaron Patterson2011-02-011-0/+4
* | Weakling is only required for JRuby.Emilio Tagua2010-11-191-1/+0
* | IdentityMap - Adding Weakling and IM Base as concernMarcin Raczkowski2010-11-191-0/+2
|/
* Always pull in version for frameworks (standardize autoload / require / none)wycats2010-10-101-2/+2
* Arel::Sql::Engine.new does not do anything anymoreAaron Patterson2010-09-301-1/+1
* mass_assignment_security moved from AR to AMo, and minor test cleanupJosh Kalderimis2010-07-081-1/+0
* Mass assignment security refactoringEric Chapweske2010-07-081-0/+1
* 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