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
ios下调用jpush的api进行推送(Rails做服务端)
第一步,在
Gemfile
里添加 gem ' jpush-api-ruby-client' gem 'rest-client' gem 'json' 第二步,下载jpush
kedazhaoguowei
·
2013-11-03 19:00
Rails
rails Rspec测试框架
的测试框架 gem 'rspec-rails' || https://github.com/rspec/rspec-rails # 添加gem到
Gemfile
lzyfn123
·
2013-11-03 17:00
rails测试
rspec 测试框架
Gem/Bundle/Rvm
明明我们在
Gemfile
中写的是: source "http://rubygems.org" 好了,既然bundleinstall很慢,那我就去下载gem文件下来
dc_726
·
2013-11-02 20:00
devise
在
gemfile
里添加 gem 'devise' bundle之后在项目路径下执行 rails generate devise:install  
wangsir_81
·
2013-10-30 17:00
devise
Window7—64位:Ruby on Rails - “Add 'gem sqlite3'' to your
Gemfile
”
解决问题的方法http://stackoverflow.com/questions/17350837/ruby-on-rails-add-gem-sqlite3-to-your-
gemfile
/17409859
sileixinhua
·
2013-10-21 20:00
on
Ruby
Rails
rails 4.0 中 i18n 进行 model 中文化
在
gemfile
中加入 #国际化 gem'rails-i18n','~>4.0'#For4.0.x 在application.rb中加入 config.i18n.load_path+=Dir[Rails.root.join
remote_roamer
·
2013-10-20 22:00
Ruby 之Gem kaminari
分页以及查询
GemFile
#数据查询 gem'pacecar','1.5.3'#给模型添加实用的scope gem'kaminari','0.14.1'#分页支持Modelsscope:like_filter
menxu_work
·
2013-09-26 17:00
Ruby
kaminari
What's it!
Gemfile
是什么?我们的应用为什么可以跑在android上?我们的html页面怎么跑在android上?我们的html页面是怎么发短信的,背后的机制是什么?haml是什么?html是什么?
Channely
·
2013-09-23 15:00
Rails源码阅读(11)Rails使用bundle保持多机器环境gem版本的一致性
====rails3==== 文件conf/book.rb require 'rubygems' # Set up gems listed in the
Gemfile
fantaxy025025
·
2013-09-05 19:00
Bundle
Rails源码阅读(11)Rails使用bundle保持多机器环境gem版本的一致性
====rails3==== 文件conf/book.rb require 'rubygems' # Set up gems listed in the
Gemfile
fantaxy025025
·
2013-09-05 19:00
Bundle
Rails_
Gemfile
_Bundle_是否需要指定gem的版本_多机器运行环境一致问题_Gems版本保持一致
Rails_
Gemfile
_Bundle_是否需要制定gem的版本_多机器运行环境一致问题_Gems版本保持一致 Rails目录下有两个文件,
Gemfile
和
Gemfile
.lock
fantaxy025025
·
2013-09-05 15:00
Bundle
Rails_
Gemfile
_Bundle_是否需要指定gem的版本_多机器运行环境一致问题_Gems版本保持一致
Rails_
Gemfile
_Bundle_是否需要制定gem的版本_多机器运行环境一致问题_Gems版本保持一致 Rails目录下有两个文件,
Gemfile
和
Gemfile
.lock
fantaxy025025
·
2013-09-05 15:00
Bundle
ruby 中的 bundle install 不能用
在可以使用bundle的目录中,都有一个
Gemfile
文件,修改该文件中的source'http://ruby.taobao.org/'
oldfeel
·
2013-08-24 17:00
Bundle
gem
ruby rails_kindeditor(编译器)插件
阅读更多widows下rails3.0rails_kindeditor(0.3.20)配置第一种简单配置方法:1.在
gemfile
文件下添加如下代码:gem'mini_magick','3.5.0'gem'carrierwave'gem'rails_kindeditor
zhq_zhq
·
2013-08-16 10:00
devise介绍+使用
1:
Gemfile
中加入: gem 'devise' 2:建立devise档案: rails g devise:install(自动在routes.rb中加入:devise_for:user) 3:
jiafuguang
·
2013-08-12 14:00
vi
Ruby on Rails学习心得(二)Hello Ruby on Rails
新建项目先进用进入存放项目的文件夹,输入一下命令railsnewprojectName,例如railsnewMyBlog其中我要新建的项目名称是MyBlog建好项目以后,然后进入MyBlog文件夹,修改
Gemfile
leaf志良
·
2013-08-05 10:00
让Rails程序出现异常错误等自动发送错误邮件 - exception_notification
配置环境:Ruby1.9.3 Rails3.2.21.安装 exception_notification gem在
Gemfile
中添加gem'exception_notification','3.0.0
wwwmmm
·
2013-08-03 10:00
异常
Rails
执行rails server 出现in `autodetect': Could not find a JavaScript runtime.
(ExecJS::RuntimeUnavailable) 解决方案1:在
GemFile
(文件的位置在项目的
程序员之蚁族
·
2013-07-24 17:00
Ruby
Rails
Pry的安装
Pry 用于rails应用的调试 在
Gemfile
中添加 gem 'pry', :group =>:development bundle install 即可。
·
2013-07-23 15:00
安装
thinking_sphinx在rails使用的简单描述
第一步:在
Gemfile
添加gem包如
jiafuguang
·
2013-07-15 11:00
sphinx
解决bundle install太慢
在使用railsnew myproject ,会在myproject建立
Gemfile
等一些文件然后会提示run bundleinstall这个时间比较长,解决办法: 在创建新的project时候,使用
孔俊
·
2013-07-09 17:00
Install
Bundle
Ruby
gem
慢
Padrino 生成器指南
http://www.padrinorb.com/guides/generatorsPadrino提供了用于快速创建应用的生成器,其优势在于构建推荐的Padrino应用结构、自动生成罗列了所有启动依赖项的
Gemfile
·
2013-07-05 16:00
生成
Padrino 生成器指南
http://www.padrinorb.com/guides/generatorsPadrino提供了用于快速创建应用的生成器,其优势在于构建推荐的Padrino应用结构、自动生成罗列了所有启动依赖项的
Gemfile
麦机长
·
2013-07-05 15:00
Rails、Nginx、Passenger、bundle,这几者是怎么协作的?
开发人员在
Gemfile
中指定所需的gem和版本等信息,然后b
selfcontroller
·
2013-06-27 00:00
Bundle
分页插件 Kaminari 介绍
,我发现一个更好选择,那就是Kaminari我选择它,主要是看中其直观灵活的界面定制功能,它不像will_paginate那样需要配置一大堆参数,而是采用view文件来进行配置,非常好用安装很简单,在
Gemfile
yzijun
·
2013-06-22 21:00
faker 生成测试数据
在
Gemfile
中添加faker gem 'faker', '1.0.1' 执行bundle install 在lib/tasks下创建sample_data.rake
michael_roshen
·
2013-05-19 21:00
测试数据
faker
database_cleaner
修改
Gemfile
,添加databas
michael_roshen
·
2013-05-12 00:00
teardown
bcrypt-ruby : secure password
修改
Gemfile
,添加bcrypt-ruby,gem 'bcrypt-ruby', '3.0.1' 2.
michael_roshen
·
2013-05-11 02:00
password
bcrypt-ruby
password_digest
Rails 调试和记录日志方法总结
程序的总结 1、使用debug方法如果想在view中显示@product的信息,使用会在网页源码中以YAML格式输出@product所有属性值 2、使用ruby-debuggemruby1.9.2以上在
GemFile
丨Elliot
·
2013-05-08 15:17
debug
Rails
调试
tdd with capybara
1. add capybara to the
Gemfile
group :test do gem 'capybara','1.1.2' end
michael_roshen
·
2013-05-01 21:00
test
captbara
部署rails到heroku时,Sqlite引起的错误
解决方案: heroku默认使用pg,所以在
Gemfile
中,只有开发和测试模式下,才使用sqlite3 gem 'sqlite3', :group => [:development, :test
michael_roshen
·
2013-04-29 01:00
heroku
sqlite3
Could not find gem
(>=1.0.3)x86-mingw32'inthegemsavailableonthismachine.Solution:D:\Ruby\projects\demo1>bundleinstall--
gemfile
pan_tian
·
2013-04-05 23:00
rake db:migrate执行出错,提示Using bundle exec解决方案
You have already activated rake 0.9.2.2, but your
Gemfile
requires rake 10.0.3.
jarry-li
·
2013-03-11 17:00
rake db:migrate
Rails环境配置
更改gem source通过gem sources命令配置源,或通过修改
Gemfile
中的source语句可以实现常用的source,比官方的速度快http://rubyg
pluto418
·
2013-03-10 14:00
Ruby
Rails
Pry Rails C 使用
Pry安装在
Gemfile
里面写入group:developmentdogem'pry'end如果是Rails,写入group:developmentdogem'pry-rails'end使用Prypry-r
mingle
·
2013-02-28 11:00
sitemap_generator 生成 Sitemap
安装编辑
Gemfile
1 gem'sitemap_generator'bundleinstall安装完成之后,执行1 rakesitemap:install会在config目录下生成sitemap.rb
dheyuan
·
2013-02-07 15:05
66
sitemap_generator 生成 Sitemap
安装编辑
Gemfile
1gem'sitemap_generator'bundleinstall安装完成之后,执行1rakesitemap:install会在config目录下生成sitemap.rb*配置将
dheyuan
·
2013-02-07 15:05
66
Rails框架之
Gemfile
.lock文件作用
Gemfile
.lock用来记录Application中的依赖Gem包,并详细记录了依赖Gem包的版本。
sanqianyuejia
·
2013-02-02 15:59
Bundle
Rails
gemfile
sitemap_generator 生成 Sitemap
阅读更多安装编辑
Gemfile
1gem'sitemap_generator'bundleinstall安装完成之后,执行1rakesitemap:install会在config目录下生成sitemap.rb
shuaigelingfei
·
2013-01-27 21:00
生成
Sitemap
sitemap_generator 生成 Sitemap
阅读更多安装编辑
Gemfile
1gem'sitemap_generator'bundleinstall安装完成之后,执行1rakesitemap:install会在config目录下生成sitemap.rb
shuaigelingfei
·
2013-01-27 21:00
生成
Sitemap
sitemap_generator 生成 Sitemap
安装 编辑
Gemfile
1 gem 'sitemap_generator' bundle install安装完成之后, 执行 1
shuaigelingfei
·
2013-01-27 21:00
生成
Sitemap
迭代式开发rails应用(一)
web敏捷开发之道——应用rails进行敏捷web开发》1.创建apprailsnewtest-depot--skip-bundlecdtest-depotbundleinstall--local修改
GemFile
momoliu
·
2012-12-10 16:00
迭代式开发rails应用(一)
web敏捷开发之道——应用rails进行敏捷web开发》1.创建apprailsnewtest-depot--skip-bundlecd test-depotbundleinstall--local修改
GemFile
momoliu
·
2012-12-10 16:00
Rails
在rails3 中使用 i18n来做国际化处理
1.访问railsi18n插件的官方网站,查看信息http://guides.rubyonrails.org/i18n.html2.在
Gemfile
中加入gem'rails-i18n'3.使用bundleinstall
remote_roamer
·
2012-12-03 15:00
mac os 上 安装 rails 连接 mysql server
位的区别.我的ruby因为要使用oci8连接oracle.只能使用32位的原因.所以也下载了32位的mysql.如果使用64位的mysql.会在geminstallmysql2的时候出错.2.在项目的
Gemfile
remote_roamer
·
2012-12-02 01:00
Rvm,gems,rubygems,bundle,
gemfile
,git,rake,
rvm,gems,rubygems,bundle,
gemfile
,git,rake,怎么这么多概念,都是干什么用的?
超人二号
·
2012-11-29 13:00
Ruby on rails 创建基于Rspec项目
阅读更多1.首先$railsnewsample_app--skip-test-unit2.在
Gemfile
中添加gem'rspec-rails','2.11.0'gem'factory_girl_rails
HUYIZIZHEN
·
2012-11-21 11:00
rspec
rails
ruby
Ruby on rails 创建基于Rspec项目
在
Gemfile
中添加 gem 'rspec-rails', '2.11.0' gem 'factory_girl_rails','1.4.0' gem 'capybara'
HUYIZIZHEN
·
2012-11-21 11:00
Ruby
Rails
rspec
Ruby on rails 创建基于Rspec项目
阅读更多1.首先$railsnewsample_app--skip-test-unit2.在
Gemfile
中添加gem'rspec-rails','2.11.0'gem'factory_girl_rails
HUYIZIZHEN
·
2012-11-21 11:00
rspec
rails
ruby
ransack--简单搜索
Ransack重写了MetaSearch,使用Ransack可以对模型创建简单的和高级两种搜索下面是结合分页will_paginate的一个例子: 1.在
gemfile
中添加gem包,ransack,后执行
michael_roshen
·
2012-11-18 14:00
search
will_paginate
ransack
上一页
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
其他