Hi Radhesh,
I had the same problem. This is how I got it fixed:
* first, just in case, upgrade to rails 3.0.5 (as root):
- gem update
- gem update --system
* as root (not sure this is necessary, but it installed a missing
gem):
- gem install dynamic_form
Then in my rails application I reinstalled the bundle (bundle install)
and after that "plugin" option started to show in rails and
rails plugin install git://github.com/rails/dynamic_form.git
was successful.
Best regards,
Kristjan
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
No comments:
Post a Comment