Like some already said, learn ruby first.
For this here some good resources:

- Learn to Program - If you are beginning in the programming world.
http://pine.fm/LearnToProgram/ (free html)
http://pragprog.com/titles/fr_ltp/learn-to-program (improved comercial
book)

- Try Ruby! - Practical online tutorial.
http://tryruby.hobix.com/

- Programming Ruby (aka The Pickaxe book) - If you really wanna get
into after the first steps.
http://pragprog.com/titles/ruby3/programming-ruby-1-9

- Official Ruby Site - More resources. Look for mailing lists and irc
channels too.
http://ruby-lang.org

After this you can get into the ruby webdev land through the Sinatra
microframework (http://sinatra.rubyforge.org/) just before dive into
Rails. Found that using Sinatra is great to learning more and
exercising my ruby and web knowledge...and it's also a great framework
for really simple apps.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to