Check out Learn Ruby the Hard Way [0]. You don't have to do every exercise, but check out the titles and do the ones with names of stuff you might have only skimmed over in code academy. CA is good for teaching syntax, but L*HW is good for teaching you to actually make stuff using good practice.
Comments
Check out Learn Ruby the Hard Way [0]. You don't have to do every exercise, but check out the titles and do the ones with names of stuff you might have only skimmed over in code academy. CA is good for teaching syntax, but L*HW is good for teaching you to actually make stuff using good practice.
[0]: http://ruby.learncodethehardway.org/
Danke, will check it out.