New to Ruby? Tips for the new Rubyist.
jasimabasheer.com
New to Ruby? Tips for the new Rubyist.
1–10 of 65 posts
Re: New to Ruby? Tips for the new Rubyist.
#2Re: New to Ruby? Tips for the new Rubyist.
#3Re: New to Ruby? Tips for the new Rubyist.
#4Re: New to Ruby? Tips for the new Rubyist.
#5I would like to get some advice from experienced Ruby hackers. Currently I am picking up Ruby through rails, which I am assuming is fairly common. I want to know the downsides to this and what people did to supplement their ruby knowledge beyond Rails. I eventually would like to write my own gems, contribute to open source, and so forth. I am absolutely not satisfied with just consuming Rails.
Re: New to Ruby? Tips for the new Rubyist.
#6`while true` usually does it for me.
Re: New to Ruby? Tips for the new Rubyist.
#7I would like to get some advice from experienced Ruby hackers. Currently I am picking up Ruby through rails, which I am assuming is fairly common. I want to know the downsides to this and what people did to supplement their ruby knowledge beyond Rails. I eventually would like to write my own gems, contribute to open source, and so forth. I am absolutely not satisfied with just consuming Rails.
Re: New to Ruby? Tips for the new Rubyist.
#8I would like to get some advice from experienced Ruby hackers. Currently I am picking up Ruby through rails, which I am assuming is fairly common. I want to know the downsides to this and what people did to supplement their ruby knowledge beyond Rails. I eventually would like to write my own gems, contribute to open source, and so forth. I am absolutely not satisfied with just consuming Rails.
Re: New to Ruby? Tips for the new Rubyist.
#9I finally pushed through but I suspect just getting things running is a big enough PITA to deter new people from participating in Ruby land. Even if Hannson says it's a myth.
Re: New to Ruby? Tips for the new Rubyist.
#10I would like to get some advice from experienced Ruby hackers. Currently I am picking up Ruby through rails, which I am assuming is fairly common. I want to know the downsides to this and what people did to supplement their ruby knowledge beyond Rails. I eventually would like to write my own gems, contribute to open source, and so forth. I am absolutely not satisfied with just consuming Rails.
The best advice I can give is get to know Ruby well - don't just focus on Rails in the beginning. Eloquent Ruby by Russ Olsen is a great read and will give you a deeper understanding if you've got the basics down. Also, the PragProg book Metaprogramming in Ruby is a great intro to metaprogramming.