You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ActiveRecord Shards overrides a handful of db related rake tasks. Would it be a problem if I implemented overriding schema load and structure load?
Related to that question is how ActiveRecord Shards currently calls the original rake tasks, previous to #38 ActiveRecord Shards used to call directly to ActiveRecord::Tasks::DatabaseTasks but now calls to connections. What caused this change?
While trying to implement schema and structure load I want to use ActiveRecord::Tasks::DatabaseTasks if that makes since.
The text was updated successfully, but these errors were encountered:
ActiveRecord Shards overrides a handful of db related rake tasks. Would it be a problem if I implemented overriding schema load and structure load?
Related to that question is how ActiveRecord Shards currently calls the original rake tasks, previous to #38 ActiveRecord Shards used to call directly to
ActiveRecord::Tasks::DatabaseTasks
but now calls to connections. What caused this change?While trying to implement schema and structure load I want to use
ActiveRecord::Tasks::DatabaseTasks
if that makes since.The text was updated successfully, but these errors were encountered: