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
If a user creates a curate_app and is stored in a git repository. When the user installs that application and runs:
$ rails generate curate
generator overwrites app/controllers/application_controller.rb with a second "include Blacklight::Controller" and overwrites config/routes.rb with duplicate "root 'catalog#index'" and 'curate_for'.
Generator should either check if statements or routes already exist or ask user permission to overwrite existing application_controller.rb and config/routes.rb.
Generator will overwrite files using --skip option:
$ rails generate curate --skip
The text was updated successfully, but these errors were encountered:
If a user creates a curate_app and is stored in a git repository. When the user installs that application and runs:
generator overwrites app/controllers/application_controller.rb with a second "include Blacklight::Controller" and overwrites config/routes.rb with duplicate "root 'catalog#index'" and 'curate_for'.
Generator should either check if statements or routes already exist or ask user permission to overwrite existing application_controller.rb and config/routes.rb.
Generator will overwrite files using --skip option:
The text was updated successfully, but these errors were encountered: