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 [...]
Read MoreCreating 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 [...]
