Hacker News new | ask | show | jobs
by m912 5716 days ago
I'm a designer/front end developer with no idea where to start learning Ruby/Rails. Would you be able to give any insight on that?
2 comments

I find the best way to start learning something new is to identify a fun but simple project that has options for expansion, and start working on it. You want the project to be one that is simple enough to not get discouraged quickly, but that is flexible enough to continue with as you get more proficient.

The reason I say find a project like this, is because if you don't have actual problems to solve, you won't know what to read about. You can read about rails routing all you want, but until you have a reason to use rails routing in any sort of complex way (resourceful nested routes, like a user has many photos => /users/1/photos) you can't really do anything with it.

Once you have a project and have questions, this is a great way to get help, however, without a project we are all flying in the dark with you :)