Have you tried using cygwin? With cygwin, you can have a bash shell on
your windows box and a slew of other excellent commands (like grep and
tail), too.
Have you tried using cygwin? With cygwin, you can have a bash shell on
your windows box and a slew of other excellent commands (like grep and
tail), too.
True, but I strive for Windows-only solutions as much as I can.
True, but I strive for Windows-only solutions as much as I can.
Admirable. But the DOS shell sucks. Think of cygwin as augmenting the
capabilities of windows rather than replacing them. You can access your
entire windows filesystem through cygwin - I’m not suggesting that you
run rails in cygwin.
Otherwise, I’d google for “tail for windows” and use that to tail your
development log. Hacking ActiveRecord to output log information to two
places (it’s already putting it in development.log) seems. . .
inelegant.
-DJCP
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.