racksh aka Rack::Shell - a console for any Rack based app
racksh aka Rack::Shell is a console for Rack based ruby web applications. It’s like Rails’ script/console or Merb’s merb -i, but for any app built on Rack. You can use it to load application environment for Rails, Merb, Sinatra, Camping, Ramaze or your own framework provided there is config.ru file in app’s root directory.
Post a comment