starterkits/rails4-starterkit

Using gem 'schema_plus'

Closed this issue · 4 comments

using gem 'schema_plus' causes several problems while using gems like comfortable-mexican-sofa, ckeditor etc during migration. Is schema_plus really required ? It seems the functionality provided by it to easily add indexes etc is easier to implement then to debug the errors caused by it during migration.

schema_plus is not required but is used by a lot of projects. I agree that it should be removed and made optional. Feel free to submit a pull request if you've already done the work of removing it. Otherwise, I'll remove it when I get a chance.

Ok, I have already done the work of removing it.Will submit a pull request.

@krishvs any luck on removing schema_plus?

Closing issue but will happily reopen if anyone wants to submit a pull request.