Running Your Rails App Headless (Tue Apr 04, 2006) [/Rails] # If you've ever wanted to poke and prod your Rails app through the entire stack without firing up a web browser, Rails 1.1 just made it easy. You can now use the app object from within script/console to get access to the ActionController::Integration::Session instance. And that means you can drive your app just like an integration test.