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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #7140 from seamusabshere/patch-1
Rafael Mendonça França
2012-08-05
1
-2
/
+2
|
\
|
*
Make sure :environment task is executed before db:schema:load or db:structure...
Seamus Abshere
2012-07-23
1
-2
/
+2
*
|
removes usage of Object#in? from the code base (the method remains defined by...
Xavier Noria
2012-08-06
1
-1
/
+0
*
|
Remove `:rails_env` task since it is not needed anymore.
Rafael Mendonça França
2012-08-02
1
-9
/
+9
*
|
Only require the `:rails_env` task where is needed.
Rafael Mendonça França
2012-07-27
1
-12
/
+12
|
/
*
Fix collation database task to use begin..rescue..end
Carlos Antonio da Silva
2012-06-30
1
-4
/
+6
*
Extract collation tasks to database tasks.
kennyj
2012-07-01
1
-8
/
+3
*
Remove unused responsibilities and add a few load definitions to engines
José Valim
2012-06-29
1
-1
/
+1
*
Fix wrong environment. env should be RAILS_ENV or test.
kennyj
2012-06-28
1
-1
/
+1
*
Move to db:structure namespace, because these methods are global.
kennyj
2012-06-26
1
-8
/
+9
*
Remove session_table_name method because this is global and used only once.
kennyj
2012-06-26
1
-5
/
+1
*
Add a description about ENV["SCOPE"]
kennyj
2012-06-26
1
-1
/
+1
*
Change the behavior of db:test:prepare task when schema_format is sql for con...
kennyj
2012-06-26
1
-1
/
+1
*
Change the behavior of db:test:clone task when schema_format is sql for consi...
kennyj
2012-06-26
1
-1
/
+11
*
Change an order of methods for readbility.
kennyj
2012-06-26
1
-7
/
+7
*
Refactor db:structure:load task.
kennyj
2012-06-21
1
-19
/
+2
*
Refactor db:structure:dump task.
kennyj
2012-06-20
1
-13
/
+3
*
Refactor db:charset task
Simon Jefford
2012-06-19
1
-14
/
+1
*
Merge pull request #6761 from freelancing-god/db-rake
Jon Leighton
2012-06-17
1
-156
/
+6
|
\
|
*
One line db:create/db:drop tasks.
Pat Allan
2012-06-17
1
-55
/
+4
|
*
db:drop and some of db:test:purge.
Pat Allan
2012-06-17
1
-42
/
+8
|
*
db:create for PostgreSQL pulled out into a class.
Pat Allan
2012-06-17
1
-32
/
+7
|
*
db:create for MySQL now much cleaner.
Pat Allan
2012-06-17
1
-30
/
+1
|
*
A beginning of sorts.
Pat Allan
2012-06-17
1
-12
/
+1
*
|
Adding `load_config` task as dependency.
Cairo Noleto
2012-06-16
1
-14
/
+14
*
|
Don't read csv file during executing db:fixtures:load.
kennyj
2012-06-17
1
-1
/
+1
|
/
*
Merge pull request #4132 from Juanmcuello/clone_structure
Aaron Patterson
2012-05-25
1
-0
/
+1
|
\
|
*
Reset postgreSQL search path in db:test:clone_structure.
Juan M. Cuello
2011-12-22
1
-0
/
+1
*
|
Merge pull request #5925 from Juanmcuello/pg_structure_dump
Carlos Antonio da Silva
2012-05-24
1
-2
/
+2
*
|
Fix GH #5435. db:structure:dump should be reenable.
kennyj
2012-03-17
1
-0
/
+1
*
|
Merge pull request #5162 from kennyj/schema_cache_dump
Aaron Patterson
2012-03-07
1
-0
/
+19
|
\
\
|
*
|
Add db:schema:cache:dump and db:schema:cache:clear tasks.
kennyj
2012-03-01
1
-0
/
+19
*
|
|
Merge pull request #5305 from arunagw/warning_fix
Vijay Dev
2012-03-07
1
-1
/
+1
|
\
\
\
|
*
|
|
warning fix : mismatched indentations at 'end' with 'case'
Arun Agrawal
2012-03-06
1
-1
/
+1
*
|
|
|
Clean up module docs [ci skip]
Vijay Dev
2012-03-07
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #4984 from raghunadhd/change_orderhash
Vijay Dev
2012-03-03
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Refactored code
Raghunadh
2012-02-10
1
-1
/
+1
*
|
|
Correctly print names of non-timestamped migrations with db:migrate:status
Peter Mitchell
2012-02-17
1
-2
/
+3
*
|
|
Always reenable _dump task in AR databases rake. Closes #5030
Carlos Antonio da Silva
2012-02-14
1
-1
/
+4
*
|
|
fixes rake db:test:prepare when using postgresql with sql db structure file a...
Sean Kirby
2012-02-01
1
-1
/
+1
|
/
/
*
|
fixes in api docs
Vijay Dev
2012-01-13
1
-1
/
+1
*
|
Rails::Plugin has gone
Santiago Pastorino
2012-01-03
1
-1
/
+1
*
|
Revert "This conditions is required to work with database create task. 1.9.2 ...
Arun Agrawal
2011-12-27
1
-2
/
+1
*
|
Reconnect to the first database after db:create
Tsutomu Kuroda
2011-12-23
1
-0
/
+1
|
/
*
Fix database tasks in test namespace.
Juan M. Cuello
2011-12-19
1
-9
/
+22
*
Revert "Merge pull request #4030 from Juanmcuello/database_tasks"
José Valim
2011-12-19
1
-20
/
+9
*
Fix database tasks in test namespace.
Juan M. Cuello
2011-12-19
1
-9
/
+20
*
fix a minor typo
Vijay Dev
2011-12-19
1
-1
/
+1
*
Update activerecord/lib/active_record/railties/databases.rake
José Valim
2011-12-18
1
-1
/
+1
*
Rename STRUCTURE to DB_STRUCTURE, update dump task description and add simple...
Dieter Komendera
2011-12-18
1
-3
/
+3
[next]