PDA

View Full Version : Ruby on Rails what a head ache



hoboy
September 3rd, 2010, 05:23 PM
nmmmmm I tough that I could just start to learn Ruby on rails..
I have great experience of teaching myself python without lots of troubles.
what are you guys experiences ?

dv3500ea
September 3rd, 2010, 09:31 PM
I would advise learning ruby (the language) first and once you are comfortable with it, learn rails (the web platform). I've never used rails but I program a lot in ruby, which I find makes me very productive.

bruparel
September 3rd, 2010, 10:09 PM
try this:
http://railstutorial.org/

hanniph
September 3rd, 2010, 10:50 PM
Learn ruby before rails. It will be much easier to grasp rails later.

The other thing you can do is to learn TDD practice alongside Rails. Ruby community has some really awesome tools for TDD, like RSpec, that will make your Rails experience even better.

P.S. http://guides.rubyonrails.org/ - great resource as well.

tgalati4
September 4th, 2010, 12:59 AM
I found that Tracks is a helpful open-source application for learning ruby on rails:

http://getontracks.org

Search the Tracks forums for tutorials for setting up a ruby development environment on Ubuntu.

Once Tracks is installed, you have a large code base to play with.

juancarlospaco
September 4th, 2010, 01:13 AM
Use Python to make Webs too...
:)