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

Installation failure (missing add_migrations_directory_to_source_root) #4

Open
kitebuggy opened this issue Nov 21, 2013 · 0 comments
Open

Comments

@kitebuggy
Copy link

The latest version of this gem fails to install when used in combination with current version of BCMS, with the following error:

"Could not find "../bcms_event.seeds.rb" in any of your source paths. Please invoke BcmsEvent::InstallGenerator.source_root(PATH) with the PATH containing your templates. Your current source paths are: ..."

Fix is to add the following line in install_generator.rb, just after the class definition:

add_migrations_directory_to_source_root __ FILE __

(remove the space before and after FILE, so that the two pairs of underscores either side are directly connected)

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

No branches or pull requests

1 participant