E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
gemfile
Rails3安装ckeditor
在项目
Gemfile
中增加一下代码: gem 'ckeditor', '3.5.4' #安装插件 bundle install
dingchunlai
·
2011-06-09 16:00
JavaScript
css
Rails
Rails3安装ckeditor
阅读更多在项目
Gemfile
中增加一下代码:gem'ckeditor','3.5.4'#安装插件bundleinstall#生成ckeditor的js文件,查看config/initializers/ckeditor.rb
dingchunlai
·
2011-06-09 16:00
Rails
JavaScript
CSS
[转贴] 关于 bundle 的使用 - Gem Versioning and Bundler: Doing it Right
作者主要是说了两个方面: bundle 的运行规则: 借助
Gemfile
.lock ,bundle 会在整个项目中确保类库版本的一致性 更新
Gemfile
后,需要运行
fsword
·
2011-05-31 12:00
脚本
项目管理
[转贴] 关于 bundle 的使用 - Gem Versioning and Bundler: Doing it Right
作者主要是说了两个方面:bundle的运行规则:借助
Gemfile
.lock,bundle会在整个项目中确保类库版本的一致性更新
Gemfile
后,需要运行bundleinstall,这个命令将“保守”的更新
fsword
·
2011-05-31 12:00
项目管理
脚本
rails3 中的分页管理插件 Kaminari 的安装使用
遇到了一些问题: 在 https://github.com/amatsuda/kaminari上的Kaminari的使用说明readme.rdoc中对他的安装使用方法是这样的: 在rails项目的
gemfile
zzhattzzh
·
2011-05-11 11:00
java
项目管理
Rails
rails3中的mysql配置出现问题:Error: Please install the mysql2 adapter: `gem install activ
Error: Please install the mysql2 adapter: `gem install activerecord-mysql2-adapter` 解决办法: 打开网站项目中的
Gemfile
zzhattzzh
·
2011-05-10 13:00
java
编程
Web
Ruby
Rails
use 'capistrano'
Start to use capistrano 1 add " gem 'capistrano'" a new line to
Gemfile
2 run:
xiayw
·
2011-05-09 17:00
linux
capistrano
ubuntu
git
ssh
Could not find tzinfo-0.3.26 in any of the sources
通过gem list 可以看到生产机安装的gem版本列表 再打开
gemfile
.loc
RunUpwind
·
2011-05-06 15:00
Rails
rails 3 excel excel_rails
安装 excel_rails必须要安装spreadsheet
Gemfile
gem 'spreadsheet' gem 'excel_rails' 写道 保存后执行
ddl1st
·
2011-05-04 17:00
html
xml
Excel
Ruby
Rails
rails 3 connect to mysql db
呵呵然后在你得
Gemfile
(Railsapplicationin/somewhere)platforms:jrubydogem'acti
xiayw
·
2011-04-27 16:00
Rails
MySQL
jruby
Ruby
ActiveRecord
rails 3 connect to mysql db
呵呵然后在你得
Gemfile
(Railsapplicationin/somewhere)platforms:jrubydogem'acti
xiayw
·
2011-04-27 16:00
Rails
MySQL
jruby
Ruby
ActiveRecord
使用paperclip来为rails3上传文件
club.udong.com.cn/group/topic/116325作者:BlackDukepaperclip目前最新版本为2.3.8:$geminstallpaperclip通过bundle安装,在
Gemfile
yanzilee9292
·
2011-04-27 11:00
Rails
ActiveRecord
Ubuntu
UP
使用paperclip来为rails3上传文件
club.udong.com.cn/group/topic/116325作者:BlackDukepaperclip目前最新版本为2.3.8:$geminstallpaperclip通过bundle安装,在
Gemfile
yanzilee9292
·
2011-04-27 11:00
Rails
ActiveRecord
Ubuntu
UP
使用paperclip来为rails3上传文件
nbsp; paperclip目前最新版本为2.3.8: $ gem install paperclip 通过bundle安装,在
Gemfile
yanzilee9292
·
2011-04-27 11:00
ubuntu
UP
Rails
ActiveRecord
Rails3中使用jquery
1 rails new helloworld - J 然后,在项目的
Gemfile
中添加, view source print ?
jojo_java
·
2011-04-26 16:00
jquery
UI
prototype
J#
Rails
Rails3:使用bundler管理gems
而你在Rails3中(Bundler不只用在Rails3,其他例如Sinatra或是Rails2也都可以使用)要使用的Gems,也都必须宣告在它的
Gemfile
裡,没写在裡面的话,就算手动req
foyoto
·
2011-04-16 23:00
Rails
rspec
rubygems
Git
Sinatra
Rails3:使用bundler管理gems
而你在Rails3中(Bundler不只用在Rails3,其他例如Sinatra或是Rails2也都可以使用)要使用的Gems,也都必须宣告在它的
Gemfile
裡,没写在裡面的话,就算手动req
foyoto
·
2011-04-16 23:00
Rails
rspec
rubygems
Git
Sinatra
rails3 paperclip 添加水印
https://gist.github.com/784445 rails new example -d=mysql cd example
Gemfile
添加 gem '
ddl1st
·
2011-04-11 17:00
java
mysql
F#
Rails
ActiveRecord
rails3 配置 exception notifier
安装 gem install exception_notification_rails3
Gemfile
gem "exception_notification"
wuhuizhong
·
2011-04-05 09:00
Gmail
OAuth gem for rails,支持豆瓣,新浪微薄,腾讯微博,搜狐微博,网易微博
安装geminstalloauth_china使用在
Gemfile
里添加:gem'oauth' gem'oauth_china'添加配置文件配置文件路径:引用conf
Hooopo
·
2011-03-26 03:00
新浪微博
腾讯
Ruby
Access
Rails
OAuth gem for rails,支持豆瓣,新浪微薄,腾讯微博,搜狐微博,网易微博
安装geminstalloauth_china使用在
Gemfile
里添加:gem'oauth'gem'oauth_china'添加配置文件配置文件路径:引用co
Hooopo
·
2011-03-26 03:00
新浪微博
腾讯
Rails
Ruby
Access
Ruby #1
这个代码的时候,出现 引用 Could not find gem 'sqlite3 (>= 0)' in any of the gem sources listed in your
Gemfile
beneo
·
2011-03-24 12:00
ubuntu
Ruby
Rails
rails命令总结
railsnewxxx-JT-dmysql生成指定testjsdatabase的项目 gem'jquery-rails'在
gemfile
文件中写入 group:development,:testdo
yangbinfc
·
2011-03-11 14:27
职场
Rails
休闲
命令总结
关于rails项目从2.x升级到3.0以上时,mysql问题
今日将公司的rails2.3.8项目升级到rails3.0.5的时候,我在3.0.5的项目的
Gemfile
里面绑定的是mysql2,然后bundle install,之后我又将项目原来的config/databases.yml
selfcontroller
·
2011-03-05 03:00
mysql
Google
Rails
使用Rails的template避免重复劳动
比如在
Gemfile
中加入常用的gem,用jQuery替换Prototype,跑一些generator……等等。Rails template
darkbaby123
·
2011-02-25 22:00
jquery
html5
git
Rails
rspec
redmine部署笔记
RedmineInstallhttp://www.redmine.org/projects/redmine/wiki/HowTo_install_Redmine_on_CentOS_5#Create-the-
Gemfile
-and-register-these-gems-in-ithttp
dadaru
·
2011-02-22 12:54
部署
职场
redmine
休闲
安装包
redmine部署笔记
RedmineInstallhttp://www.redmine.org/projects/redmine/wiki/HowTo_install_Redmine_on_CentOS_5#Create-the-
Gemfile
-and-register-these-gems-in-ithttp
dadaru
·
2011-02-22 12:54
职场
部署
休闲
网络
系统
监控
Rail3 Plugs
Rails3 Plugs
Gemfile
[1] test-unit/单元测试 gem 'test-unit', '2.1.2' [2] sunsnop/检索
vivei
·
2011-02-11 11:00
单元测试
針對 netzke 使用 authlogic 做登录验证
= 使用 authlogic 做登录验证 == 在
Gemfile
中添加authlogic相关的gems gem 'authlogic' gem 'rails3-generators
wuhuizhong
·
2011-01-17 10:00
css
F#
Flash
ActiveRecord
Rails
Rails3中使用jquery
如果使用rails3,并想使用官方提倡的UJS方式,需要安装插件: 先在
Gemfile
中加入一行: gem 'jquery-rails', '>= 0.2.6' 然后运行安装:
inosin
·
2010-12-26 18:00
JavaScript
jquery
UI
Ruby
Rails
Rails3中使用jquery
阅读更多如果使用rails3,并想使用官方提倡的UJS方式,需要安装插件:先在
Gemfile
中加入一行:gem'jquery-rails','>=0.2.6'然后运行安装:$bundleinstall生成所需要的文件
inosin
·
2010-12-26 18:00
jQuery
Rails
Ruby
JavaScript
UI
Gemfile
source'http://rubygems.org'gem'rails','3.0.3'gem'mysql2','0.2.6'#BundleedgeRailsinstead:#gem'rails',:git=>'git://github.com/rails/rails.git'gem'sqlite3-ruby',:require=>'sqlite3'#Useunicornasthewebserv
deep_explore
·
2010-12-21 21:00
mysql
sqlite
capistrano
git
Ruby
Rails
nifity scaffold gem
rails3使用nifty文章分类:Ruby编程1.在
Gemfile
中添加: gem'nifty-generators'2.railsgnifty:layout3.railsgnifty:scaffoldsurveyname
·
2010-12-21 13:00
gem
moonshine部署rails项目
railsplugininstallgit://github.com/railsmachine/moonshine.git2.生成配置文件$railsgeneratemoonshine会生成config/moonshine.yml3.在
Gemfile
luoping0425
·
2010-12-15 10:00
Rails
capistrano
Git
SVN
subversion
moonshine部署rails项目
railsplugininstallgit://github.com/railsmachine/moonshine.git2.生成配置文件$railsgeneratemoonshine会生成config/moonshine.yml3.在
Gemfile
luoping0425
·
2010-12-15 10:00
Rails
capistrano
Git
SVN
subversion
moonshine部署rails项目
在
Gemfile
中加入: gem 'shadow_puppet
luoping0425
·
2010-12-15 10:00
SVN
capistrano
git
subversion
Rails
Rails3利用whenever gem调度发送邮件
Install $ gem install whenever Or with Bundler in your
Gemfile
.
myrev
·
2010-12-01 10:00
C++
c
capistrano
C#
Rails
rails3 install jquery
Rails3中使用JQuery首先建立一个新项目,实际上有没有-J都无所谓1rails new helloworld-J然后,在项目的
Gemfile
中添加, 1gem 'jquery-rails'运行
·
2010-11-07 09:00
Install
Rails3集成测试插件Rails-Carrot(二)
Rails
Gemfile
if defined?(JRUBY_VERSION) &n
myrev
·
2010-11-03 11:00
mysql
Ruby
Rails
jruby
rspec
Rails3中使用JQuery
首先建立一个新项目,实际上有没有-J都无所谓railsnewhelloworld-J 然后,在项目的
Gemfile
中添加, gem'jquery-rails' 运行 bundleinstall
·
2010-11-02 11:00
jquery
rails3.0.1数据库从sqlite3迁移到mysql
Add it to your
Gemfile
: gem 'mysql', '2.8.1' --明明装了mysql 原因:rails
qingshou117
·
2010-10-21 03:00
mysql
Rails
paginate in rails3
per-pageIamtryingtolimitthenumberofelementsreturnedwithmislav'swillpaginatewithRails3.Iamcurrentlyusing: #
Gemfile
tjcjc
·
2010-09-18 02:00
git
UP
Rails
ActiveRecord
rails3+ paperclip图片加水印
修改
Gemfile
添加paperclip gem 'paperclip' 3.
doabit
·
2010-09-13 15:00
html
OS
Ruby
ActiveRecord
Rails
win7 下 rails3.0安装
gem install rails 需要 sqlite官方下载 dll的zip包 还有 mysql 的 dll 放到system32目录下 然后 bundle install
Gemfile
csc365kl
·
2010-09-02 15:00
mysql
sqlite
Ruby
Rails
grails
OpenId Authentication For Rails3
Add Gem
GemFile
gem 'ruby-openid' gem 'rack-openid', '>=0.2.1', :require => 'rack/openid
myrev
·
2010-09-01 22:00
git
Flash
Ruby
Rails
rack
rails3 +jquery-ui+acts_as_list实现可拖曳排序
1.建立新的项目 rails new jsort -J 2.修改
Gemfile
, gem 'rails3-generators' #用来安装
doabit
·
2010-08-25 13:00
java
jquery
UI
git
Rails
rails3.1下使用devise
rails3.1下使用devise2011-11-189:121、geminstalldevise2、在
gemfile
中添加gem'devise'3、bundleinstall4、执行railsgeneratedevise
emerald0106
·
2002-07-08 10:00
上一页
5
6
7
8
9
10
11
12
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他