| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Split arel_table into method to get a relation and another to memoize... | Jeremy Kemper | 2009-11-13 | 1 | -6/+6 |
* | Split arel_table into method to get a relation and another to memoize the def... | Jeremy Kemper | 2009-11-13 | 1 | -6/+6 |
* | Symbol#to_proc is not needed for Ruby >= 1.8.7 | Xavier Noria | 2009-11-09 | 1 | -1/+0 |
* | Move validator, human_name and human_attribute_name to ActiveModel, remove de... | José Valim | 2009-10-20 | 1 | -27/+5 |
* | Refactoring attributes/types [#3348 state:resolved] | Eric Chapweske | 2009-10-17 | 1 | -31/+7 |
* | Unify benchmark APIs. | José Valim | 2009-10-15 | 1 | -33/+3 |
* | Update Orchestra instrumentations and move part of logging to Orchestra. | José Valim | 2009-10-15 | 1 | -0/+2 |
* | Merge commit 'rails/master' | Emilio Tagua | 2009-10-07 | 1 | -27/+38 |
|\ |
|
| * | Call initialize_copy when cloning [#3164 state:resolved] | Paul Gillard | 2009-10-06 | 1 | -27/+38 |
* | | Don't send table_name when updating attributes, use the class arel_table. | Emilio Tagua | 2009-10-07 | 1 | -1/+1 |
* | | Don't send table_name when there's no need to. | Emilio Tagua | 2009-10-07 | 1 | -1/+1 |
* | | Initial documentation to Base#all. | Emilio Tagua | 2009-10-05 | 1 | -2/+2 |
* | | Merge branch 'associations_2' | Emilio Tagua | 2009-10-05 | 1 | -4/+15 |
|\ \ |
|
| * | | Added eager loading support to Relation and ActiveRecord#all. | Emilio Tagua | 2009-10-05 | 1 | -11/+6 |
| * | | Moved relation's test to relation_test. | Emilio Tagua | 2009-10-05 | 1 | -2/+1 |
| * | | Added association preload to relation. | Emilio Tagua | 2009-09-01 | 1 | -3/+20 |
* | | | Merge commit 'rails/master' | Emilio Tagua | 2009-09-21 | 1 | -29/+19 |
|\ \ \
| | |/
| |/| |
|
| * | | Extract class-finder method from instantiate | Jeremy Kemper | 2009-09-17 | 1 | -27/+19 |
| * | | Collapse nested conditional | Jeremy Kemper | 2009-09-17 | 1 | -15/+13 |
* | | | Merge commit 'rails/master' | Emilio Tagua | 2009-09-08 | 1 | -8/+3 |
|\| | |
|
| * | | Changed ActiveRecord to use new callbacks and speed up observers by only noti... | José Valim | 2009-09-08 | 1 | -8/+3 |
* | | | Merge commit 'rails/master' | Emilio Tagua | 2009-09-08 | 1 | -1/+3 |
|\| |
| |/
|/| |
|
| * | Don't try to log protected attribute removal if there's no logger defined [#3... | Jeffrey Hardy | 2009-09-02 | 1 | -1/+3 |
* | | Revert "Revert "Add readonly support for relations."" | Emilio Tagua | 2009-08-27 | 1 | -1/+6 |
* | | Revert "Add readonly support for relations." | Emilio Tagua | 2009-08-27 | 1 | -6/+1 |
* | | Add readonly support for relations. | Emilio Tagua | 2009-08-27 | 1 | -1/+6 |
* | | No need to reload the relation table with a method param, just nil it. | Emilio Tagua | 2009-08-27 | 1 | -5/+3 |
* | | Performance: Don't reload ARel relation on update. | Emilio Tagua | 2009-08-27 | 1 | -1/+1 |
* | | Performance: Don't reload the ARel relation on create, do it on | Emilio Tagua | 2009-08-27 | 1 | -2/+2 |
* | | Performance: Don't reload the arel_table when destroying. | Emilio Tagua | 2009-08-27 | 1 | -1/+1 |
* | | Remove useless var local definition. | Emilio Tagua | 2009-08-26 | 1 | -1/+1 |
* | | Make sure join association methods are called once. | Emilio Tagua | 2009-08-19 | 1 | -4/+4 |
* | | Remove useless InnerJoinDependency, inner joins are performed through | Emilio Tagua | 2009-08-19 | 1 | -1/+1 |
* | | Remove now unused quote_table_name, ARel does that quoting now. | Emilio Tagua | 2009-08-18 | 1 | -7/+0 |
* | | Call to_sql method on ActiveRecord::Relation instance not it's relation | Emilio Tagua | 2009-08-18 | 1 | -1/+1 |
* | | Cache arel_table when possible, use class method arel_table instead | Emilio Tagua | 2009-08-18 | 1 | -10/+7 |
* | | Cache #arel_able when possible. | Emilio Tagua | 2009-08-18 | 1 | -2/+5 |
* | | Use immutable relation objects to generate queries. | Emilio Tagua | 2009-08-18 | 1 | -17/+17 |
* | | Use finder options as relation method names to provide more familiar | Emilio Tagua | 2009-08-18 | 1 | -16/+15 |
* | | Use ARel's joins when building a query for finding records with included | Emilio Tagua | 2009-08-14 | 1 | -6/+15 |
* | | Merge commit 'rails/master' | Emilio Tagua | 2009-08-10 | 1 | -10/+18 |
|\| |
|
| * | Prevent overwriting of table name in merging SQL conditions [#2949 state:reso... | Tristan Dunn | 2009-08-10 | 1 | -1/+3 |
| * | Model#human_attribute_name now accept symbols [#3025 status:resolved] | Arthur Zapparoli | 2009-08-09 | 1 | -1/+1 |
| * | Make sure association conditions work with :include and :joins [#358 state:re... | Vladimir Meremyanin | 2009-08-09 | 1 | -3/+5 |
| * | With multiparameter date attributes, the behaviour when empty fields are pres... | Hugo Peixoto | 2009-08-09 | 1 | -5/+9 |
* | | Merge commit 'rails/master' | Emilio Tagua | 2009-08-08 | 1 | -0/+7 |
|\| |
|
| * | Add destroyed? to ActiveRecord, include tests for polymorphic urls for destro... | José Valim | 2009-08-07 | 1 | -0/+7 |
* | | Merge commit 'rails/master' | Emilio Tagua | 2009-08-05 | 1 | -5/+0 |
|\| |
|
| * | Extract generic attribute method generation to AMo | Joshua Peek | 2009-08-04 | 1 | -5/+0 |
* | | Don't use local vars before testing its conditional. | Emilio Tagua | 2009-08-03 | 1 | -6/+6 |