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
/
tasks
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix syntax warning
Sean Griffin
2014-12-23
1
-1
/
+1
*
Replace deprecated `#load_schema` with `#load_schema_for`.
Yves Senn
2014-12-23
1
-22
/
+19
*
`db:structure:load` and `db:schema:load` no longer purge the database.
Yves Senn
2014-12-18
1
-2
/
+0
*
activerecord: rake db:create shows underlying error message.
Paul Annesley
2014-11-04
1
-0
/
+1
*
Don't attempt to load the schema file in tests if none exists
Sean Griffin
2014-10-31
1
-2
/
+17
*
let's warn with heredocs
Xavier Noria
2014-10-28
1
-3
/
+6
*
schema loading rake tasks maintain database connection for current env.
Yves Senn
2014-09-03
1
-0
/
+2
*
Forgot to set Migration.verbose at f8d9a51949d6f6cfcab7cc7d501e137836eb88dc :...
Akira Matsuda
2014-08-30
1
-1
/
+1
*
Don't allow AR::Tasks::DatabaseTasks.migrate to mutate Migration.verbose value
Akira Matsuda
2014-08-30
1
-1
/
+3
*
Avoid using heredoc for user warnings
Godfrey Chan
2014-08-28
1
-4
/
+4
*
Using delegated connection method
Joshua Delsman
2014-08-08
1
-1
/
+1
*
schema rake tasks are specific about the configuration to act on.
Yves Senn
2014-08-06
1
-3
/
+20
*
Revert "Revert "Merge pull request #15394 from morgoth/fix-automatic-maintain...
Yves Senn
2014-08-06
2
-1
/
+7
*
Add ActiveRecord::Tasks::DatabaseTasks.migrate
Jack Danger Canty
2014-07-31
1
-0
/
+10
*
Merge pull request #16295 from kenn/no_stacktrace_drop_task
Rafael Mendonça França
2014-07-28
1
-0
/
+2
|
\
|
*
No verbose backtrace by db:drop when database does not exist.
Kenn Ejima
2014-07-27
1
-0
/
+2
|
/
*
fix, mysql `db:purge` respects `Rails.env`.
Yves Senn
2014-07-24
1
-1
/
+1
*
Revert "Merge pull request #15394 from morgoth/fix-automatic-maintaining-test...
Rafael Mendonça França
2014-07-02
2
-7
/
+1
*
Get rid of duplication in db:fixtures:{identify,load}
Viktar Basharymau
2014-06-27
1
-1
/
+5
*
add `bin/rake db:purge` task to empty the current database.
Yves Senn
2014-06-17
1
-0
/
+12
*
/mysql/i -> MySQL, Spell correct in continuation to #15555
Akshay Vishnoi
2014-06-14
1
-1
/
+1
*
Specifically talking about Rake the library [ci skip]
Zachary Scott
2014-06-13
1
-2
/
+1
*
Fixed automatic maintaining test schema to properly handle sql structure sche...
Wojciech Wnętrzak
2014-06-12
2
-1
/
+7
*
use YAML.load_file in database tasks example
Robin Tweedie
2014-04-15
1
-1
/
+1
*
create/drop test and development databases only if RAILS_ENV is nil
Damien Mathieu
2014-01-08
1
-1
/
+2
*
Automatically maintain test database schema
Jon Leighton
2014-01-02
1
-3
/
+41
*
Cast env to symbol, fixes deprecation warning
Łukasz Strzałkowski
2013-12-25
1
-1
/
+1
*
Guarantee the connection resolver handles string values
José Valim
2013-12-23
1
-18
/
+1
*
Revert "Explicitly exit with status "1" for create and drop failures"
Rafael Mendonça França
2013-11-19
1
-3
/
+0
*
Merge pull request #12531 from iamvery/database-tasks-exit-status
Rafael Mendonça França
2013-11-15
1
-0
/
+3
|
\
|
*
Explicitly exit with status "1" for create and drop failures
Jay Hayes
2013-11-11
1
-0
/
+3
*
|
Warnings removed for ruby trunk
Arun Agrawal
2013-11-01
1
-1
/
+1
*
|
Fix loading a sql structure file on postgres when the file's path has whitesp...
Kevin Mook
2013-10-21
1
-1
/
+1
*
|
Convert Fixnum into String the port number in MySQL
Kenta Okamoto
2013-10-18
1
-1
/
+2
|
/
*
let the sqlite task run without rails
Damien Mathieu
2013-08-07
2
-2
/
+3
*
Remove FirebirdDatabaseTasks was deprecated, because this was provided by 3rd...
kennyj
2013-06-05
2
-58
/
+0
*
Remove SqlseverDatabaseTasks was deprecated, because this was provided by 3rd...
kennyj
2013-06-05
2
-49
/
+0
*
Remove OracleDatabaseTasks was deprecated, because this was provided by 3rd-p...
kennyj
2013-06-05
2
-46
/
+0
*
Mute psql output when running rake db:schema:load
Godfrey Chan
2013-04-30
1
-1
/
+1
*
Abort a rake task when missing db/structure.sql like `db:schema:load` task.
kennyj
2013-05-01
1
-0
/
+8
*
Review DatabaseTasks docs [ci skip]
Carlos Antonio da Silva
2013-04-24
1
-17
/
+17
*
Use env == 'development' instead of env.development?
Piotr Sarnacki
2013-04-24
1
-1
/
+1
*
Don't require Rails.env in order to use AR::Tasks::DatabaseTasks
Piotr Sarnacki
2013-04-24
1
-6
/
+7
*
Add some documentation to ActiveRecord::Tasks::DatabaseTasks
Piotr Sarnacki
2013-04-24
1
-1
/
+29
*
Use DatabaseTasks.fixtures_path instead of FIXTURES_PATH in db.rake
Piotr Sarnacki
2013-04-24
1
-1
/
+2
*
Don't require having Rails.application to run database tasks
Piotr Sarnacki
2013-04-24
1
-0
/
+11
*
Add deprecation message on Firebird / Sqlserver / Oracle database tasks.
kennyj
2013-04-03
3
-0
/
+3
*
Extract Oracle database tasks.
kennyj
2013-04-03
2
-5
/
+50
*
Extract Sqlserver database tasks.
kennyj
2013-04-03
2
-1
/
+50
*
Extract Firebird database tasks.
kennyj
2013-04-03
2
-0
/
+56
[next]