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.RequirementsJS Data Helper requi...2009-06-03 09:12:23 · 174 阅读 · 0 评论 -
city_helper: 省市二级联动Select插件
city_helper: 省市二级联动Select插件from LetRails by yuanyicity_helper提供了几个简单的helper来实现省及城市的二级联动select,目前只支持国内城市,经过测试的浏览器:FF3, Chrome 2 beta, IE7,Safari 4。安装$ script/plugin install git:...2009-06-03 09:36:07 · 190 阅读 · 0 评论 -
theme_support: 为Rails应用添加theme支持
theme_support: 为Rails应用添加theme支持from LetRails by yuanyitheme_support是Matt McCray写的一个为Rails应用增加类似Typo的theme管理的插件,功能类似于Typo,支持liquid和erb模板。安装$ script/plugin install http:...2009-06-03 09:51:04 · 152 阅读 · 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 · 160 阅读 · 0 评论 -
Paperclip: Attaching Files in Rails
//安装插件:script/plugin install git://github.com/thoughtbot/paperclip.gitscript/generate migration add_columns-to_tasksdef self.up add_column :tasks, :photo_file_name, :string add_...2009-06-30 14:26:39 · 107 阅读 · 0 评论
分享