Rails, Firefox, Anime, Mac
Juan Lupión wrote in to inform me that he’s also translating my Living on the Edge (of Rails) series of blog posts to Español. Thanks Juan!
It’s another slow week (just 2 changes of note imho) after the release of the 1st Release Candidate (RC1) of Rails 2.1. Follow that link for installation instructions – though if you’re reading this blog post you probably don’t care! (because you’re, you know, “living on the edge”). Cheesiness aside, be sure to report any [...]
In: Ruby|Ruby on Rails
15 May 2008Some notes on setting up a gateway server for deploying via Capistrano that I couldn’t find at the source. You can specify the user you want to use to login to your gateway server like so: set :gateway, ‘deploy@deploy.example.com’. This logs in to your gateway server as the “deploy” user. You can specify an alternate [...]
This week’s report covers changes from 29 April 2008 to 4th May 2008 (the day the corresponding Rails Envy podcast was recorded). change_table for ActiveRecord migrations Thanks to Jeff Dean, who also blogged about the new change_table feature in ActiveRecord migrations, you can now change a table with a block like so: change_table :videos do [...]
It looks like Cyril Mougel has translated my 2 latest posts to French: LotE #17 and #18. Thanks Cyril!