Hi
> I am on Ubuntu 12.10, I have added: gem 'rb-readline' to Gemfile and run 'bundle' but I still need to run 'guard'.
Bundle is the command to install all gem dependencies. You need to run Guard with
bundle exec guard
as described in the README.
> I have not understood, why readline support makes me have not to run 'guard' every time?
On Ubuntu your fine. I just assumed your on OS X because it was a typical description for that problem.
I'm very sorry, but I've lately some problems with correctly guessing other users environment and configuration ;)
This is the development mailing list for Guard and Plugin devs. For general question about the usage of Guard you should go to Stackoverflow. If you want people to help you it's a good idea to provide as much information as possible about your environment and your Guard configuration. We provide some guideline at
https://github.com/guard/guard/blob/master/CONTRIBUTING.md
Michael