Tag: tools

Capistrano Variables

Capistrano Variables While reading through Capistrano’s code I’ve come across many the variables used to configure deploy.rb. So I don’t forget them when I need them, I’ll document them here: application – required repository – required scm – defaults to :subversion deploy_via – defaults to :checkout revision – defaults to the latest head version rails_env …

Read more

Rails Plugin Reloading with Passenger

I use passenger in development now. Having all of my applications ready to launch at any time makes it easier to test cross application integrations. One problem with passenger is that even in development mode, Rails plugins are cached from request to request. This means if you edit a plugin, you won’t see the changes …

Read more

Tracking My Annual Goals

Having a long term plan helps measure progress towards your goals. I’ve used a simple spreadsheet for two years now to track my annual business goals and it’s helped me grow and accomplish things I never thought I could do. I was planning my 2010 goals and thought I would share the spreadsheet so it …

Read more