分页辅助插件(Kaminari)
https://github.com/amatsuda/kaminari
https://github.com/amatsuda/kaminari.git
图片上传(Carrierwave)
https://github.com/jnicklas/carrierwave
https://github.com/jnicklas/carrierwave.git
paper_trail
https://github.com/airblade/
https://github.com/airblade/paper_trail.git
邮件发送(ar_mailer)
https://github.com/adzap/ar_mailer
https://github.com/adzap/ar_mailer.git
搜索(meta_search)
https://github.com/ernie/meta_search
https://github.com/ernie/meta_search.git
Formtastic
https://github.com/justinfrench/formtastic
https://github.com/justinfrench/formtastic.git
登录验证(Authlogic)
http://github.com/binarylogic/authlogic
https://github.com/binarylogic/authlogic.git
权限管理(CanCan)
https://github.com/ryanb/cancan
https://github.com/ryanb/cancan.git
标签(acts-as-taggable-on)
http://github.com/mbleigh/acts-as-taggable-on
https://github.com/mbleigh/acts-as-taggable-on.git
文本编辑(ckeditor)
https://github.com/galetahub/rails-ckeditor
https://github.com/galetahub/rails-ckeditor.git
Schema
http://github.com/ctran/annotate_models
https://github.com/ctran/annotate_models.git
图片验证(simple captcha)
https://github.com/galetahub/simple-captcha/
https://github.com/galetahub/simple-captcha.git
异步处理(delayed job)
https://github.com/tobi/delayed_job/
https://github.com/tobi/delayed_job.git
模型图关系一栏(PDF)
https://github.com/voormedia/rails-erd
https://github.com/voormedia/rails-erd.git
Autotest 每次修改代码或对应测试代码都会自动运行一次相应测试
https://github.com/grosser/autotest
https://github.com/grosser/autotest.git
读写Excel
https://github.com/hmcgowan/roo/autotest
https://github.com/hmcgowan/roo.git
不用bundle exec
https://github.com/joshbuddy/noexec
https://github.com/joshbuddy/noexec.git
快捷编辑一个字段
http://railscasts.com/episodes/302-in-place-editing?autoplay=true
https://github.com/bernat/best_in_place
https://github.com/bernat/best_in_place.git
ActiveRecord变更记录
https://github.com/collectiveidea/acts_as_audited
https://github.com/collectiveidea/acts_as_audited.git[/code
分享到:
相关推荐
Rails3 是 Ruby on Rails 框架的一个版本,它提供了一系列强大的命令行工具,使得开发者可以快速地构建和管理Web应用。在本文中,我们将深入探讨Rails3中的常用命令,帮助你更高效地进行开发工作。 首先,新建一个...
rails plugin install https://.../... ``` #### 四、其他常用工具 ##### 9. 安装Gem依赖 安装必要的Gem依赖,例如`execjs`和`therubyracer`: ```bash gem 'execjs' gem 'therubyracer' ``` ##### 10. Git...
resources :posts生成以下端点: GET|POST /posts GET|PUT /posts/:id 删除 /posts/:id安装$ npm i vuex-rails-plugin用法该插件可以像这样导入到任何 Vuex 商店: // store.jsimport Vuex from 'vuex'import Vue ...
标题中的“rails飞信 gem plugin api 插件的问题解决方案”涉及到的是在Ruby on Rails框架下,使用特定的gem(一种Ruby的库或插件)来集成飞信API时遇到的问题及解决方法。飞信是中国移动推出的一种即时通讯服务,...
标题《Rails3 device and cancan》与描述《ROR ruby on rails device plugin教程》指出本文是关于如何在Rails 3.2应用程序中整合Devise认证插件和Cancan授权插件的教程。Devise是一个流行的Ruby on Rails的认证解决...
* 安装所需插件(gem plugin、daemons、fastthread、cgi_multipart_eof_fix) 知识点4:创建 Rails 应用程序 * 创建测试的 Rails 应用程序 * 初始化目录结构和基本文件 知识点5:启动 Mongrel 服务器 * 启动 ...
### NetBeans Ruby and Rails IDE with JRuby 2009 #### 一、安装NetBeans IDE及Ruby支持 - **下载IDE**:首先需要下载最新版本的NetBeans IDE,该IDE集成了对Ruby的支持。 - **安装Java SDK**:由于NetBeans是...
oauth-plugin, 用于OAuth的Rails 插件 OAuth插件这是在 Rails 应用程序中实现OAuth提供者和消费者的插件。我们支持修改后的OAuth 1.0规格:tools.ietf. org/html/rfc5849以及对 OAuth 2.0的支持:tools.iet
标题中的“几个常用的plugin的直接下载”提示我们,这可能是一个关于软件开发,特别是Ruby on Rails框架中的插件(plugin)下载的话题。Rails插件是为Rails应用添加功能或扩展其核心行为的代码库。在Rails社区,...
rails.vim提供了常用的一些命令,可以帮助开发,例如:Rgenerate, Rake, Rfind,RTview等,很方便,也很实用。...拷贝 autoload/rails.vim, plugin/rails.vim, 和 doc/rails.txt 到 ~/.vim 目录. 标签:rails
Rails debug plugin for netbeans ide 6.0. Zip format without subfix.
安装Rails插件通常使用内置的`script/plugin`工具,它支持多种命令如`discover`、`source`、`unsource`、`sources`等。`discover`命令会自动查找插件的源,而`source`和`unsource`则用于管理插件仓库URL。`install`...
jquery-fileupload-rails, 用于 Rails的jQuery文件上传集成 Rails 文件上传jQuery-File-Plugin 是一个文件上传插件,由的Tschan 。 jQuery文件上传功能多文件选择。drag&拖放支持。进度栏和jQuery预览图像。 支持...
9. **Plugin系统**:Rails 2.2.2支持插件,允许开发者扩展框架功能或复用代码。 10. **Test框架**:内置的测试框架包括Unit Tests、Functional Tests和Integration Tests,确保代码质量并方便持续集成。 Rails ...
Webpack支持loader(加载器)和plugin(插件),能够转换不同类型的文件,如Babel用于将ES6+代码转换为浏览器可理解的JavaScript。 对于Rails项目,Webpacker gem被引入,以集成Webpack到Rails的开发流程中。...
3. **安装Mongrel**:Mongrel是Rails应用的Web服务器,需要额外下载并安装gem插件,如gem_plugin、daemons、fastthread、cgi_multipart_eof_fix,然后再安装Mongrel本身。 4. **创建Rails应用**:使用`rails new ...
8. **工具使用**:可能会介绍一些与Rails插件相关的辅助工具,如Bundler管理依赖,或者Rails插件生成器(如`rails generate plugin`)。 在标签中提到了“源码”和“工具”,这暗示博客内容可能不仅限于插件的应用...
Fepss开发的免费OA系统也受到中小型企业的青睐,本公司网站发布系统是基于ruby on rails开发的,这也是国内首款开放源码的基于rails开发的网站系统。 本网站系统是作为OA系统的前端展示系统,所倚赖的包都在plugin...
### 关于Rails插件的深度解析 在深入探讨Rails插件之前,让我们首先明确什么是Rails插件。Rails插件实质上是为Rails框架专门设计的自包含库,它们旨在实现代码复用,无论是你的代码还是他人的代码。通过Rails插件,...