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
Rails笔记《三》富文本编辑器Ckeditor
打开
Gemfile
,加入
virusswb
·
2012-11-02 16:18
Rails
ckeditor
richtext
text_area
heroku quick deploy
#need pg in
Gemfile
#sqlite3 in dev 1) gem install heroku 2) heroku login 3) heroku create
夜鸣猪
·
2012-10-18 23:00
Ruby
heroku
Gemfile
依赖包
Bundle介绍:Rails3中引入Bundle来管理项目中所有gem依赖,该命令只能在一个含有
Gemfile
的目录下执行,如rails3项目的根目录。
alada007
·
2012-10-01 15:00
JavaScript
list
git
Ruby
Rails
dependencies
How to use your
GemFile
使用
GemFIle
需要至少一个Gem源。
resouer
·
2012-09-12 15:00
bundle命令
该命令只在一个含有
Gemfile
的目录下执行。
Anleb
·
2012-09-09 00:00
Bundle
Ruby
Rails
rails3 使用jquery-datatables-rails
环境:ruby1.8.7rails3.2.7 1.下载jquery-datatables-rails,在
gemfile
文件中添加 gem"jquery-datatables-rails","~>1.10.0
michael_roshen
·
2012-09-01 00:00
table
datatables
devise:用于rails的验证 (一)
1、新建rails工程 $ rails new app1 -d=mysql 配置
Gemfile
文件,添加一句: gem 'devise' #devise是一个gem
lzyfn123
·
2012-08-28 15:00
Rails
bundle 命令
nbsp; bundle check # Checks if the dependencies listed in
Gemfile
freebird0221
·
2012-08-21 11:00
Bundle
Rails3 分页插件will_paginate
环境:ruby1.9.3,rails3.2.6 1.在
Gemfile
文件中增加,后在命令行中执行bundleinstall,下载will_paginate包 gem'will_paginate','~
michael_roshen
·
2012-08-20 18:00
will_paginate
rails 日期选择gem calendar_date_select 安装全过程
我的开发环境是 Rails3.2.5 1.首先安装gem包 在文件你的项目文件中找到
gemfile
, 在任意位置加入下面一行: gem'calendar_date_select',:git=>'http
glorySpring
·
2012-08-09 14:39
calendar
Rails
日期控件安装
ruby开发
rails3结合RSpec,Capybara,Guard和Spork进行BDD测试实践小结
以下为大致流程:1.新建工程,修改
gemfile
,添加:group:testdogem'capybara','1.1.2'gem'rspec-rails','2.10.0'end2.运行bundle进
dearjohn
·
2012-08-09 09:00
测试
rails3结合RSpec,Capybara,Guard和Spork进行BDD测试实践小结
以下为大致流程: 1.新建工程,修改
gemfile
,添加: group :test do gem 'capybara', '1.1.2' gem 'rspec-r
dearjohn
·
2012-08-09 09:00
测试
Rails开发过程中,避免使用bundle exec的解决方案
bundleexec这个前缀,是为了保持本地所云行的gem与
gemfile
里面指定的gem是一致的,否则,会因为版本问题,出现各种小的bug,有时候让开发者无所适从。
dearjohn
·
2012-08-09 08:00
RVM
Rails开发过程中,避免使用bundle exec的解决方案
bundleexec这个前缀,是为了保持本地所云行的gem与
gemfile
里面指定的gem是一致的,否则,会因为版本问题,出现各种小的bug,有时候让开发者无所适从。
dearjohn
·
2012-08-09 08:00
RVM
Rails开发过程中,避免使用bundle exec的解决方案
bundle exec这个前缀,是为了保持本地所云行的gem与
gemfile
里面指定的gem是一致的,否则,会因为版本问题,出现各种小的bug,有时候让开发者无所适从。
dearjohn
·
2012-08-09 08:00
rvm
heroku 上使用 pygments.rb遇到的问题
阅读更多
Gemfile
增加以下内容#markdowngem"redcarpet","~>2.1.1"gem"pygments.rb",'~>0.2.13'本地调试环境Pygments可以正常使用,push
beiersi
·
2012-08-03 22:00
pygments.rb
heroku
redcarpet
heroku 上使用 pygments.rb遇到的问题
阅读更多
Gemfile
增加以下内容#markdowngem"redcarpet","~>2.1.1"gem"pygments.rb",'~>0.2.13'本地调试环境Pygments可以正常使用,push
beiersi
·
2012-08-03 22:00
pygments.rb
heroku
redcarpet
heroku 上使用 pygments.rb遇到的问题
Gemfile
增加以下内容 # markdown gem "redcarpet", "~> 2.1.1" gem &
beiersi
·
2012-08-03 22:00
heroku
pygments.rb
redcarpet
factory_girl 使用帮助
Getting Started Update Your
Gemfile
If you're using Rails, you'll need to change the required version
pobing
·
2012-07-17 17:00
factory_gril
Ruby on Rails中安装分页插件will_paginate
基本步骤 1、安装will_paginate:编辑
GemFile
,添加一行:gem ‘will_paginate’然后执行: $ bundle install 2、
dearjohn
·
2012-07-17 16:00
ror
rails插件
如何将本地Git上的APP同步到Github上
APP,并且进入该目录 $ cd ˜/rails_projects $ rails new demo_app $ cd demo_app 2、使用文本编辑器打开
gemfile
dearjohn
·
2012-07-09 19:00
github
ror
版本控制
RubyChina源代码研究笔记:Rails3+Mongodb: 如何在Rails项目中整合Mongodb
新建项目railsnewmongodb--skip-active-record生成一个叫mongodb的项目,并且移除active-record的代码引入Gem修改
Gemfile
文件gem'mongoid
hexudong08
·
2012-07-05 12:00
mongodb
String
Blog
Module
Rails
include
rails3 中html编辑器 rails_kindeditor
编辑器配置:http://www.kindsoft.net/docs/option.html 1.安装rails_kindeditor,在
gemfile
中添加如下代码: (windows
zyn_zyn
·
2012-06-14 21:00
kindeditor
Ruby更改gem source
通过gem sources命令配置源,或通过修改
Gemfile
中的source语句可以实现。
clark1231
·
2012-06-13 10:00
Rails
gem
Ruby更改gem source
通过gemsources命令配置源,或通过修改
Gemfile
中的source语句可以实现。
clark1231
·
2012-06-13 10:00
rails
gem
Ruby更改gem source
通过gem sources命令配置源,或通过修改
Gemfile
中的source语句可以实现。
clark1231
·
2012-06-13 10:00
Rails
gem
Kindeditor4.0 for Rails3 . 基于jquery
Installation Add this to your
Gemfile
gem "carrierwave" gem &qu
chen_miao
·
2012-06-11 20:00
kindeditor4
rails html编辑器
ror 使用分页插件的一些问题
在ror中使用分页插件: 'will_paginate'的时候,真是辗转反侧啊,首先是下载安装插件的问题,网上说法各不相同,都不知道究竟怎么安装,试了很多方法都不行,最好找到一个方法:在
GemFile
里面加一行
walkingmanc
·
2012-06-09 20:00
rails `autodetect’: Could not find a JavaScript runtime.错误
类似这样的 找了很多资料,说什么要装therubytarcer之类的包 改了
gemfile
还是不行 最后在国外网站看到是因为服务器没有装nodejs nodejs可以在后台运行js ubuntu
mruu
·
2012-06-05 16:00
JavaScript
rails3.2.3 使用rails_kindeditor
1.将下面代码加入
Gemfile
: gem 'rails_kindeditor' 2.运行"bundle"命令: bundle 3.安装Kindeditor,运行下面的代码
villins
·
2012-05-26 20:00
kindeditor
rails3.2 omniauth_china各平台授权
1.安装 方法一:gem install omniauth_china 方法二:
gemfile
中添加 gem 'omniauth_china' 2.在配置文件config/application.rb
zyn_zyn
·
2012-05-10 17:00
rails3
Auto-Complete Association
针对有些情况下下拉菜单过长导致选择不便,此处我将演示通过输入文字自动补全来选择 我这里要在product的view中自动补全thing
Gemfile
中  
clark1231
·
2012-05-03 15:00
Rails
Could not find gem 'jquery-rails (>= 0) ruby' in any of the gem sources listed i
今晚创建项目时遇到这个问题:Could not find gem 'jquery-rails (>= 0) ruby' in any of the gem sources listed in your
Gemfile
vslimit
·
2012-04-19 01:00
jquery
Ruby更改gem source
通过gem sources命令配置源,或通过修改
Gemfile
中的source语句可以实现。
yanzilee9292
·
2012-04-17 16:00
source
Ruby更改gem source
通过gemsources命令配置源,或通过修改
Gemfile
中的source语句可以实现。
yanzilee9292
·
2012-04-17 16:00
rails3 rmagick插件用法
环境:ruby1.9.3 rails3.2 windows7 1.rmagick2.13.1插件 在
gemfile
中添加: gem 'rmagick', '2.13.1' 运行bundle install
zyn_zyn
·
2012-04-09 16:00
RMagick
在windows系统下Ruby or Rails环境正确安装并调用ckeditor的步骤
以下是亲自实验的步骤: 1.在所建项目根目录下找到
Gemfile
这个文件,打开在其中加入 gem'ckeditor',:git=>"https://github.com/galetahub/ckeditor.git
tyllxx
·
2012-04-08 09:00
安装
Ruby
Rails
调用
ckeditor
or
如何在Cucumber下运行ruby-debug
#
Gemfile
group :development, :test do # ... other gems here gem 'ruby-debug19', :require =&
夜鸣猪
·
2012-04-07 00:00
debug
rails devise 实例
1$railsnewr2-d=mysql配置
Gemfile
文件,添加一句:?
xitong
·
2012-04-01 15:00
Rails
rails devise 实例
1$railsnewr2-d=mysql配置
Gemfile
文件,添加一句:?
aabbcc456aa
·
2012-04-01 15:00
细说Ruby工程的Bundle以及如何加快bundle install
明明我们在
Gemfile
中写的是: source "http://rubygems.org"
samson7b
·
2012-03-19 12:00
Install
rails 数据库配置
驱动配置:
Gemfile
:gem 'mysql2', '0.2.6' 或者 gem install mysql2 --with-mysql-dir=/usr/local/mysql --with-mysql-config
fireDragonpzy
·
2012-03-17 13:00
Rails
mysql2
Rails 3: Passenger can't find git gems || gem is not checkout Please run bundle install
gem 'paperclip', :git => 'git://github.com/lmumar/paperclip.git', :branch => 'rails3'to your
Gemfile
xitong
·
2012-03-16 16:00
Install
非常奇怪的rails3 rspec (describe) 问题: 慎重使用嵌套describe
describe 今天使用了 gem : state_machine ( https://github.com/pluginaweek/state_machine) 我的
Gemfile
sg552
·
2012-03-09 14:00
rspec
rails3
nested describe
state_machine
uninitialized constant MemCache (NameError)
今天打算在项目中使用缓存,借助cache_fu这个gem来实现, 1、
Gemfile
文件加入cache_fu 2、然后bundle install 3、安装 libevent 4、安装
selfcontroller
·
2012-03-09 01:00
memcache
Gem Bundle 入门
GemBundle入门Bundle使用Rails3中引入Bundle来管理项目中所有gem依赖,该命令只能在一个含有
Gemfile
的目录下执行,如rails3项目的根目录关于
Gemfile
和
Gemfile
.lock
sean_cd
·
2012-03-05 18:00
sqlite
Ruby
rubygems
Rails
authorization
dependencies
ubuntu中Rails Server遇到Could not find a JavaScript runtime问题
在网上查了许多资料,这个代表是没有找到js的运行环境,在windows下默认是已经安装的,但是在ubuntu下必须得自己去安装,开始的时候网上写的在
Gemfile
中添加上如下语句:gem‘execjs’
mengxiangyue
·
2012-02-25 20:00
JavaScript
server
ubuntu
kill
Ruby
Rails
搭建ror的第一个实例
1.搭建实例环境:cd:opt/webapp/railsnewdemo-d=mysql在
Gemfile
中加上gem'execjs'gem'therubyracer'然后在demo/中运行:bundleinstall
ricky_hust
·
2012-02-15 20:00
RSpec + Spork + Autotest 给Rails 3添加快速自动化测试
1、新建工程时不使用test-unit1rails new myapp--skip-test-unit2、添加gem修改
Gemfile
1group :development, :test do2 gem
emerald0106
·
2012-02-11 17:00
File
测试
Class
Path
Rails
rspec
在Rails中使用Pry
1、在
Gemfile
中添加: 引用 group :development do gem 'pry' end 运行bundle install。
biyeah
·
2012-02-07 06:00
Rails
上一页
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
其他