Crafting Rails Applications

Crafting Rails Applications pdf epub mobi txt 电子书 下载 2025

出版者:Pragmatic Bookshelf
作者:Jose Valim
出品人:
页数:180
译者:
出版时间:2011-4-15
价格:USD 33.00
装帧:Paperback
isbn号码:9781934356739
丛书系列:
图书标签:
  • Rails
  • ruby
  • programming
  • Crafting
  • 计算机科学
  • rails
  • Pragmatic
  • 软件开发
  • Rails, Web Development, Ruby, MVC, REST, Database, Testing, Deployment, Agile, APIs
想要找书就要到 小美书屋
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

具体描述

José Valim的新作。

作者简介

Name

José Valim

Email

jose.valim@plataformatec.com.br

Website/Blog

http://blog.plataformatec.com.br/

Company

Plataforma

Location

São Paulo/Brasil, Kraków/Polska

目录信息

Preface 7
Who should read this book? . . . . . . . . . . . . . . . . . . 7
What is in the book? . . . . . . . . . . . . . . . . . . . . . . 8
How to read this book . . . . . . . . . . . . . . . . . . . . . 9
Online Resources . . . . . . . . . . . . . . . . . . . . . . . . 10
1 Creating our own renderer 11
1.1 Enginex . . . . . . . . . . . . . . . . . . . . . . . . . . 12
1.2 Writing the renderer . . . . . . . . . . . . . . . . . . 16
1.3 Rails rendering stack . . . . . . . . . . . . . . . . . . 21
1.4 Taking it to the next level . . . . . . . . . . . . . . . 27
1.5 Wrapping up . . . . . . . . . . . . . . . . . . . . . . . 28
2 Easy models with Active Model 29
2.1 Writing the code . . . . . . . . . . . . . . . . . . . . . 29
2.2 Taking it to the next level . . . . . . . . . . . . . . . 45
2.3 Wrapping up . . . . . . . . . . . . . . . . . . . . . . . 50
3 Building a template management system 51
3.1 Setting up a SqlResolver . . . . . . . . . . . . . . . . 53
3.2 Using it in production . . . . . . . . . . . . . . . . . 61
3.3 Taking it to the next level . . . . . . . . . . . . . . . 67
3.4 Wrapping up . . . . . . . . . . . . . . . . . . . . . . . 71
4 Multipart e-mails with Markdown and ERb 73
4.1 Playing with the template handler API . . . . . . . . 75
4.2 Markdown + ERb . . . . . . . . . . . . . . . . . . . . 79
4.3 Rails generators . . . . . . . . . . . . . . . . . . . . . 84
4.4 Railties . . . . . . . . . . . . . . . . . . . . . . . . . . 92
4.5 Wrapping up . . . . . . . . . . . . . . . . . . . . . . . 94
Prepared exclusively for John Ellenberger
CONTENTS 6
5 Publishing and subscribing to your application events 96
5.1 Storing notifications in the database . . . . . . . . . 97
5.2 Engines . . . . . . . . . . . . . . . . . . . . . . . . . . 101
5.3 Rails and Rack . . . . . . . . . . . . . . . . . . . . . . 106
5.4 Taking it to the next level . . . . . . . . . . . . . . . 115
5.5 Wrapping up . . . . . . . . . . . . . . . . . . . . . . . 118
6 DRY controllers with Responders 120
6.1 Understanding Responders . . . . . . . . . . . . . . 122
6.2 ActionController::Responder . . . . . . . . . . . . . . 125
6.3 More generators customization . . . . . . . . . . . . 138
6.4 Wrapping up . . . . . . . . . . . . . . . . . . . . . . . 144
7 Translatable apps with I18n and Redis 146
7.1 Rails::Application . . . . . . . . . . . . . . . . . . . . 147
7.2 I18n backends and extensions . . . . . . . . . . . . 148
7.3 Rails & Sinatra . . . . . . . . . . . . . . . . . . . . . 152
7.4 Taking it to the next level . . . . . . . . . . . . . . . 161
7.5 Wrapping up . . . . . . . . . . . . . . . . . . . . . . . 167
· · · · · · (收起)

读后感

评分

其实书中介绍的很多东西不算新鲜,难能可贵的是讲解的非常详细,毕竟是jose大神的作品。有时候你知道怎么去用一个东西,却不知道这个东西是怎么工作的;知道它是如何工作的,却不知道它为什么被设计成这样工作 。如果你想知道rails3里面的前因后果,此书必读。 唯一的遗憾是比...

评分

其实书中介绍的很多东西不算新鲜,难能可贵的是讲解的非常详细,毕竟是jose大神的作品。有时候你知道怎么去用一个东西,却不知道这个东西是怎么工作的;知道它是如何工作的,却不知道它为什么被设计成这样工作 。如果你想知道rails3里面的前因后果,此书必读。 唯一的遗憾是比...

评分

其实书中介绍的很多东西不算新鲜,难能可贵的是讲解的非常详细,毕竟是jose大神的作品。有时候你知道怎么去用一个东西,却不知道这个东西是怎么工作的;知道它是如何工作的,却不知道它为什么被设计成这样工作 。如果你想知道rails3里面的前因后果,此书必读。 唯一的遗憾是比...

评分

其实书中介绍的很多东西不算新鲜,难能可贵的是讲解的非常详细,毕竟是jose大神的作品。有时候你知道怎么去用一个东西,却不知道这个东西是怎么工作的;知道它是如何工作的,却不知道它为什么被设计成这样工作 。如果你想知道rails3里面的前因后果,此书必读。 唯一的遗憾是比...

评分

其实书中介绍的很多东西不算新鲜,难能可贵的是讲解的非常详细,毕竟是jose大神的作品。有时候你知道怎么去用一个东西,却不知道这个东西是怎么工作的;知道它是如何工作的,却不知道它为什么被设计成这样工作 。如果你想知道rails3里面的前因后果,此书必读。 唯一的遗憾是比...

用户评价

评分

Rails 3的定制能力增强了?为什么有人说性能比2下降了呢。。。

评分

看了个开头,讲的很细。

评分

看的是第二版, Jose 大神一直秉承用简单的例子来解释复杂的东西,相比一味的告诉别人怎么样,大神更倾向于解释为什么,推荐

评分

Rails 3的定制能力增强了?为什么有人说性能比2下降了呢。。。

评分

看的是第二版, Jose 大神一直秉承用简单的例子来解释复杂的东西,相比一味的告诉别人怎么样,大神更倾向于解释为什么,推荐

本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度google,bing,sogou

© 2025 book.quotespace.org All Rights Reserved. 小美书屋 版权所有