ranmocy / guard-rails

Guard-Rails is watching on your development servers as you wish!
http://ranmocy.github.com/guard-rails
MIT License
137 stars 25 forks source link

Spring integration #23

Closed CyborgMaster closed 10 years ago

CyborgMaster commented 10 years ago

This is a feature request. I would love to see spring integration. It's similar to the Zeus support that you already have, but spring is newer and is directly part of the rails ecosystem (the github repo is owned by 'rails').

ranmocy commented 10 years ago

Greet thing. I'll try to add a switch for it. Seems that just need to add spring before the original rails command.

ranmocy commented 10 years ago

Wait. According to the doc, spring doesn't support rails server subcommand?

CyborgMaster commented 10 years ago

hmmm... Looks like you are completely right. I was hoping for the use case of having guard-rails running improve my rake routes runtime, but that would have to be implemented on their side first. There is a discussion about doing it here, but it doesn't seem to be gaining traction. In any case, I'm closing this issue until/if spring implements the server command.

Thanks for being so willing to add it, sorry that I didn't check my facts first.

ranmocy commented 10 years ago

Discussions are always welcomed~

alyssais commented 7 years ago

spring rails server seems to work for me now (Rails 5.0.1)