brightin / brightcontent

BrightContent, yet another cms / admin panel for Rails
brightin.nl
MIT License
12 stars 13 forks source link

Remove dependency on simple_form #49

Closed jvdp closed 8 years ago

jvdp commented 8 years ago

simple_form is currently preventing Rails 5 from being supported: https://github.com/plataformatec/simple_form/issues/1395

By getting rid the dependency, and using regular form fields or some simple helpers of our own, we could support Rails 5.

(It would also be nice to get rid of the global simple_form config that affects projects that use Brightcontent, should they also use simple_form: initializers/simple_form.rb and initializers/simple_form_bootstrap.rb.)

jvdp commented 8 years ago

Seems that this is not as severe as I thought: #50