index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
lib
/
active_record
/
railties
/
databases.rake
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Fix em_mysql2 error in rake db:create
Sam Aarons
2010-08-27
1
-1
/
+1
*
Catch mysql2 access denied errors in rake db:create [#5432 state:resolved]
Andrew White
2010-08-25
1
-2
/
+4
*
standarizes the use of the article "an" for "SQL" and "SQLite"
Xavier Noria
2010-08-05
1
-1
/
+1
*
rake db:seed should check if the database have pending migrations [#5163 stat...
Thiago Pradi
2010-07-21
1
-1
/
+1
*
Avoid calls to Rails::Application since this is not the official API.
José Valim
2010-07-01
1
-1
/
+1
*
Support any mysql-like adapter
Jeremy Kemper
2010-06-30
1
-7
/
+7
*
Avoid "no such table" exception when schema migrations table does not exist
Akira Matsuda
2010-06-27
1
-0
/
+5
*
Use ActiveRecord::Migrator.schema_migrations_table_name instead of hardcoding...
Akira Matsuda
2010-06-27
1
-1
/
+1
*
rake db:migrate:status displays status of migrations [#4947 state:resolved]
Kevin Skoglund
2010-06-28
1
-0
/
+25
*
Cut down even further on rake -T noise
David Heinemeier Hansson
2010-06-09
1
-13
/
+13
*
Silence even more noisy rake task docs
David Heinemeier Hansson
2010-06-09
1
-12
/
+12
*
Configure generators before invoking.
José Valim
2010-06-03
1
-0
/
+1
*
Support fixtures for namespaced models [#2965 state:resolved]
Andrew White
2010-04-25
1
-2
/
+2
*
db:test:prepare for tasks only if AR is loaded
Santiago Pastorino
2010-04-09
1
-0
/
+2
*
Revert "When creating database with rake, create schemas in schema_search_pat...
Michael Koziarski
2010-04-09
1
-7
/
+1
*
Read postgresql encoding using string key instead of symbol [#4304 state:reso...
Doug Richardson
2010-04-01
1
-1
/
+1
*
When creating database with rake, create schemas in schema_search_path if it ...
Rizwan Reza
2010-03-28
1
-0
/
+6
*
rake tasks should use the new app generator path [#4257 state:resolved]
Sebastian Martinez
2010-03-23
1
-1
/
+1
*
Print database.rake errors to stderr.
S. Christoffer Eliesen
2010-02-27
1
-5
/
+5
*
Adding guard to make sure test database declarations exist before trying to a...
Mikel Lindsaar
2010-02-04
1
-2
/
+2
*
Added encoding qery support for SQLite3 to make rake db:charset work on all d...
Mikel Lindsaar
2010-02-03
1
-0
/
+3
*
Made rake db:create also create the test database if you are in development mode
Mikel Lindsaar
2010-02-03
1
-1
/
+5
*
Fix AR's rake tasks to work with the Rails::Application refactor
Carlhuda
2010-01-25
1
-1
/
+1
*
Rake tasks should load generators from new paths.
José Valim
2010-01-18
1
-1
/
+1
*
Set deprecation warnings for RAILS_ENV and RAILS_DEFAULT_LOGGER.
José Valim
2010-01-13
1
-29
/
+29
*
Restore require of 'active_record/fixtures' for Rake tasks that use them
Jeffrey Hardy
2010-01-06
1
-0
/
+4
*
Update db:migrate error message to reflect the removal of config.frameworks
Jeffrey Hardy
2010-01-06
1
-1
/
+1
*
Autoload AR test case
Joshua Peek
2010-01-04
1
-4
/
+1
*
Fix up AR extension by using Railties module instead of Rails and requiring C...
Jeremy Kemper
2009-12-30
1
-0
/
+469