New to Rails 3? Check out the Ruby on Rails 3 Tutorial book and screencast.

A book and screencast series showing you how to develop and deploy industrial-strength Rails apps in a direct, step by step way. The screencast series includes 12 lessons over more than 15 hours! Get the best "over the shoulder" experience of following what a top Rails 3 developer does when building an app today. Click here to learn more.

Kawaii - Get Your App's script/console On The Web

In Tools

As the developers say, Kawaii is "a script/console that runs in your Web browser." Essentially, it lets you debug your app and play around with the data in your database in real-time from afar. Unlike script/console, however, Kawaii cleverly formats ActiveRecord responses (such as database objects) into an easy to read table. It also supports multiple tabs, allowing for several trains of thought to continue simultaneously.

Kawaii is open source and available on Github.

Post to Twitter Tweet This Post

Vaguely Related Posts (Usually)

One Comment Response to “Kawaii - Get Your App's script/console On The Web”

  1. #1
    Kiran Says:

    Thanks, will try it out today.

Leave a Reply