
Great, But Watch OutI am almost done with the book and I found it much easier to grok than the Agile Rails book. Its likely because the latter book deal with the shopping cart example (and e-commerce was the last thing I wanted to deal with at the time I bought the book), so going through this book was a pleasure. So far, I got some apps up and running thanks to it and I am pretty comfortable going into more advanced at this point.
That said, the code in the book do needs to be proof-read more throughly - a number of times I got stuck in one section, trying to figure out what I was doing wrong, only to find by looking at the errata online (or the source code download) that the snippets are wrong. Take my advice - if something broke or didn't work the first time, look at the errata and then source code to make sure the code in the book is correct or not (hopefully, they will correct it in later printings).
With that out the way, I recommend this book to anybody interested in Rails. It'll get you going in short order.
Great Intro Rails BookI have been using Rails for going on two years now, but have a penchant for accumulating books on subjects that interest me. I tore into this book the day that it was delivered, and was not disappointed. Very well written, and informative. I picked up a few kernals here and there from the book ( remember, I'm not a total newbie ), which made it worth the money.
If you are not familiar with web development in general, this book alone will not help you. You'll need a basic grasp of the fundamentals: (X)HTML, the general way web development client-side and server-side work, basic data base knowledge. Nothing earth shattering, but none of these things are covered. Though there is a small crash course on the Ruby language, you'd do well to get a beginning book on it as well, for better understanding, though the author does describe what his code does.
The book does what it's charter describes well. It can bring you up to speed with the basics of Rails. I liked it, and recommend it.
One of the better places to start with Rails ...I am reading this book at present, and agree w/ the "shelleyp" review completely. If you want to get started w/ Rails, this book is an excellent choice, even more so if you are already familiar with HTML/CSS. I also think it's great that they suggest using Heroku, which is a great way to get started w/ Rails!
While all of that is true, however, I can't help but suggest that new-to-Ruby coders look at Sinatra while they are learning Ruby, and grow their apps to Rails via their Rack commonality. Rails is great, but I think it is over-kill and at once overly complicated for the scope of the applications that many new developers are making while getting started. That being said, this is a phenomenal choice for getting started with Rails, and a refreshingly different angle for doing so.
Excellent and In-Depth Rails GuideDuring my previous attempts to work with Rails, I would get frustrated because the information I needed either was spread all about, or made some pretty significant assumptions about what the reader knows. When I told one of the authors, Simon St. Laurent, about my frustrations with Rails, he asked if I would be a target audience reviewer for the book, since I knew little about Rails, or Ruby, when it comes to that. I jumped at the chance, and was impressed with how easily I was able to pick up Rails from Learning Rails, despite not being really proficient with Ruby.
Learning Rails is split into several topic-specific chapters, such as adding styles, creating form-based applications, using scaffolding (no worries, the book will explain and demonstrate this concept), as well as creating dynamic interfaces and securely deploying the applications. Most importantly, the first chapter covers various ways to install Rails in different environments, so you're not fumbling around, trying to figure out how to start. The book even provides a brief introduction to Ruby, as an Appendix. Now, that was handy.
The writing is clear, informal without being fake-friendly, with a good use of notes and figures. Best of all the examples are smaller, easy to follow, and rather fun to implement. To me the latter is what facilitates learning: easy to follow, step-by-instructions that provide a nice hands-on experience.
If you have had little or no exposure to Rails, and want, or need, to learn the technology, I strongly recommend this book.
Great bookI'm a web designer that's been looking to get into serious web development. I had some experience, namely development in PHP. This book is an excellent way to get your feet wet if you have the prerequisite knowledge. (Mostly just XHTML and CSS and some basic programming concepts)
If you don't know ruby, I suggest you learn it first. It's a pretty easy language to pick up. You can be semi-literate within the space of a week.
Consider writing the next level text with the same focusI saw this text in a local book-store and browsed through it extensively. I did not buy it since I am a bit beyond the intended target audience for this book, but if I was learning rails then I would have definitely bought this along with Simply Rails 2 which was very useful to me in Rails 1.2.x days.
I would encourage the authors to take their work to the next level. That is, keep the view centric focus but write an intermediate to advanced text which allows users to create professional looking UIs with Rails rapidly and consistently. More important, teach us how to create our own UI toolkit in Rails to build application rapidly and with confidence. I am building mine and it is slow and painful going, but I must do it if I want to take my skills to the next level. Towards that, if I have any help I would be very happy to pay for it. Ryan Bates' screencasts for Pragmatic Programmers are a very good example. We need a few more books with intermediate to advanced view focus.
Learn To Use Rails!!'Learning Rails' is another great line of the 'Learning' books by OReilly. Packed with 19 chapters over nearly 400 pages, this is the perfect reference for the new Railer looking to learn how to use this exciting new technology for rapid development of web sites. From the basics of what Rails is to to form development to database work to everything else, this is a great book for all Rails developers!
***** RECOMMENDED
Great BookI really cant praise this book enough, i went through a few books on rails for beginners and this is by far the best. explaining all the basics of rails to the finest details.
if you want to start using rails for the first time this is definitely the book for you.
Nice Intro to RailsThis book is definitely a very nice introduction to RoR. After having read the whole book I'm going to the classic AWD with Rails 3rd edition. That book's 'Depot' application is a lot of fun. However, I can't help but feel that Learning Rails has given me such a nice "ramp up" that I'm not left wondering what's going on with the Depot application.
Good explanations on what things are and how they work (i.e. Controllers, Partials, etc.); good overall rails coverage; as of my review, a pretty timely book - 2009; but a bit week on rationale (but this is probably not to be expected from a "get up and running" type of book -- for this I've started with The Art of Rails which is so far a great theoretical type book).
4 stars because, although I know there's no way to not have errors, there are a LOT of typos in the book. That being said, if you keep the errata open while you study you should be ok; nothing too preventative, just some minor annoyances. I've tried to add to the errata myself when possible. The next edition of this book will probably iron out these issues and will be a 5 star book. The other reason I knocked off a star is because the later chapters just seemed a wee bit "rushed" to me.
Overall, I'm glad I used this book to ramp up on RoR!
Rails Demystified!I have been playing with Rails for several weeks, and I was rather confused until I picked up this excellent book. Reading it has brought me realization after realization about how Rails works.
What was especially helpful to me was that the book did not start (as most other Rails books do) from setting up the model (database), but instead started with the view (ruby-embedded html), something much easier to get my head around. I think this makes the book an excellent choice for those with experience in web design but little programming experience, those who have some programming experience but are not familiar with the how the model-view-controller paradigm is implemented by Rails (as I wasn't), those who have limited experience with SQL (mine is), or really for anyone who is confused about what Rails does and wants to know how to use it.
There is a Ruby reference included in the book, but those who are not familiar with Ruby at all might want to check out an online tutorial or read the first few chapters of a beginning Ruby book (such as Beginning Ruby: From Novice to Professional, Second Edition (Beginning from Novice to Professional) ). While it isn't strictly necessary, Rails is based on Ruby and having some knowledge of Ruby made everything more clear to me (I read the first few chapters of the aforementioned book). The authors suggest some knowledge of HTML, but just a glancing acquaintance with HTML will do.
This book reads like taking a course, if that makes sense. Simon St. Laurent and Edd Dumbill have anticipated the questions that those new to rails will have (for example, how do I set the default page for Rails applications?) and answered them clearly. I can't recommend this book highly enough.
