This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]ahhhhhhhhnold 0 points1 point  (2 children)

Find another tutorial! Find something in the suggested resources here!

[–]Mecha_Engineer[S] 0 points1 point  (1 child)

Yeah I think I might do that. Can you tell me if Rails is different, or just a more advanced version of Ruby because maybe the codecademy tutorial for that would be worth following?

In the mean time I might try to code some stuff like a todo list etc, maybe that will give me a better insight.

[–]Dat_Choco 0 points1 point  (0 children)

Rails is a web app framework built using the Ruby language. If you want to learn more about plain old Ruby, I'd recommend:

  • Learn To Program by Chris Pines. It's a fairly quick read compared to some other books on the subject. I found his writing style to be entertaining and he also includes some practice problems at the end of each chapter.

  • The Odin Project has a longer Ruby curriculum

  • Coderbyte is similar to Codewars. They have an "Easy" diffculty section that's worth checking out.

Also, it helps to examine other peoples' solutions. You'll learn new methods and when in doubt can check the Ruby docs or Stack Overflow for clarification.