Skip to content

Instantly share code, notes, and snippets.

@maxsum-corin
Created June 10, 2011 06:29
Show Gist options
  • Save maxsum-corin/1018325 to your computer and use it in GitHub Desktop.
Save maxsum-corin/1018325 to your computer and use it in GitHub Desktop.
Start Rails server from Rails console
require 'rails/commands/server'; server=Rails::Server.new;
Thread.new{server.start}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment