-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A few things I would like to improve #18
Comments
Regarding 1: 2: The regex route was taken for the sake of getting something up and running quickly. I haven't explored the option of using Bundler's API but I would like to hear more about the benefits and how an implementation might look. I checked out your fork but I didn't see any commits on top of mine. Maybe they haven't been pushed yet. 3: Implementing groups was something that we (other contributors and I) were exploring and would definitely like to add. Thanks for the suggestions. I spend most of my time in Node these days but I would be happy to review any pull requests for the features that you have suggested. |
Regarding |
Sorry I hadn't pushed my branch yet. There's still artifacts of the grep approach but using the Bundler API seems to be working. https://github.com/Eleo/gemrat/tree/features/dick_tracy I have no idea why I named the branch that. |
Thanks. Gave it a once over, going to need some more time to review things. On Fri, Aug 30, 2013 at 11:13 AM, Elliott Mason [email protected]:
Dru Riley |
can't wait to see groups option implemented |
Would love the groups option to be added. |
Doesn't look like it, but is the groups option a thing yet? |
gemrat guard --group development
. I would really like for this to be able to throw the gem in agroup :development do
block as opposed togem 'guard', group: :development
, although I'm not sure how easy this would be.Thoughts?
The text was updated successfully, but these errors were encountered: