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 R
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
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 ActionView -- ActiveResource and Web Services -- Going into Production
๐ 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