- 浏览: 2072341 次
- 性别:
- 来自: NYC
文章分类
- 全部博客 (628)
- Linux (53)
- RubyOnRails (294)
- HTML (8)
- 手册指南 (5)
- Mysql (14)
- PHP (3)
- Rails 汇总 (13)
- 读书 (22)
- plugin 插件介绍与应用 (12)
- Flex (2)
- Ruby技巧 (7)
- Gem包介绍 (1)
- javascript Jquery ext prototype (21)
- IT生活 (6)
- 小工具 (4)
- PHP 部署 drupal (1)
- javascript Jquery sort plugin 插件 (2)
- iphone siri ios (1)
- Ruby On Rails (106)
- 编程概念 (1)
- Unit Test (4)
- Ruby 1.9 (24)
- rake (1)
- Postgresql (6)
- ruby (5)
- respond_to? (1)
- method_missing (1)
- git (8)
- Rspec (1)
- ios (1)
- jquery (1)
- Sinatra (1)
最新评论
-
dadadada2x:
user模型里加上 protected def email ...
流行的权限管理 gem devise的定制 -
Sev7en_jun:
shrekting 写道var pattern = /^(0| ...
强悍的ip格式 正则表达式验证 -
jiasanshou:
好文章!!!
RPM包rpmbuild SPEC文件深度说明 -
寻得乐中乐:
link_to其实就是个a标签,使用css控制,添加一个参数: ...
Rails在link_to中加参数 -
aiafei0001:
完全看不懂,不知所然.能表达清楚一点?
"$ is not defined" 的问题怎么办
顺便链接一个agile web development with rails fourth edition的 正式版
agile web development with rails 4th edition 正式版 介绍
agile web development with rails 4th edition 正式版 下载
引用
Book Description
Ruby on Rails strips complexity from the development process, enabling professional developers to focus on what matters most: delivering business value via clean and maintainable code. The Rails™ 3 Way is the only comprehensive, authoritative guide to delivering production-quality code with Rails 3. Pioneering Rails expert Obie Fernandez and a team of leading experts illuminate the entire Rails 3 API, along with the idioms, design approaches, and libraries that make developing applications with Rails so powerful. Drawing on their unsurpassed experience and track record, they address the real challenges development teams face, showing how to use Rails 3 to maximize your productivity.
Using numerous detailed code examples, the author systematically covers Rails 3 key capabilities and subsystems, making this book a reference that you will turn to again and again. He presents advanced Rails programming techniques that have been proven effective in day-to-day usage on dozens of production Rails systems and offers important insights into behavior-driven development and production considerations such as scalability. Dive deep into the Rails 3 codebase and discover why Rails is designed the way it is—and how to make it do what you want it to do.
This book will help you
Learn what’s new in Rails 3
Increase your productivity as a web application developer
Realize the overall joy in programming with Rails
Leverage Rails’ powerful capabilities for building REST-compliant APIs
Drive implementation and protect long-term maintainability using RSpec
Design and manipulate your domain layer using Active Record
Understand and program complex program flows using Action Controller
Master sophisticated URL routing concepts
Use Ajax techniques via Rails 3 support for unobtrusive JavaScript
Learn to extend Rails with popular gems and plugins, and how to write your own
Extend Rails with the best third-party plug-ins and write your own
Integrate email services into your applications with Action Mailer
Improve application responsiveness with background processing
Create your own non-Active Record domain classes using Active Model
Master Rails’ utility classes and extensions in Active Support
- rails3_way.rar (4.5 MB)
- 下载次数: 93
- Apress.Beginning.Rails.3.Sep.2010.rar (6.3 MB)
- 下载次数: 58
发表评论
-
eloquent ruby 读书笔记
2012-02-22 07:24 1455节省时间就草记,只记录新鲜,容易忘的 1. case 的判 ... -
Rails 3 in action 读书笔记
2012-02-11 23:54 1360那天看到IE有战友贴了这个书,就想找个时间读读,有收获随笔记下 ... -
the rspec book 下载
2010-09-20 18:17 4333这是写rspec 和 cucumber 一直翻的书,当前最 ... -
电子书推荐 Textmate使用的书
2010-09-07 10:00 1561引用TextMate is a powerful too ... -
ruby电子书资源
2010-08-14 11:49 1750引用 Though we don't like to adm ... -
关于ruby 重构的电子书 资料两本
2010-08-09 20:10 1801Refactoring Ruby Edition 电子书 ... -
pro git 中文版下载
2010-07-06 10:17 11909感觉所有git的问题可以 ... -
peeping into memcached
2009-04-21 23:52 0http://blog.evanweaver.com/arti ... -
Agile Web Development with Rails 3rd 正式版
2009-04-08 13:33 3398Agile Web Development with Rail ... -
在Rails下连接SQL Server 2005 分页
2009-04-03 01:57 2400For a Rails/SQLServer applicati ... -
REST与Web services
2009-04-01 14:33 3093问题:你如何看待一个房间中两个或多个架构师?回答:是争论。既然 ... -
使用cucumber测试过程中de-bug
2009-04-01 01:51 1471最近,Rails工程中,做测试和集成测试的时候,Cucumbe ... -
关于Rails 2.3 十件你应该知道的事
2009-04-01 01:20 1841首先,这个是一篇粉饰Rails2.3的文章,挑选了十个方面展示 ... -
在Rails 2.3 中测试cookie
2009-03-31 18:48 2004Testing Cookies in Rails 2.3 近 ... -
使用Rspec的好处
2009-03-31 18:44 1962本文将从下面几个方面,来阐述使用Rspec的好处 * ... -
5个使用Rails控制台的有用技巧
2009-03-31 18:36 4820update: 2011/10/26 1. 只想测试不想,真 ... -
The Ruby Programming Language 介绍
2009-03-29 11:35 1625点击这里下载chm part1 ... -
一些个人的在线资料
2009-03-28 11:56 1105MoutainWest Conference 视频的 ... -
从scope说起
2009-03-27 00:42 1253预计将从scope说起 以便理解Rails 2.3支持的d ... -
Ruby1.8和Ruby1.9的不同
2009-03-25 17:13 2277Someone recently emailed the r ...
相关推荐
The Rails™ 3 Way is the only comprehensive, authoritative guide to delivering production-quality code with Rails 3. Pioneering Rails expert Obie Fernandez and a team of leading experts illuminate ...
《Rails 3 的方式》(The Rails 3 Way, 2nd Edition)是一本深入探讨Ruby on Rails框架(简称Rails)的技术书籍。本书不仅涵盖了Rails 3的新特性及其背后的原理,还为读者提供了软件即服务(SaaS)编程技巧,适用于...
Book Details Publisher: Addison-Wesley Professional By: Obie Fernandez ISBN-10: 0321944275 ISBN-13: 978-0321944276 Year: June 8, 2014 Pages: 912 Language: English File size: 4 MB ...
### 关于《The Rails 4 Way》的知识点总结 #### 标题:The Rails 4 Way 这本书主要讲述了Ruby on Rails 4版本的核心特性和最佳实践。Ruby on Rails(简称Rails)是一个用Ruby语言编写的开源全栈Web应用框架。本书...
Since the API documentation is liberally licensed (just like the rest of Rails), there are some sections of the book that draw from the API documentation. But in practically all of those cases, the ...
《The Rails Way》一书由Obie Fernandez撰写,属于Addison-Wesley Professional Ruby系列,该系列致力于为读者提供实用、面向人且深入的信息,帮助他们利用Ruby平台创建动态技术解决方案。这一系列书籍的创立基于一...
### 关于《Rails 4 的方式》第三版 《Rails 4 的方式》是一本针对Ruby on Rails 4框架的深入指南,旨在帮助开发者更好地理解并应用Rails 4的各项功能和技术。本书由Obie Fernandez、Kevin Faustino 和 Vitaly ...
### 关于《The Rails 4 Way》的知识点总结 #### 书籍概述 《The Rails 4 Way》是一本深入探讨Ruby on Rails 4框架特性的专业书籍,由Obie Fernandez、Kevin Faustino和Vitaly Kushner共同撰写。本书旨在为开发者...
### 关于《Rails 3 的方式(第二版)》的核心知识点 #### 一、书籍概述与价值 **《Rails 3 的方式(第二版)》**是一部深入介绍Ruby on Rails框架第三版本的权威指南。该书由Obie Fernandez及其团队编写,旨在帮助...
《The Rails 5 Way》是由Obie Fernandez所著,主要讲解了Rails框架在版本5中的使用方法和最佳实践。本书适合已经有一定Rails基础的开发者阅读,通过深入分析Rails的核心组件和特性,旨在帮助开发者更好地掌握Rails...
The Rails 5 Way(4th) 英文无水印原版pdf 第4版 pdf所有页面使用FoxitReader、PDF-XChangeViewer、SumatraPDF和Firefox测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn删除 查看此书详细信息请...
### Rails 4 in Action, 第二版:关键知识点解析 #### 一、Rails 4简介与新特性 **Rails 4 in Action, 第二版** 是一本深入介绍Ruby on Rails框架的专业书籍。该书由Ryan Bigg、Yehuda Katz、Steve Klabnik和...
### 关于《The Rails 4 Way》一书的知识点概览 #### 书籍基本信息 - **作者**: Obie Fernandez、Kevin Faustino 和 Vitaly Kushner。 - **出版时间**: 2014年6月3日。 - **出版社**: Leanpub。 - **标签**: Rails。...
This second edition is updated to cover Angular 2 - a completely reworked front-end framework - and dives into new Postgres 9.5 features such as UPSERT. Also new is Webpack coverage, to develop the ...
《Agile Web Development with Rails-Second Edition-Beta》是一本专注于使用Ruby on Rails进行敏捷Web开发的书籍。这本书的第二版beta版提供了关于如何利用Rails框架高效构建动态、响应式网站的深入指导。作者们...
### 关于《The Rails Way》的关键知识点 #### 一、书籍基本信息 - **书名**:《The Rails Way》 - **作者**:Obie Fernandez - **出版社**:Addison-Wesley Professional - **出版日期**:2007年11月26日 - **ISBN...