aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Read Rails version from a file instead of modifying the load path and doing r...Bryan Helmkamp2010-03-041-5/+4
* Somehow this fixes the AR tests when ran with rake. I should probably figure ...Carl Lerche2010-03-041-1/+1
* Fix active_records' log testsCarl Lerche2010-03-021-2/+3
* Wordsmith gem descriptionsJeremy Kemper2010-03-021-1/+1
* Leverage VERSION constants from gemspecs to avoid tedious updates when releasingBryan Helmkamp2010-03-022-4/+6
* Update versions of all components to normalize them to new formatBryan Helmkamp2010-03-021-2/+3
* Remove cruft in the gem packaging and release codeBryan Helmkamp2010-03-011-14/+0
* activerecord test load pathsJoshua Peek2010-02-281-0/+3
* ActiveRecord should raise an error on invalid migration types.José Valim2010-02-282-4/+17
* Print database.rake errors to stderr.S. Christoffer Eliesen2010-02-271-5/+5
* no more warning interpreted as argument prefix on association_preload.rbSantiago Pastorino2010-02-261-1/+1
* fixed a 'RecordNotFound' bug when calling 'reload' on a object which doesn't ...Tobias Bielohlawek2010-02-262-1/+7
* Fix a bug where default_scope was overriding attributes given on model initia...Henry Hsu2010-02-263-1/+16
* Use Object#singleton_class instead of #metaclass. Prefer Ruby's choice.Jeremy Kemper2010-02-253-5/+5
* Revert "Fix test load paths for those not using bundler"Carlhuda2010-02-233-8/+3
* avoid @lock_value not initialized warningSantiago Pastorino2010-02-221-1/+1
* avoid @transaction_joinable not initialized warningSantiago Pastorino2010-02-221-1/+1
* avoid active not initialized warningSantiago Pastorino2010-02-221-0/+1
* Require persisted? in ActiveModel::Lint and remove new_record? and destroyed?...José Valim2010-02-212-9/+26
* Add to_key and to_param methods to ActiveModel::Conversion.José Valim2010-02-211-1/+1
* AMo #key is now #to_key and CI is probably happysnusnu2010-02-202-8/+15
* Adds #key and #to_param to the AMo interfacesnusnu2010-02-192-0/+23
* Merge master.José Valim2010-02-173-3/+8
|\
| * Fix test load paths for those not using bundlerJoshua Peek2010-02-153-3/+8
* | Rename Rails::Subscriber to Rails::LogSubscriberPrem Sichanugrist2010-02-164-9/+9
|/
* Move batch finders to RelationPratik Naik2010-02-125-82/+82
* Adding ruby version spec to all gemspec files to at least 1.8.7Mikel Lindsaar2010-02-081-0/+1
* Silenced "SHOW FIELDS" and "SET SQL_AUTO_IS_NULL=0" statements from the MySQL...David Heinemeier Hansson2010-02-062-4/+13
* fix usage examples and more to use new invocationsRomD2010-02-061-2/+2
* Fix tiny version number from '3.0.0beta' to '3.0.0.beta1', so 'rake install' ...Prem Sichanugrist2010-02-061-1/+1
* test_validates_acceptance_of_as_database_column fixedSantiago Pastorino2010-02-051-3/+3
* Bump git versions to 3.0.0.beta1 since we've releasedJeremy Kemper2010-02-051-3/+3
* Bump arel depJeremy Kemper2010-02-051-1/+1
* Submarine the rake-gemcutter dep in RakefilesJeremy Kemper2010-02-051-4/+5
* Fix task definesJeremy Kemper2010-02-041-1/+1
* Release using gemcutter gem:push tasksJeremy Kemper2010-02-041-18/+5
* Rationalize railtie dependencies: AC uses AV; AR uses AMo; and Rails always u...Jeremy Kemper2010-02-041-2/+4
* Homogenize gemspecs and remove the deprecated autorequireDavid Heinemeier Hansson2010-02-031-16/+14
* MergeDavid Heinemeier Hansson2010-02-032-3/+3
|\
| * Merge remote branch 'mikel/master'Jeremy Kemper2010-02-031-2/+2
| |\
| | * Adding guard to make sure test database declarations exist before trying to a...Mikel Lindsaar2010-02-041-2/+2
| * | removing , from ,= statement in WrappedDatabaseException constructorSubbaRao Pasupuleti2010-02-031-1/+1
| |/
* / Move to 3.0.0.betaDavid Heinemeier Hansson2010-02-032-4/+4
|/
* Added encoding qery support for SQLite3 to make rake db:charset work on all d...Mikel Lindsaar2010-02-032-0/+14
* Made rake db:create also create the test database if you are in development modeMikel Lindsaar2010-02-031-1/+5
* Change Rails::Generators::Migration protected instance methods to class metho...Szymon Nowak2010-02-021-9/+8
* Add test case for unable to run migration if ActiveRecord::Base.logger is nil...Prem Sichanugrist2010-02-021-0/+10
* fixed migration logger bug [#3434 status:resolved]Corey Johnson2010-02-021-1/+1
* Merge branch 'master' of git://github.com/rails/railsMikel Lindsaar2010-02-023-12/+8
|\
| * Convert to class_attributeJeremy Kemper2010-02-011-3/+6