Add `racksh` info to console script
Closed this issue · 0 comments
bnadlerjr commented
FileUtils.chdir APP_ROOT do
puts '== Starting application console =='
puts 'Console supports racksh. A `$rack` global variable is provided for'
puts "making simulated requests (i.e. `$rack.get '/'`)."
puts "\nSee the racksh gem for more details."
puts "https://github.com/sickill/racksh\n\n"
system! 'bundle exec racksh'
end