- Prepare a deployment for a RailsHoster shared hosting.
- Be prepared to at RailsHoster vps deployments later.
- Solve database.yml issue – mysql or mysql2. Decide using bundler?
- Check capistrano return status when deploying with railshoster deploy.
- Mailer configuration – for railshoter shared hosting
- Mailer configuration – for railshoster vps
- Multistage Deployments – Deploy an app to a shared hosting (e.g. dev) and to a VPS (production).
- Railshoster::InitCommand – Check wether it is possible to replace “system” call with a pure ruby version possibly by using the capistrano gem directly via ruby. See branch “run_cap_task_from_ruby-2011-11-08” for a try on how to do it.
- Test bin/railshoster
- railshoster deploy should check capistrano’s exit status and respond to that in case of a failure.