Skip to content

10 must have Ruby on Rails resources

If you follow my site you’ll know that I’ve recently been learning Ruby on Rails for developing websites/applications, The Big Word Project being my first deployed application using it. I thought I’d share some of the most useful resources that I found extremely helpful.

Forums

1. Rails Forum – Very helpful community. Ask a question and get it answered in no time

Rails Forum

2. Ruby Forum – Same goes for this forum. If you’re stuck a simple search should find the solution here

Ruby Forum

Books

3. Agile Web Development with Rails – Great book for beginners

Agile Web Development

Blogs/Podcasts

4. Railscasts – Clear simple podcasts from Ryan Bates

Rails Casts

5. Ruby Inside – Regularly updated blog with a tonne of resources

Ruby Inside

6. Ruby on Rails Plugins – A lot of the functions you want to do have already been done and saved as plugins. Why re-invent the wheel?

Plugins

7. Rails Envy – Interesting blog, podcasts and impressive portfolio from these guys

Rails Envy

8. Rails 2.0 Step by Step – A few things changed with the release of Rails 2.0 in December. This will save you a lot of head banging if you’re just starting to learn RoR

Rails 2

Headquarters

9. Official Ruby on Rails homepage – Download and read up on this great framework

Official

10. Rails API – Useful for looking up code

Rails API

Let me know if there’s anymore that are worth looking at; I still consider myself a noob when it comes to RoR and could do with a lot more training and resources.

Want to read more?

    None related articles found

Psst! We're hiring an Interaction Designer at Kareo. Click here if interested.

Photo of Lee Munroe

Written by Lee Munroe.

Follow @leemunroe on Twitter for more articles on UX design.


6 Appreciated Comments

Add your comment

  1. shiningthrough says:

    You’ve seen the light! How long before you migrate your blog to rails?

  2. lee says:

    @shiningthrough
    Hmm, don’t know about that just yet. I love the handiness of WordPress. Although as DHH shows us it wouldn’t take much effort to develop a simple blog in rails.

  3. Johnny says:

    Hi Lee!
    Is it easier than php? I fancy a dabble with it.

    The Cardiff Geeks group I belong to are trying to start a little ROR sub group and I will try and fish some ROR links for you. The only one I can remember off hand is
    Heroku.com

    Cheers
    J

  4. lee says:

    @Johnny
    I’d say there’s less actual programming required on your part, although it did take me a while to get my head around the MVC framework.

    Just checked out Heroku – fantastic! Had a quick dabble around and it looks great, you can easily build rails apps through their site. Definitely worth trying out for beginners.

  5. Johnny says:

    Hmm that guy in the screen cast has such an annoying voice :-)

  6. Jason Green says:

    Nice post!