Yvan BARTHÉLEMY
Yvan BARTHÉLEMY
see also #269
It's an UNIX permission problem: `ls -al vendor/bundle/ruby/1.9.1/gems/nokogiri-plist-0.5.0/lib/core_ext/` gives `-rw--w---- 1 root root 91 Jan 30 13:03 string.rb` chmod it to 644 should fix it !
I do not see major drawbacks about using port 3000 in practice. It is already the default for Rails server. I do not think it cause any issue for the...
I had the following error on my development environment: ``` ** ERROR: directory is already being watched! ** Directory: ./vendor/cache/rails-6f9b01c056cd/activerecord/test/fixtures/all/admin is already being watched through: ./vendor/cache/rails-6f9b01c056cd/activerecord/test/fixtures/to_be_linked MORE INFO: https://github.com/guard/listen/wiki/Duplicate-directory-errors ```...
I'm not aware of such variables names. However, ˋsyntax-backgoround-color-addedˋ might be a good fit. We might also need to lighten and desature foreground colors as well to achieve a clean...
Thanks you very much for your investigation. Unfortunately I don't have much time to investigate now. However I found this stack question interesting. However it will require some time to...