Nenad
Nenad
Yes, but this is just a simplified example. First option is better but it just looks weird when followed by "end" of method.
I have similar experience but with `.irbrc` in the current directory being ignored. I've discovered that RVM sets the `ENV['IRBRC'] = "~/.rvm/rubies/ruby-VERSION/.irbrc"` which takes precedence and ignores any other irbrc...
I am not sure, but since `listen` gem is in Gemfile, I'm guessing it uses `Spring::Watcher::Listen`. I thought it works on only loaded files, but it restarts every time I...
Yes, your test passes. Problem is that `svn up`, in most cases, doesn't do anything to the loaded files. Most of the time, there are no changes, so it only...
Not being lazy (surprisingly :) ) I've manually `touch`ed every one of these folders, followed by `spring rails console`. It didn't restart. But after `svn up`, without any updates from...
I believe that I have managed to debug the problem. @rjackson You are right, it seems that it gets reloaded because `config/initializers/.svn/lock` file is created. That file is deleted when...