Closed flyingboy007 closed 8 years ago
Did you follow the instructions to fix bin/rails
as listed in the warning?
No I havent tried it.. I thought it was a bug and ignored as I dont know exactly what that commands does.. Is it ok to follow that procedure?
Yes, it is exactly what you need to do in order to set up the bin
directory of Rails 4 properly.
it worked..Thanks.. Any particular reason why it wont work like that by default??
Bundler and Rails have historically gone back and forth with sometimes conflicting prescriptions for the bin
directory, so it depends on the age of your project and your tools. Nowadays with a fresh install and the latest gems, it should be set up the right way by default when you run rails new
. Older projects need to be migrated like you just did.
mine is a fresh project I setup few days back..maybe some other conflicts in my system..Anyway thank you for your time..
running rails command showing this annoying warning after setting up capistrano.
Everything works fine as of now. But is it something to worry about? I found that its been reported before and I tried to resolve it as recoommended in this post..issue link
But is not working in my case..
the gems I use are
Am I doing something wrong here or is it safe to ignore?