ColinDabritz / rails_lab_coat

Tools for doing rails science! (and cleaning up after yourself)
2 stars 2 forks source link

watchr gem is broken #4

Open ColinDabritz opened 11 years ago

ColinDabritz commented 11 years ago

log into final machine, go to koans, run the watchr. it breaks.

The current version tries to install the gem via puppet. This is apparently a bad plan. Maybe try to install gems with --gems flag for rvm? (can install sinatra too perhaps)

Edit: After moving the gem install to the rails installer, it appears to go better. Watchr works, but it gives an error. This still needs investigated.