Apple makes it sound very easy.
When it comes to deploying the code to the production server, and re-deploying your application with each new release, you’re in for a treat. Capistrano (formerly SwitchTower) is an automated deployment utility that makes deploying Rails applications a breeze. To summarize, after installing Capistrano, deploying a new version of your application to one or more deployment machines is as simple as typing
$ rake deployIf there’s a problem with that version, you can easily roll back to the previous version by typing
$ rake rollbackWhen you run a SwitchTower task such as deploy or rollback, it’s run in parallel (and atomically) on all machines that are assigned to that task in the Capistrano recipe file. Think about that: As the number of machines and processes in your deployment environment increases, your deployment procedure remains constant at a single command.
Textmate looks intriguing, too.
- iPhone Ad Hoc Distribution
- Ruby on Rails isn’t backed by a company
- 100% CPU Usage
- Browser cache is confusing
- Blogging on the Metrolink
- Successfully Transferred Google Desktop Search Index
- wininet.dll was not found
- USC RHP application
- ooVoo not supported on this architecture
- Free File Host
» Brain Tuner Premium in the iTunes App Store
» ooVoo not supported on this architecture
» Google Presentation at USC
» #2 in the iTunes App Store


