书籍 Ruby on Rails Tutorial的封面

Ruby on Rails Tutorial

Michael Hartl

出版时间

2012-08-06

ISBN

9780321832054

评分

★★★★★

标签

编程

书籍介绍

"Ruby on Rails(TM) Tutorial by Michael Hartl has become a must-read for developers learning how to build Rails apps." -Peter Cooper, Editor of Ruby Inside Using Rails, developers can build web applications of exceptional elegance and power. Although its remarkable capabilities have made Ruby on Rails one of the world's most popular web development frameworks, it can be challenging to learn and use. Ruby on Rails(TM) Tutorial, Second Edition, is the solution. Best-selling author and leading Rails developer Michael Hartl teaches Rails by guiding you through the development of your own complete sample application using the latest techniques in Rails web development. The updates to this edition include all-new site design using Twitter's Bootstrap; coverage of the new asset pipeline, including Sprockets and Sass; behavior-driven development (BDD) with Capybara and RSpec; better automated testing with Guard and Spork; roll your own authentication with has_secure_password; and an introduction to Gherkin and Cucumber. You'll find integrated tutorials not only for Rails, but also for the essential Ruby, HTML, CSS, JavaScript, and SQL skills you'll need when developing web applications. Hartl explains how each new technique solves a real-world problem, and he demonstrates this with bite-sized code that's simple enough to understand, yet novel enough to be useful. Whatever your previous web development experience, this book will guide you to true Rails mastery. This book will help you * Install and set up your Rails development environment * Go beyond generated code to truly understand how to build Rails applications from scratch * Learn test-driven development (TDD) with RSpec * Effectively use the Model-View-Controller (MVC) pattern * Structure applications using the REST architecture * Build static pages and transform them into dynamic ones * Master the Ruby programming skills all Rails developers need * Define high-quality site layouts and data models * Implement registration and authentication systems, including validation and secure passwords * Update, display, and delete users * Add social features and microblogging, including an introduction to Ajax * Record version changes with Git and share code at GitHub * Simplify application deployment with Heroku

目录
Foreword to the First Edition by Derek Sivers xv
Foreword to the First Edition by Obie Fernandez xvii
Acknowledgments xix
About the Author xxi

显示全部
用户评论
例子详实,随书讲解WebDev的基本理念、TDD,和Git的使用。培养读者很好的基本习惯。100%好书。
2012-07-17, 2012-07-09, 26.5
比起web敏捷开发,本书的内容更新更快,还提供免费的在线版。示例项目为用户验证系统和微博,设计的非常好,除了基本的rails概念外,还能够从中了解到TDD、Bootstrap和很多开发用的Gem
容易上手
网页版的http://ruby.railstutorial.org/chapters/beginning#top
跟着里面一步一步做还是很有帮助的
很简单的入门书,但是很多知识点都是一行代码直接给出来,如果不研读api文档和rails官方指南有点难理解
本来以为只是一本rails的好书 读完以后 对于TDD也有了新的认识 国外的书籍确实质量过硬 收获很大
刷了一遍。不错。TDD第一次接触。
很不错的书,详细、扎实,TDD的使用很精彩