January 2010
2 posts
3 tags
fluid for web development
i have been using fluid, the mac osx application for wrapping sites as their own webkit applications for a while, but only for beasts like gmail and google reader. then i realized, fluid makes a great sidekick for my new emacs driven development environment:
* it saves the previous session’s tabs, so you can preserve and separate your development from daily browsing. * you can give it a...
2 tags
hirb - irb on the good stuff →
more rails development means more time in the script/console and irb, but it can quickly become a headache with doing ugly things like returning activerecord objects. for that, hirb’s table view is a lifesaver. check out this example output =>
irb>> Tag.last
+-----+-------------------------+---------------+-----------+-----------+-------+
| id | created_at | name ...