koyz
koyz

Reputation: 154

dynamic_form gem causes console not to load. Rails 4

I installed 'dynamic_form' gem in my rails 4.1.4 app. When I tried to run console (bundle exec rails console) I get the error below:

$ bundle exec rails console
Could not find dynamic_form-1.1.4 in any of the sources
Run `bundle install` to install missing gems.

But when I run server (bundle exec rails server) seems to work just fine.
Anyone else encountered this issue? thanks!

Upvotes: 0

Views: 454

Answers (1)

Ege Ersoz
Ege Ersoz

Reputation: 6571

If you're talking about this gem, it looks to be significantly outdated. I doubt it has official Rails 4 support. Someone actually submitted an issue asking if Rails 4 support will be added.

Consider using another form gem - there are plenty.

Upvotes: 0

Related Questions