Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add instructions for usage outside of Rails #22

Closed
wants to merge 1 commit into from

Conversation

falsetto
Copy link

@falsetto falsetto commented Mar 1, 2013

lib/multi_db/scheduler.rb causes a MethodNotFound error when multi_db is used outside of Rails. This is due to the fact that scheduler.rb uses the class method 'delegate' which is a core extension from active support.

This patch adds instructions to the README on how to pull in the necessary core extension from active support.

@falsetto
Copy link
Author

falsetto commented Mar 1, 2013

Woops! I missed the portion of the README that covers usage outside of Rails. Sorry about that. Closing this PR. May send another which has multi_db explicitly requiring the active_record core extension.

@falsetto falsetto closed this Mar 1, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant