
PLUGINS
iteye_850
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
js-data-helper plugin
github address: http://github.com/CodeOfficer/js-data-helper/tree/master What Is It? It’s a Rails plugin that will help you pass data from Rails to Javascript. Requirements JS Data Helper requi...2009-06-03 09:12:23 · 165 阅读 · 0 评论 -
city_helper: 省市二级联动Select插件
city_helper: 省市二级联动Select插件 from LetRails by yuanyi city_helper提供了几个简单的helper来实现省及城市的二级联动select,目前只支持国内城市,经过测试的浏览器:FF3, Chrome 2 beta, IE7, Safari 4。 安装 $ script/plugin install git:...2009-06-03 09:36:07 · 180 阅读 · 0 评论 -
theme_support: 为Rails应用添加theme支持
theme_support: 为Rails应用添加theme支持 from LetRails by yuanyi theme_support是Matt McCray 写的一个为Rails应用增加类似Typo的theme管理的插件,功能类似于Typo,支持liquid 和erb模板。 安装 $ script/plugin install http:...2009-06-03 09:51:04 · 141 阅读 · 0 评论 -
swfchart
swfchart from LetRails by admin 简介 Swfchart能够让你很轻松的将maani.us的SWF/XML Chart绘图工具 集成到你的Rails应用中。 安装 首先你需要去maani.us下载SWF/XML Chart ,目前经过测试的版本是4.6版,然后将其解压缩到你的public目录下: publi...原创 2009-06-03 10:06:18 · 151 阅读 · 0 评论 -
Paperclip: Attaching Files in Rails
//安装插件: script/plugin install git://github.com/thoughtbot/paperclip.git script/generate migration add_columns-to_tasks def self.up add_column :tasks, :photo_file_name, :string add_...2009-06-30 14:26:39 · 99 阅读 · 0 评论