I have Foreman set up for Heroku, but didn't think of using it in my development environment. Is there a way to see the usual rails server logs? That's the only thing keeping me from switching my s alias from rails server to foreman start. Any ideas?
I have Foreman set up for Heroku, but didn't think of using it in my development environment. Is there a way to see the usual
rails server
logs? That's the only thing keeping me from switching mys
alias fromrails server
toforeman start
. Any ideas?