johnbintz / guard-rails

No longer maintained. Latest version is at https://github.com/ranmocy/guard-rails
35 stars 53 forks source link

it doesn't support rails 2.* #9

Closed tian-im closed 13 years ago

tian-im commented 13 years ago

will this be possible?

johnbintz commented 13 years ago

Sure it's possible, but I probably won't be able to get to it myself for a few weeks, as jasmine-headless-webkit is taking up all my OSS time at the moment. If you want to try adding it yourself, start by looking here:

https://github.com/johnbintz/guard-rails/blob/master/lib/guard/rails/runner.rb#L43

You'd either need to have a :rails2 option, or find some way to autodetect what version of Rails the current project is using.

tian-im commented 13 years ago

yep, sure, will do