starterkits / rails4-starterkit

Rails 4.1 starter app with production ready performance, security, and authentication.
MIT License
388 stars 103 forks source link

Using gem 'schema_plus' #10

Closed krishvs closed 10 years ago

krishvs commented 10 years ago

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.

simple10 commented 10 years ago

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.

krishvs commented 10 years ago

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

simple10 commented 10 years ago

@krishvs any luck on removing schema_plus?

simple10 commented 10 years ago

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