Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Define autosave association callbacks when using accepts_nested_attributes_for. | Eloy Duran | 2009-11-07 | 3 | -2/+4 |
* | Arel::In -> Arel::Predicates::In | Jeremy Kemper | 2009-11-02 | 3 | -3/+3 |
* | Move validator, human_name and human_attribute_name to ActiveModel, remove de... | José Valim | 2009-10-20 | 9 | -1073/+19 |
* | Have all the tests running off a single Gemfile | Yehuda Katz + Carl Lerche | 2009-10-20 | 2 | -15/+6 |
* | Use bundled env for tests only | Jeremy Kemper | 2009-10-19 | 3 | -14/+13 |
* | Bump arel requirement to 0.1.1 | Jeremy Kemper | 2009-10-19 | 1 | -1/+1 |
* | Fixed: #without_typecast should only disable typecasting on the duplicated at... | Eric Chapweske | 2009-10-18 | 2 | -2/+10 |
* | Refactoring attributes/types [#3348 state:resolved] | Eric Chapweske | 2009-10-17 | 25 | -148/+760 |
* | Fix Rails root in sqlite adapter | Joshua Peek | 2009-10-16 | 1 | -3/+3 |
* | We won't be publishing tars and zips anymore | Joshua Peek | 2009-10-16 | 1 | -2/+0 |
* | Modify connection pool callbacks to be compatible w/ new style | Nick Sieger | 2009-10-16 | 2 | -8/+27 |
* | Renamed Orchestra to Notifications once again [#3321 state:resolved] | José Valim | 2009-10-15 | 2 | -3/+3 |
* | Unify benchmark APIs. | José Valim | 2009-10-15 | 2 | -38/+8 |
* | Update Orchestra instrumentations and move part of logging to Orchestra. | José Valim | 2009-10-15 | 3 | -10/+11 |
* | Revert "Rename Orchestra to Notifications [#3321 state:resolved]" | José Valim | 2009-10-15 | 1 | -1/+1 |
* | Merge branch 'arel' | Jeremy Kemper | 2009-10-14 | 34 | -677/+812 |
|\ | |||||
| * | Fix env path | Jeremy Kemper | 2009-10-14 | 1 | -1/+1 |
| * | Include bundled env in toplevel require, if present | Jeremy Kemper | 2009-10-14 | 2 | -11/+10 |
| * | No more toplevel arel sibling | Jeremy Kemper | 2009-10-14 | 1 | -4/+2 |
| * | Move from git submodule to gem bundle | Jeremy Kemper | 2009-10-14 | 3 | -0/+14 |
| * | Use ActiveSupport::Callbacks instead of | Emilio Tagua | 2009-10-13 | 1 | -1/+1 |
| * | Merge commit 'rails/master' | Emilio Tagua | 2009-10-13 | 6 | -29/+75 |
| |\ | |||||
| * \ | Merge commit 'rails/master' | Emilio Tagua | 2009-10-08 | 3 | -8/+67 |
| |\ \ | |||||
| * | | | Relations: Added offset when finding with associations. Delegate array instance | Emilio Tagua | 2009-10-07 | 2 | -10/+7 |
| * | | | Merge commit 'rails/master' | Emilio Tagua | 2009-10-07 | 2 | -28/+39 |
| |\ \ \ | |||||
| * | | | | 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 |
| * | | | | Allow preload and eager_load to work on relations at the same time. | Emilio Tagua | 2009-10-07 | 2 | -6/+30 |
| * | | | | Initial documentation to Base#all. | Emilio Tagua | 2009-10-05 | 1 | -2/+2 |
| * | | | | Merge branch 'associations_2' | Emilio Tagua | 2009-10-05 | 6 | -13/+90 |
| |\ \ \ \ | |||||
| | * | | | | Added eager loading support to Relation and ActiveRecord#all. | Emilio Tagua | 2009-10-05 | 4 | -21/+34 |
| | * | | | | Moved relation's test to relation_test. | Emilio Tagua | 2009-10-05 | 3 | -4/+14 |
| | * | | | | Added association preload to relation. | Emilio Tagua | 2009-09-01 | 3 | -4/+58 |
| * | | | | | Merge commit 'rails/master' | Emilio Tagua | 2009-10-02 | 7 | -76/+54 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge commit 'rails/master' | Emilio Tagua | 2009-09-22 | 1 | -13/+9 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge commit 'rails/master' | Emilio Tagua | 2009-09-21 | 4 | -30/+43 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge commit 'rails/master' | Emilio Tagua | 2009-09-14 | 18 | -116/+379 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge commit 'rails/master' | Emilio Tagua | 2009-09-08 | 20 | -383/+257 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge commit 'rails/master' | Emilio Tagua | 2009-09-08 | 10 | -51/+45 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge commit 'rails/master' | Emilio Tagua | 2009-09-01 | 9 | -37/+142 |
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | |||||
| * | | | | | | | | | | | Revert "Revert "Add readonly support for relations."" | Emilio Tagua | 2009-08-27 | 3 | -2/+23 |
| * | | | | | | | | | | | Revert "Add readonly support for relations." | Emilio Tagua | 2009-08-27 | 3 | -23/+2 |
| * | | | | | | | | | | | Add readonly support for relations. | Emilio Tagua | 2009-08-27 | 3 | -2/+23 |
| * | | | | | | | | | | | 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 |
| * | | | | | | | | | | | Merge commit 'rails/master' | Emilio Tagua | 2009-08-27 | 5 | -14/+226 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Remove useless var local definition. | Emilio Tagua | 2009-08-26 | 1 | -1/+1 |
| * | | | | | | | | | | | | No need to create a new relation if the argument is blank. | Emilio Tagua | 2009-08-25 | 1 | -6/+6 |