Archive of articles classified as' "Ruby"

Back home

stage deployment with capistrano and passenger

14/03/2009

I’m still looking around for a stage deployment setup with Capistrano.
Here are few ideas/links I found useful.

Update:
It turned out this is pretty simple with the capistrano-ext gem:

http://weblog.jamisbuck.org/2007/7/23/capistrano-multistage

set :default_stage, "development"
set :stages, %w(production testing development)
require 'capistrano/ext/multistage'
No Comments

heroku

19/02/2008

http://heroku.com/ – awesome work…

No Comments

Rails 1.1.2 + Apache2 + FCGI on Windows XP

11/04/2006

Setting up Rails on Windows can be pain in the butt. I spent couple hours reading posts and changing Apache and Rails configuration and finally I found WARR.

Just follow directions from this post and don’t forget to add:

LoadModule rewrite_module modules/mod_rewrite.so

to your httpd.conf file.
I had some problems after all but I created new project and everything works great!

ROR

No Comments

ruby way huh?

30/03/2006

Ruby is beautiful and very powerful. In order to start using it you have to understand how some things work. What was new for me are :symbols and blocks. Metaprogramming is also something to be aware of.

No Comments

Got 15 minutes?

28/03/2006

Give Ruby a shot right now!

No Comments

foxes without legs, elfs, cats and others

28/03/2006

Tonight I found awesome book. Just take a look…

No Comments