Skip to content

Instantly share code, notes, and snippets.

@decioferreira
Created November 14, 2011 15:22
Show Gist options
  • Save decioferreira/1364160 to your computer and use it in GitHub Desktop.
Save decioferreira/1364160 to your computer and use it in GitHub Desktop.
reload rails console
$ rails console -h
Usage: console [environment] [options]
-s, --sandbox Rollback database modifications on exit.
--debugger Enable ruby-debugging for the console.
--irb DEPRECATED: Invoke `/your/choice/of/ruby script/rails console` instead
$ rails console
Loading development environment (Rails 3.1.0)
> reload!
Reloading...
=> true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment