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
{{ message }}
This repository was archived by the owner on Nov 9, 2017. It is now read-only.
Post must respond to #dump_replicant (NoMethodError)
Does this mean replicate is somehow not being required? However, I am definitely requiring replicate in my config/environment
# Load the rails applicationrequireFile.expand_path('../application',__FILE__)require'replicate'# Initialize the rails applicationTestApp::Application.initialize!
I'm running into issues using a dump script on ActiveRecord objects within a Rails application. Here is my dump script
config/replicate/dump.rbRunning
replicate -d config/replicate/dump.rb > test.dumpgives the error
Does this mean
replicateis somehow not being required? However, I am definitely requiringreplicatein myconfig/environmentWhat's strange is that this works fine.