Foundation Rails 2
暫譯: Rails 2 基礎教程
Eldon Alameda
- 出版商: Friends of Ed
- 出版日期: 2008-10-23
- 售價: $1,680
- 貴賓價: 9.5 折 $1,596
- 語言: 英文
- 頁數: 480
- 裝訂: Paperback
- ISBN: 1430210397
- ISBN-13: 9781430210399
-
相關分類:
Ruby
已過版
買這商品的人也買了...
-
$882Digital Control Using Digital Signal Processing
-
$620$490 -
$880$695 -
$990$891 -
$720$569 -
$720$562 -
$620$527 -
$640$506 -
$780$616 -
$690$587 -
$780$663 -
$680$578 -
$750$638 -
$690$621 -
$690$538 -
$520$411 -
$360$284 -
$680$537 -
$420$277 -
$350$273 -
$680$537 -
$820$648 -
$980$774 -
$580$458 -
$890$757
相關主題
商品描述
You've heard about this amazing web framework called Ruby on Rails that's taken the world by storm but thought it was way too complex for you? Think again.
Foundation Rails 2 takes you through your first steps in Rails, explaining in plain English how to start building dynamic web applications. And there's never been a better time to jump in to the Rails world, as the release of Rails 2 is a major evolutionary leap forward from previous versions.
Unlike other Rails books, this book doesn't throw you into the deep end right away in the hopes that you'll learn to swim. Instead, we'll start out with the basics and continually expand your knowledge until, by the end of the book, we're building a Rails application with dynamic features such as user registration, geocoding, filtering results with AJAX, RSS feeds, and an XML interface. Meanwhile, we'll talk about the important issues that other books often leave out such as testing your application's code, securing your application from hackers, optimizing your code for the best performance, and of course, deploying your application.
This book takes a focused approach to guiding you through understanding how the pieces of Rails work individually and how they fit together. Instead of emphasizing boring theoretical discussions, Foundation Rails 2 lets you get your hands dirty with the framework and learn the hows and whys of Rails faster than ever.
We start with a tour of what makes Rails special and why you need to learn it, move into a gentle introduction to the high points of programming in Ruby, and then take a tour of a sample Rails application. Next, we dig deeper into the core components of Rails before building a complete Rails application together. By the end of this book, not only will you know how to build Rails applications but you'll understand the reasons behind what you do.
In this book, you'll learn
- The foundations of the Ruby programming language
- The most important Rails philosophies and conventions that speed up web development
- How to make working with databases easy and fun using ActiveRecord
- Automated testing with RSpec to ensure your applications are rock solid
- How to build a complete Rails application with special discussions on security, performance, and deployment
Summary of Contents
- Chapter 1 Why Rails
- Chapter 2 A Short Introduction to Ruby
- Chapter 3 Touring a Rails Application
- Chapter 4 Introducing ActiveRecord
- Chapter 5 Advanced ActiveRecord
- Chapter 6 Presenting the Views
- Chapter 7 Exploring Action Pack: Understanding the Controller
- Chapter 8 Controlling Our Routing
- Chapter 9 Scaffolding and Plug-ins
- Chapter 10 Introduction to Testing with RSpec
- Chapter 11 Building a Complete Application
- Chapter 12 Enhancing Our Application
- Chapter 13 Security and Performance Enhancements
- Chapter 14 Deploying Your Rails Application
- Appendix A Where to Go from Here
- Appendix B Rails Installation
- Appendix C Database Design 101
商品描述(中文翻譯)
你聽說過這個令人驚嘆的網頁框架 Ruby on Rails,它在全球掀起了一股熱潮,但你認為這對你來說太複雜了?再想想。
Foundation Rails 2 將帶你踏出 Rails 的第一步,以簡單易懂的英文解釋如何開始構建動態網頁應用程式。而現在正是進入 Rails 世界的最佳時機,因為 Rails 2 的發布是相較於之前版本的一次重大進化。
與其他 Rails 書籍不同,本書不會立即將你拋入深水區,希望你能學會游泳。相反,我們將從基礎開始,並不斷擴展你的知識,直到在書的結尾,我們能夠構建一個具有動態功能的 Rails 應用程式,例如用戶註冊、地理編碼、使用 AJAX 過濾結果、RSS 提要和 XML 介面。與此同時,我們將討論其他書籍經常忽略的重要議題,例如測試應用程式的代碼、保護應用程式免受黑客攻擊、優化代碼以獲得最佳性能,當然還有應用程式的部署。
本書採取專注的方式,指導你理解 Rails 各個組件如何單獨運作以及它們如何協同工作。我們不會強調無聊的理論討論,Foundation Rails 2 讓你能夠親自動手操作這個框架,並比以往更快地學習 Rails 的運作方式及其背後的原因。
我們將從介紹 Rails 的特點及其學習必要性開始,接著輕鬆介紹 Ruby 編程的重點,然後參觀一個範例 Rails 應用程式。接下來,我們將深入探討 Rails 的核心組件,然後一起構建一個完整的 Rails 應用程式。在本書結束時,你不僅會知道如何構建 Rails 應用程式,還會理解你所做的事情背後的原因。
在本書中,你將學到
- Ruby 編程語言的基礎
- 加速網頁開發的最重要 Rails 哲學和約定
- 如何使用 ActiveRecord 使數據庫操作變得簡單有趣
- 使用 RSpec 進行自動化測試,以確保你的應用程式穩固可靠
- 如何構建一個完整的 Rails 應用程式,並特別討論安全性、性能和部署
內容摘要
- 第 1 章 為什麼選擇 Rails
- 第 2 章 Ruby 簡介
- 第 3 章 參觀一個 Rails 應用程式
- 第 4 章 介紹 ActiveRecord
- 第 5 章 進階 ActiveRecord
- 第 6 章 呈現視圖
- 第 7 章 探索 Action Pack:理解控制器
- 第 8 章 控制路由
- 第 9 章 標準化和插件
- 第 10 章 使用 RSpec 進行測試的介紹
- 第 11 章 構建完整的應用程式
- 第 12 章 增強我們的應用程式
- 第 13 章 安全性和性能增強
- 第 14 章 部署你的 Rails 應用程式
- 附錄 A 從這裡開始的方向
- 附錄 B Rails 安裝
- 附錄 C 數據庫設計 101