Monthly Archives: July 2007

Signalling on Rails: Tips on Exception Notifier

When you are developing rails apps and you are hacking your way around, it is fine to get a bunch of errors and screen dump of what went wrong. However, when you start deploying it and want to convince users … Continue reading

Posted in rails, Technology | Leave a comment

Planting Trees: using railstree plugin in Ruby on Rails

I was looking for a quick way to build a hierarchical navigation tool in Ruby on Rails. There are good examples to build your own tree in Ruby when you use acts_as_tree and Single Table Inheritance etc., but nothing very … Continue reading

Posted in Technology | 3 Comments