开发者

Can anyone recommend a beginning Ruby on Rails tutorial that doesn't rely on scaffolding? [closed]

开发者 https://www.devze.com 2023-01-26 19:00 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 7 years ago.

Improve this question

I've just started learning Ruby on Rails, and all the tutorials and books I've used rely on scaffolding to get started. I've written two simple apps but I still can't figure out how to independently write a database-driven app without using scaffolding, and ye开发者_开发百科t from what I've read online most professional Rails developers don't use it. Are there any tutorials that would help a newbie create their first app without scaffolding?


This one http://net.tutsplus.com/tutorials/ruby/the-intro-to-rails-screencast-i-wish-i-had/ is pretty good and helpful.

"Rails 3 in Action" is a good resource (I've even bought it ;)), one thing I hate about it is a sort of enforced usage of Cucumber.

Cucumber is a great tool, worth mentioning, but it is used all over the book and it clutters the narrative terribly. I would like to have Cucumber-free version of the book and I belive that most beginners would prefer the same.


Ruby on Rails Tutorial by Michael Hartl: http://www.railstutorial.org/

Best resource for Rails learning I've come across, whether in paper or online.


I'm currently writing a book called Rails 3 in Action that sounds like it would "answer" your question.

Whilst the first chapter does cover scaffolding (just for a "quick win"), the rest of the book goes through and teaches you how to develop an application using the exact same process that people in the real world do.

You'll learn Rails, Cucumber and RSpec, along with the other gems that we pick up along the way of developing the application.

Give it a shot and let me know what you think.


Check out some of the older Railscasts.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号