| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | adds coverage for the issue addressed in fe43bbd | Xavier Noria | 2010-03-12 | 1 | -0/+14 |
* | Fix associations to call :destroy or :delete based on the right :dependent op... | Carlos Antonio da Silva | 2010-03-09 | 6 | -37/+36 |
* | Make many parts of Rails lazy. In order to facilitate this, | wycats | 2010-03-07 | 1 | -0/+1 |
* | Somehow this fixes the AR tests when ran with rake. I should probably figure ... | Carl Lerche | 2010-03-04 | 1 | -1/+1 |
* | Fix active_records' log tests | Carl Lerche | 2010-03-02 | 1 | -2/+3 |
* | activerecord test load paths | Joshua Peek | 2010-02-28 | 1 | -0/+3 |
* | ActiveRecord should raise an error on invalid migration types. | José Valim | 2010-02-28 | 1 | -0/+10 |
* | fixed a 'RecordNotFound' bug when calling 'reload' on a object which doesn't ... | Tobias Bielohlawek | 2010-02-26 | 1 | -0/+6 |
* | Fix a bug where default_scope was overriding attributes given on model initia... | Henry Hsu | 2010-02-26 | 2 | -0/+15 |
* | Revert "Fix test load paths for those not using bundler" | Carlhuda | 2010-02-23 | 2 | -8/+2 |
* | Require persisted? in ActiveModel::Lint and remove new_record? and destroyed?... | José Valim | 2010-02-21 | 1 | -5/+17 |
* | AMo #key is now #to_key and CI is probably happy | snusnu | 2010-02-20 | 1 | -5/+10 |
* | Adds #key and #to_param to the AMo interface | snusnu | 2010-02-19 | 1 | -0/+9 |
* | Merge master. | José Valim | 2010-02-17 | 2 | -2/+8 |
|\ |
|
| * | Fix test load paths for those not using bundler | Joshua Peek | 2010-02-15 | 2 | -2/+8 |
* | | Rename Rails::Subscriber to Rails::LogSubscriber | Prem Sichanugrist | 2010-02-16 | 1 | -5/+5 |
|/ |
|
* | test_validates_acceptance_of_as_database_column fixed | Santiago Pastorino | 2010-02-05 | 1 | -3/+3 |
* | Add test case for unable to run migration if ActiveRecord::Base.logger is nil... | Prem Sichanugrist | 2010-02-02 | 1 | -0/+10 |
* | Get rails tests running on bundler 0.9 | Carl Lerche | 2010-01-31 | 1 | -8/+1 |
* | Axe AM state machine | Joshua Peek | 2010-01-30 | 2 | -69/+0 |
* | Drop AR I18n deprecation and simple use errors.messages as fallback. | José Valim | 2010-01-30 | 2 | -9/+9 |
* | future proofing the sqlite3 adapter code | Aaron Patterson | 2010-01-26 | 2 | -0/+9 |
* | PostgreSQLAdapter: set time_zone to UTC when Base.default_timezone == :utc so... | Jack Christensen | 2010-01-25 | 2 | -1/+47 |
* | Make default_scope work with Relations | Pratik Naik | 2010-01-23 | 2 | -1/+12 |
* | Relation should respond to class methods | Pratik Naik | 2010-01-22 | 1 | -0/+5 |
* | Allow calling class methods on a Relation | Pratik Naik | 2010-01-22 | 1 | -0/+9 |
* | Revert "Refactoring attributes/types" [#3348 state:open] | Pratik Naik | 2010-01-22 | 8 | -317/+0 |
* | Default to sync instrumentation. | José Valim | 2010-01-21 | 1 | -11/+2 |
* | Remove find_with_associations and related code from associations now that Rel... | Pratik Naik | 2010-01-20 | 1 | -15/+0 |
* | Remove Relation#where_clause | Pratik Naik | 2010-01-19 | 1 | -4/+4 |
* | Give preference to to_a over arel from Relation#method_missing | Pratik Naik | 2010-01-19 | 1 | -0/+6 |
* | Add Relation#construct_relation_for_association_calculations for calculations... | Pratik Naik | 2010-01-19 | 1 | -17/+0 |
* | Simplify calculation scope building. Remove :order from associations as it is... | Pratik Naik | 2010-01-18 | 2 | -6/+4 |
* | Handle invalid query IN() generated when a blank array is supplied in hash co... | Pratik Naik | 2010-01-18 | 1 | -0/+5 |
* | Get rid of Relation#order_clauses | Pratik Naik | 2010-01-18 | 1 | -3/+3 |
* | Ensure deprecated validate methods are invoked when they are private [#3214 s... | José Valim | 2010-01-18 | 1 | -1/+18 |
* | Rename named_scope to scope | Pratik Naik | 2010-01-18 | 8 | -28/+32 |
* | Dont check for class equaity when merging relations | Pratik Naik | 2010-01-18 | 1 | -4/+0 |
* | Inherit named scope class Scope from Relation | Pratik Naik | 2010-01-18 | 1 | -11/+6 |
* | Ensure that Scope#proxy_scope is always klass. Rename proxy_scope to klass too. | Pratik Naik | 2010-01-18 | 1 | -4/+4 |
* | Make relations work as scopes | Pratik Naik | 2010-01-17 | 1 | -4/+4 |
* | Make sure named_scope names are not used as method names already | Pratik Naik | 2010-01-17 | 2 | -7/+13 |
* | save(false) is gone, use save(:validate => false) instead. | José Valim | 2010-01-17 | 2 | -7/+15 |
* | Make merging of order values consistent | Pratik Naik | 2010-01-17 | 2 | -5/+7 |
* | Make Relation#reload force load the records immediately | Pratik Naik | 2010-01-17 | 1 | -3/+5 |
* | Revert "Fix #microseconds conversion and #fast_string_to_time" | Pratik Naik | 2010-01-17 | 1 | -43/+0 |
* | Rename active_relation_engine -> arel_engine and active_relation_table -> are... | Pratik Naik | 2010-01-16 | 1 | -2/+2 |
* | Fix #microseconds conversion and #fast_string_to_time | Chris Hapgood | 2010-01-16 | 1 | -0/+43 |
* | Fix the query matching in SubscriberTest | Pratik Naik | 2010-01-16 | 1 | -2/+2 |
* | Make scopes use relations under the hood | Pratik Naik | 2010-01-16 | 2 | -61/+32 |