aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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-201-3/+5
* Adds #key and #to_param to the AMo interfacesnusnu2010-02-191-0/+14
* Merge master.José Valim2010-02-171-1/+0
|\
| * Fix test load paths for those not using bundlerJoshua Peek2010-02-151-1/+0
* | Rename Rails::Subscriber to Rails::LogSubscriberPrem Sichanugrist2010-02-163-4/+4
|/
* Move batch finders to RelationPratik Naik2010-02-125-82/+82
* Silenced "SHOW FIELDS" and "SET SQL_AUTO_IS_NULL=0" statements from the MySQL...David Heinemeier Hansson2010-02-061-4/+8
* 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
* Rationalize railtie dependencies: AC uses AV; AR uses AMo; and Rails always u...Jeremy Kemper2010-02-041-2/+4
* 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-031-1/+1
|/
* 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
* fixed migration logger bug [#3434 status:resolved]Corey Johnson2010-02-021-1/+1
* Merge branch 'master' of git://github.com/rails/railsMikel Lindsaar2010-02-021-3/+6
|\
| * Convert to class_attributeJeremy Kemper2010-02-011-3/+6
* | Updating copyright dates on all licensesMikel Lindsaar2010-02-011-1/+1
|/
* Axe AM state machineJoshua Peek2010-01-302-25/+0
* Rely on arel to generate the correct sql when an empty array is supplied to I...Pratik Naik2010-01-301-1/+1
* Drop AR I18n deprecation and simple use errors.messages as fallback.José Valim2010-01-303-26/+14
* tsort-based dependency resolution for initializersPaul Rosania2010-01-291-1/+1
* Move the ActiveRecord generator settings into the RailtieCarl Lerche2010-01-281-0/+3
* Clear up some ivar warningsJeremy Kemper2010-01-271-3/+13
* future proofing the sqlite3 adapter codeAaron Patterson2010-01-261-3/+3
* PostgreSQLAdapter: set time_zone to UTC when Base.default_timezone == :utc so...Jack Christensen2010-01-251-1/+5
* Fix AR's rake tasks to work with the Rails::Application refactorCarlhuda2010-01-251-1/+1
* As first step setup the load path and lazy compare middlewares.José Valim2010-01-251-3/+3
* Add active_model/railtie back to generated boot.rb, add models back to paths,...José Valim2010-01-251-5/+4
* Rename plugin_name to railtie_name and engine_name.José Valim2010-01-241-1/+1
* Merge branch 'master' into appJosé Valim2010-01-2319-474/+165
|\
| * Make default_scope work with RelationsPratik Naik2010-01-231-2/+3
| * Relation should respond to class methodsPratik Naik2010-01-221-1/+1
| * Allow calling class methods on a RelationPratik Naik2010-01-221-0/+2
| * Revert "Refactoring attributes/types" [#3348 state:open]Pratik Naik2010-01-2217-458/+148
| * Simplify finder method definitionsPratik Naik2010-01-211-13/+11
* | Moved more configuration away from bootstrap.José Valim2010-01-221-5/+5
|/
* Supplying Arel::SqlLiteral is much fasterPratik Naik2010-01-212-7/+17
* Use quoted_table_name with arel.from() if no from values explicitly supplied....Pratik Naik2010-01-211-2/+4
* Cache quoted_table_namePratik Naik2010-01-211-4/+5
* Relation#spawn is basically clone + resetPratik Naik2010-01-211-12/+2
* Always use table.* in the finder query unless specifiedPratik Naik2010-01-211-1/+1
* Use @limit_value and @offset_value instead of calling arelPratik Naik2010-01-202-5/+5
* Move update and update_all to RelationPratik Naik2010-01-202-70/+65
* Fix AP's AR integration tests warningPratik Naik2010-01-201-1/+1