Open petervandenabeele opened 11 years ago
With ref to
https://github.com/openminds/openminds_deploy/blob/master/lib/openminds_deploy/defaults.rb#L37
This is called on an initial cap deploy even for a project that does not use ActiveRecord.
cap deploy
I suggest to add a check for the presence of ActiveRecord.
The work around I used for now is this:
With ref to
https://github.com/openminds/openminds_deploy/blob/master/lib/openminds_deploy/defaults.rb#L37
This is called on an initial
cap deploy
even for a project that does not use ActiveRecord.I suggest to add a check for the presence of ActiveRecord.
The work around I used for now is this:
NOTE override the needs_migrations that is in the openminds_deploy gem
it should check for the activation of ActiveRecord (and do nothing
if ActiveRecord is not activated)
do nothing, on purpose