Use IRB to load rails application into console
Rails Console is useful for loading Rails Application into your console also known as IRB. You can exit from IRB by entering exit command line and exist back out of IRB console.
Useful link: http://edgeguides.rubyonrails.org/command_line.html