Skip to content
This repository has been archived by the owner on Feb 7, 2020. It is now read-only.

Debugging, Inspecting and Profiling

botanicus edited this page Sep 13, 2010 · 6 revisions

This page is up to date for Rango 0.2.

Interactive Session

When you run ./init.rb -i, you get IRB session with loaded environment include config.ru (so you can use Project.router etc). If you have racksh installed, it will be used, otherwise it just start IRB.

Racksh provides $rack variable which allows you to make simulated HTTP requests to your app (example: $rack.get("/")) and you can also have your custom .rackshrc.

Links

- Hijack
- Live Console

Clone this wiki locally