Ask HN: learning Ruby/Rails
1–10 of 16 posts
Re: Ask HN: learning Ruby/Rails
#2Also, Sinatra (http://www.sinatrarb.com/)
Re: Ask HN: learning Ruby/Rails
#3http://rubyonrails.org/screencasts
http://www.workingwithrails.com/
http://blog.envylabs.com/2010/12/rails-3-cheat-sheets/
http://stackoverflow.com/questions/55574/learning-ruby-on-ra...
http://railstips.org/blog/archives/2010/10/14/stop-googling/
Re: Ask HN: learning Ruby/Rails
#4Re: Ask HN: learning Ruby/Rails
#5Basically, it presents you with a battery of broken tests. Your goal is to reach enlightenment by fixing them. The first ones are simple to fix and teach you simple concepts as you do so. As you go, complexity increases.
It's a great tool for someone new to Ruby and Rails as you will want a solid understanding of the language if you will be using a framework on which the language is based. Plus, it reinforces how automated testing can be a valuable tool.
Re: Ask HN: learning Ruby/Rails
#6I digress-I have a basic, I mean real basic question-what is a recommended environment to start coding ruby projects? I use XAMPP and Aptana for my front end coding (CSS/HTML) and then render in browser. How do I do replicate that work flow with Ruby source (and integrate it with my front-end code)?
Lame, I know. But hey stupid questions are the one's you don't ask.
UPDATE: rubykoans answered my editor question. Ruby resources still appreciated!
Re: Ask HN: learning Ruby/Rails
#7Ruby Koans is a great tool for learning Ruby in general as well as its quirks and differences with other languages. http://rubykoans.com/ Basically, it presents you with a battery of broken tests. Your goal is to reach enlightenment by fixing them. The first ones are simple to fix and teach you simple concepts as you do so. As you go, complexity increases. It's a great tool for someone new to Ruby and Rails as you wi…
Re: Ask HN: learning Ruby/Rails
#8Re: Ask HN: learning Ruby/Rails
#9Re: Ask HN: learning Ruby/Rails
#10EDIT: Forgot that I first started with http://tryruby.org/