or
Sign in to turn on 1-Click ordering.
More Buying Choices
Have one to sell? Sell yours here
Ruby on Rails for Microsoft Developers (Wrox Programmer to Programmer)
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Ruby on Rails for Microsoft Developers (Wrox Programmer to Programmer) [Paperback]

Antonio Cangiano
5.0 out of 5 stars  See all reviews (1 customer review)
Price: £33.99 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Usually dispatched within 1 to 3 weeks.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.

Formats

Amazon Price New from Used from
Paperback £33.99  
Unknown Binding --  
Amazon.co.uk Trade-In Store
Did you know you can trade in your old books for an Amazon.co.uk Gift Card to spend on the things you want? Plus, get an extra £5 Gift Certificate when you trade in books worth £10 or more before June 30, 2012. Visit the Books Trade-In Store for more details.

Product details

  • Paperback: 480 pages
  • Publisher: John Wiley & Sons (2 April 2009)
  • Language English
  • ISBN-10: 0470374950
  • ISBN-13: 978-0470374955
  • Product Dimensions: 23.5 x 18.5 x 2.6 cm
  • Average Customer Review: 5.0 out of 5 stars  See all reviews (1 customer review)
  • Amazon Bestsellers Rank: 1,285,977 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

Antonio Cangiano
Discover books, learn about writers, and more.

Visit Amazon's Antonio Cangiano Page

Product Description

Product Description

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 a reliable roadmap for migrating your applications, skill set, and development processes to the newer, more agile programming platform that RoR offers.

From the Back Cover

With its valuable combination of simplicity and productivity, Ruby on Rails is a portable, extendable, open source web application framework that quickly gained worldwide acclaim. The aim of this book is to make the enticing Rails methodology more approachable for developers who are already familiar with Microsoft tools.

After an overview and brief history of the framework, you′ll focus on learning Rails development from the point of view of a beginner–to–intermediate level Microsoft developer.

The author explores all the fundamental aspects of Rails, and includes comparisons and references to Microsoft development tools that you may already be familiar with. In doing so, he provides you with an easier path to learn how Rails simplifies the design and implementation of web applications.

By serving as a roadmap for migrating your skill set, development processes, and applications to the newer Agile programming platform that Rails offers, this book will help you leverage your existing skills so you can quickly take advantage of the full potential of Rails.

What you will learn from this book

  • The Rails history and culture, as well as common misconceptions
  • How to install Rails on Windows and other platforms

  • How to grasp the Model–View–Controller (MVC) architecture pattern as implemented by Rails

  • The different philosophies between Rails and Microsoft frameworks like ASP.NET and ASP.NET MVC

  • The essentials of the Ruby language and its datatypes
  • Techniques for creating and developing a new RESTful Rails application

  • Using the ActiveRecord Object–Relational Mapper (ORM) to work with databases

  • Publishing and consuming Web Services with Rails

  • Getting ready for deployment in production

Who this book is for

This book is for programmers who have experience developing the Microsoft Windows platform and are interested in learning more about, and getting the most out of, Ruby on Rails.

Wrox guides are crafted to make learning programming languages and technologies easier than you think. Written by programmers for programmers, they provide a structured, tutorial format that will guide you through all the techniques involved.


Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Reviews

4 star
0
3 star
0
2 star
0
1 star
0
Most Helpful Customer Reviews
1 of 1 people found the following review helpful
Format:Paperback
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.

Ian Piper
Comment | 
Was this review helpful to you?
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com:  1 review
4 of 4 people found the following review helpful
Great book for the migrating Windows developer 11 Aug 2009
By Ian M. Piper - Published on Amazon.com
Format:Paperback
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.
Search Customer Reviews
Only search this product's reviews

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!

Create a Listmania! list

Look for similar items by category


Look for similar items by subject


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges