| Commit message (Expand) | Author | Age | Files | Lines |
* | stop messing with the load path, load path should be adjusted in the test task | Aaron Patterson | 2011-08-26 | 1 | -7/+0 |
* | In 1efd88283ef68d912df215125951a87526768a51, ConnectionAdapters was put under... | Jon Leighton | 2011-08-16 | 1 | -1/+2 |
* | lazy load ConnectionAdapters remove require. | Vishnu Atrai | 2011-07-22 | 1 | -1/+2 |
* | Rewrote AssociationPreload. | Jon Leighton | 2011-02-28 | 1 | -1/+0 |
* | We're in 2011, let's update our license | Prem Sichanugrist | 2011-02-22 | 1 | -1/+1 |
* | Merge remote branch 'rails/master' into identity_map | Emilio Tagua | 2011-02-15 | 1 | -0/+4 |
|\ |
|
| * | adding a YAML Column coder for YAML serialization to db columns | Aaron Patterson | 2011-02-01 | 1 | -0/+4 |
* | | Weakling is only required for JRuby. | Emilio Tagua | 2010-11-19 | 1 | -1/+0 |
* | | IdentityMap - Adding Weakling and IM Base as concern | Marcin Raczkowski | 2010-11-19 | 1 | -0/+2 |
|/ |
|
* | Always pull in version for frameworks (standardize autoload / require / none) | wycats | 2010-10-10 | 1 | -2/+2 |
* | Arel::Sql::Engine.new does not do anything anymore | Aaron Patterson | 2010-09-30 | 1 | -1/+1 |
* | mass_assignment_security moved from AR to AMo, and minor test cleanup | Josh Kalderimis | 2010-07-08 | 1 | -1/+0 |
* | Mass assignment security refactoring | Eric Chapweske | 2010-07-08 | 1 | -0/+1 |
* | eliminate alias_method_chain from ActiveRecord | wycats | 2010-05-09 | 1 | -0/+2 |
* | i18n -> AS/i18n | Xavier Noria | 2010-04-14 | 1 | -1/+1 |
* | adds missing requires for arel and i18n, prevents Arel constant from being au... | Xavier Noria | 2010-04-14 | 1 | -1/+3 |
* | Replace the placeholder base_hook API with on_load. To specify some code that | wycats | 2010-03-29 | 1 | -3/+3 |
* | Make many parts of Rails lazy. In order to facilitate this, | wycats | 2010-03-07 | 1 | -5/+8 |
* | Revert "Fix test load paths for those not using bundler" | Carlhuda | 2010-02-23 | 1 | -0/+1 |
* | Fix test load paths for those not using bundler | Joshua Peek | 2010-02-15 | 1 | -1/+0 |
* | Move batch finders to Relation | Pratik Naik | 2010-02-12 | 1 | -1/+1 |
* | Updating copyright dates on all licenses | Mikel Lindsaar | 2010-02-01 | 1 | -1/+1 |
* | Axe AM state machine | Joshua Peek | 2010-01-30 | 1 | -1/+0 |
* | Revert "Refactoring attributes/types" [#3348 state:open] | Pratik Naik | 2010-01-22 | 1 | -24/+0 |
* | Rename CalculationMethods to Calculations and get rid of the old Calculations... | Pratik Naik | 2010-01-19 | 1 | -2/+1 |
* | Autoload AR test case | Joshua Peek | 2010-01-04 | 1 | -0/+3 |
* | Move Relation#spawn and Relation#merge to a separate module | Pratik Naik | 2010-01-03 | 1 | -0/+1 |
* | Move predicate building to a stand alone PredicateBuilder class | Pratik Naik | 2010-01-01 | 1 | -0/+1 |
* | Fix up AR extension by using Railties module instead of Rails and requiring C... | Jeremy Kemper | 2009-12-30 | 1 | -1/+0 |
* | Organize Relation methods into separate modules | Pratik Naik | 2009-12-30 | 1 | -1/+8 |
* | Move Relation calculation methods to a separate module | Pratik Naik | 2009-12-28 | 1 | -0/+1 |
* | Remove ActiveRecord runtime logging from ActionPack and place in ActiveRecord... | José Valim | 2009-12-27 | 1 | -0/+1 |
* | Flip deferrable autoload convention | Joshua Peek | 2009-12-22 | 1 | -52/+64 |
* | Fully expand relative rails framework paths and make sure we aren't | Joshua Peek | 2009-12-16 | 1 | -7/+8 |
* | Reorganize autoloads: | Carlhuda | 2009-12-02 | 1 | -47/+53 |
* | Move validator, human_name and human_attribute_name to ActiveModel, remove de... | José Valim | 2009-10-20 | 1 | -1/+0 |
* | Use bundled env for tests only | Jeremy Kemper | 2009-10-19 | 1 | -9/+4 |
* | Refactoring attributes/types [#3348 state:resolved] | Eric Chapweske | 2009-10-17 | 1 | -0/+16 |
* | Fix env path | Jeremy Kemper | 2009-10-14 | 1 | -1/+1 |
* | Include bundled env in toplevel require, if present | Jeremy Kemper | 2009-10-14 | 1 | -8/+10 |
* | No more toplevel arel sibling | Jeremy Kemper | 2009-10-14 | 1 | -4/+2 |
* | Merge commit 'rails/master' | Emilio Tagua | 2009-08-10 | 1 | -0/+1 |
|\ |
|
| * | Introduce validates_with to encapsulate attribute validations in a class. | Jeff Dean | 2009-08-09 | 1 | -0/+1 |
* | | Merge commit 'rails/master' | Emilio Tagua | 2009-08-05 | 1 | -0/+1 |
|\| |
|
| * | Add simple support for ActiveModel's StateMachine for ActiveRecord | Joshua Peek | 2009-08-04 | 1 | -0/+1 |
* | | Merge commit 'rails/master' | Emilio Tagua | 2009-07-31 | 1 | -2/+11 |
|\| |
|
| * | Start separating primary key concerns | Joshua Peek | 2009-07-30 | 1 | -0/+1 |
| * | Concernify AR AttributeMethods | Joshua Peek | 2009-07-30 | 1 | -1/+9 |
| * | Merge docrails | Pratik Naik | 2009-07-25 | 1 | -1/+1 |
* | | Introduced ActiveRecord::Relation, a layer between an ARel relation and an AR... | Emilio Tagua | 2009-07-21 | 1 | -0/+1 |