Skip navigation

Monthly Archives: July 2011

A good and simple overview of how initialization and configuration works, in detail, for Rails apps.

http://www.sekuda.com/rails_initialization_and_configuration_order

Install the Beautifier bundle.

Here are some other useful bundles for working on Ruby in TextMate.

Add/Modify .ssh/config and add this entry:


Host ec2
Hostname ec2-x-x-x-x.compute-x.amazonaws.com
User ubuntu
IdentityFile /your/path/to/id/file

Then you can simply log into your machine by typing:


ssh ec2

instead of giving the complete path to your machine and identity file each time.

.. and integrated into the ActiveRecord gem no less!

http://blog.envylabs.com/2009/08/the-rails-state-machine/

Follow

Get every new post delivered to your Inbox.