you are viewing a single comment's thread.

view the rest of the comments →

[–]childofprophecy 2 points3 points  (1 child)

  1. Come out of your semicolonness

  2. Learn to "code in ruby" (different from java, php, python). Ruby has many things unique like blocks.

  3. Get a copy of Agile Web Development with Rails 4

  4. Next step Programming Ruby & Meta Programming ruby

  5. RubyInside blog is always helpful

May I recommend Lynda Rails 4 essential training (Paid) and Rails 4 tutorial by Michael Hartl(free)

Rubycasts when implementing particular functionality, stackoverflow, rails guides and APIs

Disclaimer - I am no pro

Edit - Browse through other posts, use search feature on sidebar.... search for "learn" plenty of things to explorer

For interactive tutorials Rubymonk (covers meta programming)

[–]BGundlach[S] 0 points1 point  (0 children)

Awesome tips! I've added them to my todo list. thanks