Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Silenced "SHOW FIELDS" and "SET SQL_AUTO_IS_NULL=0" statements from the ↵ | David Heinemeier Hansson | 2010-02-06 | 2 | -4/+13 |
| | | | | MySQL driver to improve log signal to noise ration in development [DHH] | ||||
* | fix usage examples and more to use new invocations | RomD | 2010-02-06 | 1 | -2/+2 |
| | | | | Signed-off-by: Carl Lerche <carllerche@mac.com> | ||||
* | Fix tiny version number from '3.0.0beta' to '3.0.0.beta1', so 'rake install' ↵ | Prem Sichanugrist | 2010-02-06 | 1 | -1/+1 |
| | | | | | | will be run correctly [#3879 status:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | test_validates_acceptance_of_as_database_column fixed | Santiago Pastorino | 2010-02-05 | 1 | -3/+3 |
| | | | | | | [#3826 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | 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 ↵ | Jeremy Kemper | 2010-02-04 | 1 | -2/+4 |
| | | | | uses AS. | ||||
* | 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 ↵ | Mikel Lindsaar | 2010-02-04 | 1 | -2/+2 |
| | | | | | | | | | | | | auto create | ||||
| * | | removing , from ,= statement in WrappedDatabaseException constructor | SubbaRao Pasupuleti | 2010-02-03 | 1 | -1/+1 |
| |/ | | | | | | | | | | | [#3830 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* / | 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 ↵ | Mikel Lindsaar | 2010-02-03 | 2 | -0/+14 |
| | | | | databases shipping with Rails 3 | ||||
* | 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 ↵ | Szymon Nowak | 2010-02-02 | 1 | -9/+8 |
| | | | | | | methods. [#3820 status:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Add test case for unable to run migration if ActiveRecord::Base.logger is ↵ | Prem Sichanugrist | 2010-02-02 | 1 | -0/+10 |
| | | | | | | nil (#3434) Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | fixed migration logger bug [#3434 status:resolved] | Corey Johnson | 2010-02-02 | 1 | -1/+1 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | 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 |
|/ | |||||
* | Axe AM state machine | Joshua Peek | 2010-01-30 | 4 | -94/+0 |
| | | | | We're going do it eventually, get it done before 3.0 is final. | ||||
* | Rely on arel to generate the correct sql when an empty array is supplied to ↵ | Pratik Naik | 2010-01-30 | 1 | -1/+1 |
| | | | | IN predicate | ||||
* | Drop AR I18n deprecation and simple use errors.messages as fallback. | José Valim | 2010-01-30 | 5 | -35/+23 |
| | |||||
* | tsort-based dependency resolution for initializers | Paul Rosania | 2010-01-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | Move the ActiveRecord generator settings into the Railtie | Carl Lerche | 2010-01-28 | 1 | -0/+3 |
| | |||||
* | Clear up some ivar warnings | Jeremy Kemper | 2010-01-27 | 1 | -3/+13 |
| | |||||
* | future proofing the sqlite3 adapter code | Aaron Patterson | 2010-01-26 | 3 | -3/+12 |
| | | | | Signed-off-by: Yehuda Katz <wycats@Yehuda-Katz.local> | ||||
* | PostgreSQLAdapter: set time_zone to UTC when Base.default_timezone == :utc ↵ | Jack Christensen | 2010-01-25 | 4 | -2/+54 |
| | | | | so that Postgres doesn't incorrectly offset-adjust values inserted into TIMESTAMP WITH TIME ZONE columns [#3777 state:resolved] | ||||
* | Fix AR's rake tasks to work with the Rails::Application refactor | Carlhuda | 2010-01-25 | 1 | -1/+1 |
| | |||||
* | As first step setup the load path and lazy compare middlewares. | José Valim | 2010-01-25 | 1 | -3/+3 |
| | |||||
* | Add active_model/railtie back to generated boot.rb, add models back to ↵ | José Valim | 2010-01-25 | 1 | -5/+4 |
| | | | | paths, load active_support/railtie since we need it and ensure default logger is set before config. | ||||
* | Rename plugin_name to railtie_name and engine_name. | José Valim | 2010-01-24 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into app | José Valim | 2010-01-23 | 31 | -792/+191 |
|\ | | | | | | | | | Conflicts: railties/lib/rails/application.rb | ||||
| * | Make default_scope work with Relations | Pratik Naik | 2010-01-23 | 3 | -3/+15 |
| | | |||||
| * | Relation should respond to class methods | Pratik Naik | 2010-01-22 | 2 | -1/+6 |
| | | |||||
| * | Allow calling class methods on a Relation | Pratik Naik | 2010-01-22 | 2 | -0/+11 |
| | | |||||
| * | Revert "Refactoring attributes/types" [#3348 state:open] | Pratik Naik | 2010-01-22 | 25 | -775/+148 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit f936a1f100e75082081e782e5cceb272885c2df7. Conflicts: activerecord/lib/active_record.rb activerecord/lib/active_record/base.rb Revert "Fixed: #without_typecast should only disable typecasting on the duplicated attributes" [#3387 state:open] This reverts commit 2831996483c6a045f1f38d8030256eb58d9771c3. Reason : It's not generating attribute methods properly, making object.column 5x slower. | ||||
| * | Simplify finder method definitions | Pratik Naik | 2010-01-21 | 1 | -13/+11 |
| | | |||||
* | | Moved more configuration away from bootstrap. | José Valim | 2010-01-22 | 1 | -5/+5 |
|/ | |||||
* | Supplying Arel::SqlLiteral is much faster | Pratik Naik | 2010-01-21 | 2 | -7/+17 |
| | |||||
* | Default to sync instrumentation. | José Valim | 2010-01-21 | 1 | -11/+2 |
| | |||||
* | Use quoted_table_name with arel.from() if no from values explicitly ↵ | Pratik Naik | 2010-01-21 | 1 | -2/+4 |
| | | | | supplied. Arel seems to be spending a lot of time figuring out the FROM value otherwise. | ||||
* | Cache quoted_table_name | Pratik Naik | 2010-01-21 | 1 | -4/+5 |
| | |||||
* | Relation#spawn is basically clone + reset | Pratik Naik | 2010-01-21 | 1 | -12/+2 |
| |