Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Where to begin with Ruby on Rails?

rails ruby
0
Posted

Where to begin with Ruby on Rails?

0

Ruby on Rails heavily relies on certain architectural assumptions about web applications. If you are a beginning programmer I would recommend some education in some of the areas of software development that RoR assumes as a given. These would include: Object Oriented Programming (I recommend the book by Craig Larman. He does a very good job of teaching OOP from first principles) MVC (model-view-controller) architecture (I don’t know of a best book, but there is a wealth of online info — start with the wikipedia article and go from there) Patterns (the gang of four book, but this book is pointless until you have a background in OOP) I also second the agile programmers learn to program book, and definitely the pickaxe book (but it is not a beginning programmers book). If you’re a ground-up type learner, rather than an immersion-sink-or

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.