You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

ALL HOW TOs




runs as irb with rails environment loaded (loads dev environment by default)

$ rails console               # IRB with dev environment
$ rails console test          # IRB with test environment
$ rails console production    # IRB with production environment  (BE CAREFUL)
$ rails c                     # same as rails console


  • No labels