简体   繁体   中英

Designer learning Ruby on Rails?

I already started learning online but everything out there seems oriented to developers not designers with no baggage.

I'm a graphic designer and I'm coding recently and I am very decided to master RoR.

Thanks for the nudge!

Always start by learning Ruby, not Rails. Starting with Rails leaves you with little understanding of what's going on, and all you can do is write a basic app and depend on libraries to supply functionality. You'll have a hard time doing something for which there isn't already a gem - at least, not while keeping your codebase clean and maintainable.

My colleague has written an excellent post on getting started with Ruby: http://www.jasimabasheer.com/posts/meta_introduction_to_ruby.html

代码学院 ,他们应该是一流的,不需要任何类型的开发背景。

If you're the visual type you might enjoy Why's Poignant Guide as an introduction to Ruby. Then perhaps Agile Web Development with Rails . A working knowledge of HTML, CSS, and Javascript are also a must.

I'm also interested in learning Ruby on Rails. I haven't yet started - I've preferred to put it on hold until I have a little more experience with css and html. Actually I think I'll learn javascript too, before diving into ruby on rails.

But anyway... while I was on the search for the best way to learn ruby on rails, Michael Hart's tutorial or guide (whatever) came up very often as the best resource for the beginning programmer. Here's the link if you're interested > http://ruby.railstutorial.org/ .

I remember an article, too, by net tuts, which suggested a path for learning ruby... I'll go see if I can still find it...

...

Yup! Here it is > http://net.tutsplus.com/tutorials/ruby/the-best-way-to-learn-ruby-on-rails/

Hope this helps a little!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM