You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ror_ec...@googlegroups.com
Remove nifty generators and try again...
Nifty gen is only for development. I'll remove by default. I'm not sure why but this is the second time in a week that someone has had trouble
Dave
Ravindar Gujral
unread,
Aug 9, 2012, 11:18:45 AM8/9/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ror_ec...@googlegroups.com
Hi David,
I fixed it. It seems there is some dependency with rails. if you do a bundle install things seems to go into a circular dependency mode. So what I did was to comment out everything in the Gemfile except rails, do a bundle install to install rails and then uncomment everything and then bundle install worked fine. At first my hunch was nifty generator as well but that is not the issue, at least in my case.