Skip to content

Commit

Permalink
Remove OracleDatabaseTasks was deprecated, because this was provided …
Browse files Browse the repository at this point in the history
…by 3rd-party.
  • Loading branch information
kennyj committed Jun 5, 2013
1 parent 9c89b29 commit 42d0d18
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 139 deletions.
1 change: 0 additions & 1 deletion activerecord/lib/active_record/tasks/database_tasks.rb
Expand Up @@ -52,7 +52,6 @@ def register_task(pattern, task)

register_task(/firebird/, ActiveRecord::Tasks::FirebirdDatabaseTasks)
register_task(/sqlserver/, ActiveRecord::Tasks::SqlserverDatabaseTasks)
register_task(/(oci|oracle)/, ActiveRecord::Tasks::OracleDatabaseTasks)

def current_config(options = {})
options.reverse_merge! :env => env
Expand Down
45 changes: 0 additions & 45 deletions activerecord/lib/active_record/tasks/oracle_database_tasks.rb

This file was deleted.

93 changes: 0 additions & 93 deletions activerecord/test/cases/tasks/oracle_rake_test.rb

This file was deleted.

0 comments on commit 42d0d18

Please sign in to comment.