Start Rails Console – Ruby on Rails

Just a quick post on the command to start the rails console:

chris@chris-VirtualBox:~/site$ rails console

Loading development environment (Rails 3.1.1)
irb(main):001:0>

Here’s the documentation, it provides a pretty good summary of all the commands you’re likely to need.

Leave a comment