| Commit message (Expand) | Author | Age | Files | Lines |
* | Wordsmith gem descriptions | Jeremy Kemper | 2010-03-02 | 1 | -1/+1 |
* | Leverage VERSION constants from gemspecs to avoid tedious updates when releasing | Bryan Helmkamp | 2010-03-02 | 2 | -4/+6 |
* | Update versions of all components to normalize them to new format | Bryan Helmkamp | 2010-03-02 | 1 | -2/+3 |
* | Remove cruft in the gem packaging and release code | Bryan Helmkamp | 2010-03-01 | 1 | -14/+0 |
* | 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 | 2 | -4/+17 |
* | Print database.rake errors to stderr. | S. Christoffer Eliesen | 2010-02-27 | 1 | -5/+5 |
* | no more warning interpreted as argument prefix on association_preload.rb | Santiago Pastorino | 2010-02-26 | 1 | -1/+1 |
* | fixed a 'RecordNotFound' bug when calling 'reload' on a object which doesn't ... | Tobias Bielohlawek | 2010-02-26 | 2 | -1/+7 |
* | Fix a bug where default_scope was overriding attributes given on model initia... | Henry Hsu | 2010-02-26 | 3 | -1/+16 |
* | Use Object#singleton_class instead of #metaclass. Prefer Ruby's choice. | Jeremy Kemper | 2010-02-25 | 3 | -5/+5 |
* | Revert "Fix test load paths for those not using bundler" | Carlhuda | 2010-02-23 | 3 | -8/+3 |
* | avoid @lock_value not initialized warning | Santiago Pastorino | 2010-02-22 | 1 | -1/+1 |
* | avoid @transaction_joinable not initialized warning | Santiago Pastorino | 2010-02-22 | 1 | -1/+1 |
* | avoid active not initialized warning | Santiago Pastorino | 2010-02-22 | 1 | -0/+1 |
* | Require persisted? in ActiveModel::Lint and remove new_record? and destroyed?... | José Valim | 2010-02-21 | 2 | -9/+26 |
* | Add to_key and to_param methods to ActiveModel::Conversion. | José Valim | 2010-02-21 | 1 | -1/+1 |
* | AMo #key is now #to_key and CI is probably happy | snusnu | 2010-02-20 | 2 | -8/+15 |
* | Adds #key and #to_param to the AMo interface | snusnu | 2010-02-19 | 2 | -0/+23 |
* | Merge master. | José Valim | 2010-02-17 | 3 | -3/+8 |
|\ |
|
| * | Fix test load paths for those not using bundler | Joshua Peek | 2010-02-15 | 3 | -3/+8 |
* | | Rename Rails::Subscriber to Rails::LogSubscriber | Prem Sichanugrist | 2010-02-16 | 4 | -9/+9 |
|/ |
|
* | Move batch finders to Relation | Pratik Naik | 2010-02-12 | 5 | -82/+82 |
* | Adding ruby version spec to all gemspec files to at least 1.8.7 | Mikel Lindsaar | 2010-02-08 | 1 | -0/+1 |
* | Silenced "SHOW FIELDS" and "SET SQL_AUTO_IS_NULL=0" statements from the MySQL... | David Heinemeier Hansson | 2010-02-06 | 2 | -4/+13 |
* | fix usage examples and more to use new invocations | RomD | 2010-02-06 | 1 | -2/+2 |
* | Fix tiny version number from '3.0.0beta' to '3.0.0.beta1', so 'rake install' ... | Prem Sichanugrist | 2010-02-06 | 1 | -1/+1 |
* | test_validates_acceptance_of_as_database_column fixed | Santiago Pastorino | 2010-02-05 | 1 | -3/+3 |
* | Bump git versions to 3.0.0.beta1 since we've released | Jeremy Kemper | 2010-02-05 | 1 | -3/+3 |
* | Bump arel dep | Jeremy Kemper | 2010-02-05 | 1 | -1/+1 |
* | Submarine the rake-gemcutter dep in Rakefiles | Jeremy Kemper | 2010-02-05 | 1 | -4/+5 |
* | Fix task defines | Jeremy Kemper | 2010-02-04 | 1 | -1/+1 |
* | Release using gemcutter gem:push tasks | Jeremy Kemper | 2010-02-04 | 1 | -18/+5 |
* | Rationalize railtie dependencies: AC uses AV; AR uses AMo; and Rails always u... | Jeremy Kemper | 2010-02-04 | 1 | -2/+4 |
* | Homogenize gemspecs and remove the deprecated autorequire | David Heinemeier Hansson | 2010-02-03 | 1 | -16/+14 |
* | Merge | David Heinemeier Hansson | 2010-02-03 | 2 | -3/+3 |
|\ |
|
| * | Merge remote branch 'mikel/master' | Jeremy Kemper | 2010-02-03 | 1 | -2/+2 |
| |\ |
|
| | * | Adding guard to make sure test database declarations exist before trying to a... | Mikel Lindsaar | 2010-02-04 | 1 | -2/+2 |
| * | | removing , from ,= statement in WrappedDatabaseException constructor | SubbaRao Pasupuleti | 2010-02-03 | 1 | -1/+1 |
| |/ |
|
* / | Move to 3.0.0.beta | David Heinemeier Hansson | 2010-02-03 | 2 | -4/+4 |
|/ |
|
* | Added encoding qery support for SQLite3 to make rake db:charset work on all d... | Mikel Lindsaar | 2010-02-03 | 2 | -0/+14 |
* | Made rake db:create also create the test database if you are in development mode | Mikel Lindsaar | 2010-02-03 | 1 | -1/+5 |
* | Change Rails::Generators::Migration protected instance methods to class metho... | Szymon Nowak | 2010-02-02 | 1 | -9/+8 |
* | Add test case for unable to run migration if ActiveRecord::Base.logger is nil... | Prem Sichanugrist | 2010-02-02 | 1 | -0/+10 |
* | fixed migration logger bug [#3434 status:resolved] | Corey Johnson | 2010-02-02 | 1 | -1/+1 |
* | Merge branch 'master' of git://github.com/rails/rails | Mikel Lindsaar | 2010-02-02 | 3 | -12/+8 |
|\ |
|
| * | Convert to class_attribute | Jeremy Kemper | 2010-02-01 | 1 | -3/+6 |
| * | Get rails tests running on bundler 0.9 | Carl Lerche | 2010-01-31 | 1 | -8/+1 |
| * | Bump arel dependency to 0.2.0 from 0.2.pre | Jeremy Kemper | 2010-01-31 | 1 | -1/+1 |
* | | Updating copyright dates on all licenses | Mikel Lindsaar | 2010-02-01 | 2 | -2/+2 |
|/ |
|