Quick and Dirty Guide to your 1st Rails app – Part #1
For all of you who want to take a peek at creating a Ruby on Rails application and need a quick start, this post is designed to aid you in getting to know RoR. I will post follow-ups to this to make this first application better and better and to incorporate more complex functionality in [...]
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 [...]
