| Commit message (Expand) | Author | Age | Files | Lines |
* | Use mysql_creation_options inside rescue block | Jonathon M. Abbott | 2011-08-14 | 1 | -1/+1 |
* | default writing the schema file as utf-8 | Aaron Patterson | 2011-07-29 | 1 | -1/+2 |
* | This conditions is required to work with database create task. 1.9.2 is havin... | Arun Agrawal | 2011-07-21 | 1 | -1/+2 |
* | Fix charset/collate in mysql recreate_database | Simon Baird | 2011-07-07 | 1 | -5/+8 |
* | Update SQL Server db related rake tasks. | Ken Collins | 2011-06-23 | 1 | -6/+7 |
* | Removed shadowing variable warning in activerecord railties | Alexey Gaziev | 2011-06-20 | 1 | -1/+1 |
* | Ensure engine migrations are copied in the same sequence that they are required. | Brian Quinn | 2011-06-10 | 1 | -1/+1 |
* | Database.rake file fixed for load_generators | Arun Agrawal | 2011-05-25 | 1 | -2/+1 |
* | properly reference yml alias nodes | dmathieu | 2011-05-24 | 1 | -1/+1 |
* | Remove extra white-space on some exception messages. | Sebastian Martinez | 2011-05-23 | 1 | -1/+1 |
* | Merge pull request #1228 from fcheung/db_time_fix2 | José Valim | 2011-05-23 | 1 | -1/+3 |
|\ |
|
| * | Take into account time spent in AR even if a redirect occurs or if it is afte... | Frederick Cheung | 2011-05-23 | 1 | -1/+3 |
* | | fix connection not established error while running rake task | Bhavin Kamani | 2011-05-21 | 1 | -0/+1 |
|/ |
|
* | Add missing require | Santiago Pastorino | 2011-05-17 | 1 | -0/+1 |
* | Added some docs to controller runtime. | José Valim | 2011-05-14 | 1 | -1/+4 |
* | Reset ActiveRecord::LogSubscriber runtime at the start of each request | Tom Ward | 2011-05-14 | 1 | -0/+5 |
* | Interleave db_list and file_list. | Christopher Wade | 2011-05-09 | 1 | -6/+6 |
* | Sort migrations by the migration ID. | Christopher Wade | 2011-05-09 | 1 | -2/+2 |
* | Namespace Fixtures in ActiveRecord | Jason Noble | 2011-05-07 | 1 | -3/+3 |
* | Move sandbox to AR and pass the sandbox as a value. This way, other ORMs like... | José Valim | 2011-05-04 | 1 | -0/+6 |
* | Merge pull request #316 from arunagw/jdbc_postgresql. | Aaron Patterson | 2011-05-01 | 1 | -83/+83 |
|\ |
|
| * | Minor fixes in databases.rake | Arun Agrawal | 2011-04-27 | 1 | -71/+71 |
| * | Allowing jdbcsqlite3 to drop database, clone structure. #jruby | Arun Agrawal | 2011-04-27 | 1 | -7/+7 |
| * | Re-factored database.rake to allow Jdbcpostgresql. #jruby | Arun Agrawal | 2011-04-27 | 1 | -5/+5 |
* | | make sure we flatten the fixture path list | Aaron Patterson | 2011-04-29 | 1 | -1/+1 |
* | | shorten up our fixture path resolving code | Aaron Patterson | 2011-04-29 | 1 | -2/+2 |
|/ |
|
* | Database creation for jdbcpostgresql #jruby | Arun Agrawal | 2011-04-26 | 1 | -1/+1 |
* | Fixed error when running db:create with jdbcmysql | Rashmi Yadav | 2011-04-25 | 2 | -1/+23 |
* | Remove `#among?` from Active Support | Prem Sichanugrist | 2011-04-13 | 1 | -1/+1 |
* | Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg... | David Heinemeier Hansson | 2011-04-12 | 1 | -1/+1 |
* | Using Object#in? and Object#either? in various places | Prem Sichanugrist | 2011-04-11 | 1 | -1/+3 |
* | fix db:fixtures:load with FIXTURES specified [#6061 state:resolved] | John Hawthorn | 2011-02-06 | 1 | -2/+2 |
* | Improve regex in rake db:migrate status [#5940 state:resolved] | Kevin Skoglund | 2011-02-04 | 1 | -1/+1 |
* | Adding postgresql template option when executing db:test:clone_structure | Katrina Owen | 2011-01-09 | 1 | -1/+1 |
* | Refactor db:load:config to automatically pick additional migrations if ENGINE... | Piotr Sarnacki | 2010-12-09 | 1 | -0/+6 |
* | Rake tasks for managing database while development and testing of engines | Piotr Sarnacki | 2010-12-09 | 1 | -14/+14 |
* | properly load database config in database rake tasks, to properly set migrati... | Piotr Sarnacki | 2010-12-09 | 1 | -7/+7 |
* | Allow to run migrations from more than one directory in rake tasks | Piotr Sarnacki | 2010-12-09 | 1 | -8/+8 |
* | Do not treat information about skipped migrations as WARNINGs but as a NOTEs,... | Piotr Sarnacki | 2010-10-14 | 1 | -1/+1 |
* | Updated DOCS for engines and added a couple TODOs. Also, commented internal r... | José Valim | 2010-10-11 | 1 | -1/+1 |
* | Rename rake railties:copy_migrations to rake railties:install:migrations and ... | Piotr Sarnacki | 2010-10-09 | 1 | -23/+25 |
* | Provide a cleaner syntax for paths configuration that does not rely on method... | José Valim | 2010-10-06 | 1 | -3/+3 |
* | Fix 'rake db:create' is ignore encoding when using postgres [#5717 state:reso... | yalab | 2010-09-30 | 1 | -1/+1 |
* | db:structure:dump should list current Rails.env adapter in errors, not always... | Nic Benders | 2010-09-26 | 1 | -1/+1 |
* | Fix warning message when db/schema.rb doesn't exist [#5625 state:resolved] | Brian Candler | 2010-09-24 | 1 | -1/+1 |
* | Add helper for loading seed data for engine and application | Piotr Sarnacki | 2010-09-20 | 1 | -2/+1 |
* | Exception handling more readable | Thiago Pradi | 2010-09-19 | 1 | -4/+4 |
* | Use railties:copy_migrations instead of db:copy_migrations | Piotr Sarnacki | 2010-09-06 | 1 | -1/+5 |
* | rake db:copy_migrations task, which copies railties migrations into applicati... | Piotr Sarnacki | 2010-09-03 | 1 | -0/+22 |
* | Added Rails.application.config.paths.db.migrate to remove hardcoded db/migrat... | Piotr Sarnacki | 2010-09-03 | 1 | -6/+7 |