lt-ruby
lt-ruby copied to clipboard
Rails server
Spawning up a rails server directly from lighttable could be super handy.
2 ways I can think of to approach it. We could either add a new connection type that spawns the server directly, or add an option to start up the rails server when you load the repl.
I'm leaning towards the former. There would probably need to be a runner process around the rails server process to talk to lighttable. Then the server could also be shutdown from LT, for instance.
Could even come with it's own browser tab!