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
*
Refer to rails command instead of rake in a bunch of places
David Heinemeier Hansson
2015-12-18
1
-1
/
+1
*
Remove legacy mysql adapter
Abdelkader Boudih
2015-12-17
1
-2
/
+0
*
Fix rake db:structure:dump on Postgres when multiple schemas are used.
Nick Muerdter
2015-11-19
1
-2
/
+2
*
Remove `DEFAULT_CHARSET` and `DEFAULT_COLLATION` in `MySQLDatabaseTasks`
Ryuta Kamizono
2015-11-02
1
-8
/
+0
*
Exit with non-zero status when db:drop fails
Jay Hayes
2015-10-20
1
-1
/
+2
*
Exit with non-zero status when db:create fails
Jay Hayes
2015-10-20
1
-1
/
+2
*
Fix test of drop failure
Jay Hayes
2015-10-20
1
-1
/
+5
*
applies new doc guidelines to Active Record.
Yves Senn
2015-10-14
1
-2
/
+2
*
fix RDoc list markup in `DatabaseTasks`. [ci skip]
Yves Senn
2015-10-14
1
-7
/
+7
*
Remove deprecated pg_dump -i flag
Paul Sadauskas
2015-10-10
1
-1
/
+1
*
Merge pull request #20569 from theSteveMitchell/master
Yves Senn
2015-09-22
1
-9
/
+18
|
\
|
*
Check response of structure_load for mysql_database_tasks and make structure_...
Steve Mitchell
2015-09-18
1
-9
/
+19
|
/
*
Merge pull request #20848 from deivid-rodriguez/fix_undefined_method_error_on...
Arthur Nogueira Neves
2015-09-14
1
-1
/
+1
|
\
|
*
Fix undefined method error on exception
David Rodríguez
2015-07-11
1
-1
/
+1
*
|
Remove dead code
Rafael Mendonça França
2015-09-09
1
-6
/
+0
*
|
Allow global migrations_path configuration with using value from database_tas...
Tobias Bielohlawek
2015-09-07
1
-1
/
+1
*
|
Merge pull request #17885 from starbelly/patch-1
Yves Senn
2015-08-11
1
-8
/
+20
|
\
\
|
|
/
|
/
|
|
*
Add run_cmd class method to ActiveRecord::Tasks::DatabaseTasks
starbelly
2015-08-01
2
-11
/
+25
|
/
*
Changed mysqldump to include sprocs and functions
Jonathan Worek
2015-05-22
1
-0
/
+1
*
Add full set of MySQL CLI options to support SSL authentication when using db...
Alex Coomans
2015-05-12
1
-9
/
+15
*
Avoid loading user's psqlrc when loading test structure
Jason Weathered
2015-03-25
1
-1
/
+1
*
Add config.active_record.dump_schemas.
Ryan Wallace
2015-03-17
1
-1
/
+9
*
Fixes reference for schema_format to AR::Base from AS::Base
James Cox
2015-03-03
1
-1
/
+1
*
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
[next]