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!