Here are sites and resources that I have found to be helpful, what you find here should be fairly current.

Getting Started with Ruby:

Getting Started with Rails:

Tools:

  • Textmate – a popular editor for OS X.
  • Git – an easy to use version control system.

Deploy Server:

  • Linode – an inexpensive option for hosting your application. You have to have some experience administering your own server, or not be afraid to dive in. Their user forums and FAQs are helpful and very user-friendly.
  • Apache Web Server
  • Phusion Passenger – mod_rails for deploying your application.
  • MySQL
  • GitHub – a place to host your Git repositories with free and paid options available.

Information on Specific Gems:

 

Comments are closed.