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
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:
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)
The text was updated successfully, but these errors were encountered: