Getting Started with Rails -- Understanding Rails -- Ruby's Data Types -- Programming Ruby -- A Working Sample -- Incremental Development, Logging and Debugging -- Object-Relational Mapping with ActiveRecord -- Handling Request with the ActionController -- Rendering the User Interface with the Actio
Ruby on Rails for Microsoft Developers
โ Scribed by Antonio Cangiano
- Publisher
- Wiley Pub
- Year
- 2009
- Tongue
- English
- Leaves
- 484
- Series
- Wrox guides
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
Disclaimer - I was the independent technical editor for this book. Nevertheless, I didn't have to write a positive review, or indeed any review at all, so I hope that this endorsement should be all the more valid. I am not a Wrox employee. I own many books on Ruby on Rails development, and Ruby on Rails for Microsoft Developers has to rank as probably the clearest and easiest to follow exposition of technology and technique of all of them. The book takes a set of logical progressive steps through Rails development, stopping along the way for the occasional very deep dive into the internals. Chapter 7, on ORM with ActiveRecord, is a case in point, and an excellent detail piece for those who want to understand data modelling and database management within Rails. Like many developer books, this one has a theme of a developing application - a blog management system - and the development process is used effectively as a way of bringing in many of the modern essentials for the Rails developer. Topics covered include incremental development, adding textile support, handling of published versus non-published articles, pagination, comments, creating RSS feeds and of course selective use of AJAX techniques. There is also, unusually in my experience of Rails books, good solid coverage of deployment of an application into production with all of the consequences you can expect. Given the title it would have been remiss of the author to have not spent time on orienting current ASP.NET developers with Rails concepts, and indeed throughout the book there are comparisons between the mechanisms of ASP.NET and Rails for carrying out many of the common development processes for web applications. However this is no Microsoft-basher's bible. Look in vain for the striking of religious poses - Antonio keeps to the point and sets out the facts. So if you are a current ASP.NET developer or even just a Windows developer who wants to try out the Rails way of development, I can heartily recommend this book.
๐ SIMILAR VOLUMES
This definitive guide examines how to take advantage of the new Agile methodologies offered when using Ruby on Rails (RoR). You'll quickly grasp the RoR methodology by focusing on the RoR development from the point of view of the beginner- to intermediate-level Microsoft developer. Plus, you'll get
Ruby for Rails, written by Ruby expert David Black (with a forward by David Heinemeier Hansson), helps Rails developers achieve Ruby mastery. Each chapter deepens your Ruby knowledge and shows you how it connects to Rails. You'll gain confidence working with objects and classes and learn how to leve
<DIV>-The word is out: with "Ruby on Rails" you can build powerful Web applications easily and quickly! And just like the Rails framework itself, Rails applications are Ruby programs. That means you can't tap into the full power of Rails unless you master the Ruby language. <p> "Ruby for Rails," wri
Vohra makes strong emphasis on suggesting that Ruby on Rails has advantages over PHP and over Java. Of course, this stirs up fans of those approaches. But approaching Ruby on Rails through this book shows a fairly easy language to learn. You can code with an object oriented outlook, as well as using
The web framework Ruby on Rails for developing database based web applications provides a Model-View-Controller framework. The required web server WEBrick is included with Ruby on Rails. The framework is configured with the MySQL database by default, but may be configured with another database. Th