《PDF in Rails》的相关内容
相关讨论
请教个rails2.0.2 page_cache 反复生成的问题
route:
ActionController::Routing::Routes.draw do |map|
map.resources :products
map.resources :store
# Set the default controller.
map.root :controller => 'store'
# Install the d ...
by blwidow 2008-05-22 浏览 (300) 回复 (3) 关键字:
Ruby on Rails 2.0的新特性介绍
万众瞩目的Ruby on Rails 2.0已经发布了,Rails框架在2004年诞生以来,一直保持着相当快的版本升级速度:2005年发布了Rails1.0版本,2006年初发布Rails1.1版本,2007年初发布Rails1.2版本,而还没有等到2008年,在2007年圣诞前夕的12月6日,Rails2.0已经发布。
Rails框架每个大的版本升级都给我们带来了相当多的新功能,新惊喜。Rai ...
by robbin 2007-12-10 浏览 (14316) 回复 (19) 关键字:
请教has_and_belongs_to_many保存
class ProductsCategory < ActiveRecord::Base
has_and_belongs_to_many :products
class Product < ActiveRecord::Base
has_and_belongs_to_many :products_categories
end
def create
@pro ...
by nishizhen 2007-10-27 浏览 (834) 回复 (5) 关键字: has_and_belongs_to_many
Rolling with Rails 2.0 - The First Full Tutorial
以下这篇文章翻译自这里 ,还是新人翻译不好请大家多多指教.
我很高兴的看到 我的rails2.0视频教程被广泛接受。超过1500人次看过它,做他的目的是想简单快速地介绍下rails2.0,展示下那些可以在30分钟以内做到的事。
现在,我将要把那段视频分成几个主要的部分,并且建立一个包含一些新特性的逐步讲解的rails2.0教程.
像其他教程一样,他并不能涵盖rails2.0 100%的特性, ...
by genki 2008-02-15 浏览 (9636) 回复 (14) 关键字: rails 2.0
相关博客
Rails宝典七十八式:生成PDF文档
1,install
gem install pdf-writer
2,require & register
# environment.rb
require 'pdf/writer'
Mime::Type.register 'application/pdf', :pdf
3,use
# lib/product_drawer.rb
def self.draw(produ ...
by hideto 2007-11-05 浏览 (1505) 回复 (4) 关键字: PDF
rails 简单的生成PDF文档
生成PDF文档
你用一个应用程序, 它将产生一个报表, 一个回执单或者一些其他的输出, 你想让用户保存它们, 为了得到一致的格式以及方便的分发,用一个PDF文档进行输出。
在rails 应用程序中使用 ruby FPDF来生成PDF 文档。
首先在 http://brian.imxcc.com/fpdf/rfpdf153c.tar.gz. 下载 ruby FPDF .解压后移动到fpd ...
by sunfengcheng 2008-08-27 浏览 (178) 回复 (0) 关键字: rails, ruby, 工作,技术
使用Inkscape提供自己的pdf服务
原文出处:http://www.thesatya.com/blog/2007/09/inkscaperailspdf.html
This HOWTO explains how, given your database, a PDF form, Ruby on Rails, plus a few other things, you can produce filled-out PDF docume ...
by 9esuLuciano 2007-10-31 浏览 (256) 回复 (0) 关键字:
我收集的电子图书(51leifeng.net)
http://www.51leifeng.net/space.php?35674
不断更新中……
Effective Software Testing
WiMAX Standards and Security
Open Standards for Broadband Wireless Networks - Wi-Fi and WiMAX
Hacking VIM
Pro Jav ...
by magixyu 2008-05-09 浏览 (728) 回复 (2) 关键字:
学习ruby on rails 笔记(第一版)
我用的 Rails 和 Ruby 的版本:
D:\work\depot>rails -v
Rails 1.2.6
D:\work\depot>ruby -v
ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32]
第六章 任务A 货品维护
rails depot
ruby script/server scaffold Product Ad ...
by xiejiaohui 2008-02-19 浏览 (659) 回复 (0) 关键字: 学习笔记 ruby on rails
相关圈子讨论
Flex With Spring [转]
来源: http://coenraets.org/flex-spring
What is Spring?Spring is one of the most popular Java frameworks. The foundation ofthe Spring framework is a lightweight component container thatimplements ...
by mikel 2007-11-23 浏览 (1186) 回复 (1)
Websphere参考资料(pdf)下载链接
WebSphere 产品资料
IBM WebSphere Application Server – Express Version 6.0(898.2KB)
http://www-900.ibm.com/cn/software/websphere/products/download/datasheets/WAS-Express-Spec-Sheet_C.pdf
IBM WebSphere ...
by IBM文章编辑 2007-08-06 浏览 (2450) 回复 (1)
Longbow First Aid Products Manufactory
Longbow First Aid Products Manufactory
(ever used name: Foshan Longbow Medical and Health Products Factory)
Contact: Mr.Dong
Add: Zonghe Building, Fengshou Paishuibengzhan, Chancheng District, Foshan ...
by chinalongbow 2007-07-17 浏览 (323) 回复 (0)
相关新闻
Rails 2.0 Preview Release
原文: http://weblog.rubyonrails.org/2007/9/30/rails-2-0-0-preview-release
Action Pack: Resources
1,RESTful风格改进:
/people/1;edit将变成/people/1/edit
2,添加routing名字空间
map.namespace(:admin) do |admin|
ad ...
by hideto 2007-10-04 浏览 (953) 回复 (0) 关键字: Rails 2.0
Ruby on Rails 2.0的新功能介绍
万众瞩目的Ruby on Rails 2.0已经发布了,Rails框架在2004年诞生以来,一直保持着相当快的版本升级速度:2005年发布了Rails1.0版本,2006年初发布Rails1.1版本,2007年初发布Rails1.2版本,而还没有等到2008年,在2007年圣诞前夕的12月6日,Rails2.0已经发布。
Rails框架每个大的版本升级都给我们带来了相当多的新功能,新惊喜。Rai ...
by robbin 2007-12-10 浏览 (3553) 回复 (4) 关键字: rails
Ext Scaffold Generator Plugin for Rails
Martin Rehfeld 发布了Ext for rails 的Generator,新增了MIMETYPE ext_json, 并且继承了 Array 和 ActiveRecord::Base 提供 ext_json 方法。
近来Ext开始越来越红火起来,rails+ext 也许是个不错的选择。
# GET /posts
# GET /posts.ext_json
def ind ...
by xxj 2008-01-24 浏览 (1127) 回复 (4) 关键字: rails ext

