controller
ActiveScaffold: How to get started

When I took a first peek at ActiveScaffold, I had no idea into how much trouble I’d run before creating beautiful AND working backends for my applications. I had LOTS of research to do to get around some rather nasty issues and I want to provide you with some info on how to get stuff [...]

Share this on:
  • Print
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Add to favorites
  • email
  • MisterWong
  • MySpace
  • Reddit
  • RSS
  • Yahoo! Bookmarks
Read More
Posted on 2nd November 20092 Comments
Creating nice diagrams of your Rails apps

Using the plugin railroad, you can create dot diagrams (look it up here) for your applications. I do this quite often to get the whole model or controller scheme more transparent and show off the complexity of the app to the customer (yes yes, it’s so damn impressive ^^).
How to get it:
sudo gem install railroad [...]

Share this on:
  • Print
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Add to favorites
  • email
  • MisterWong
  • MySpace
  • Reddit
  • RSS
  • Yahoo! Bookmarks
Read More
Posted on 30th October 2009No Comments