Cezary Baginski
Cezary Baginski
See https://github.com/imathis/guard-jekyll-plus/pull/46 for details.
- use new Travis containers - remove Ruby 1.9.3
Basically, by requiring this file here: https://github.com/imathis/guard-jekyll-plus/blob/master/lib/guard/jekyll_plus/templates/Guardfile#L1 , the Guard::JekyllPlus class becomes defined (so Guard doesn't autoload it). The result is: Guard::JekyllPlus doesn't have the run_\* methods, so Guard does...
Depends on server config used. Workaround: using Guard groups and running LiveReload from a separate guard instance (e.g. `bundle exec guard -g livereload`, given LiveReload has it's own group). Probable...
``` ruby IO.popen("html2slim", 'r+') do |io| io.write "" io.close_write puts io.read end ``` Crashes with: ``` /home/me/.rvm/gems/ruby-2.2.0/gems/hpricot-0.8.6/lib/hpricot/parse.rb:33: [BUG] Segmentation fault at 0x00000000000008 ruby 2.2.0p0 (2014-12-25 revision 49005) [x86_64-linux] -- Control...
If RubyDep detects an outdated/buggy version of Ruby, it could also who links to changelogs or ruby-lang.org posts with information about the given next release. (Next version above what the...
Scenario: 1. User has e.g. OSX 10.10 with outdated Ruby 2.0.0 2. RubyDep shows warning about outdated Ruby, suggests versions to migrate to and ... 3. ... shows links to...
inploy.rake: begin require "config/deploy.rb" rescue Exception end Shouldn't it catch ENOENT specifically? Thanks.
> Inploy => git submodule update --init > You need to run this command from the toplevel of the working tree. My repo is something like: /my_repo_root/my_www_app I run rake:local:update...