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
[转]Could not find modernizr-2.6.2 in any of the sources 解决办法:
[git@Git gitlab]$ vi
Gemfile
source "https://rubygems.org"改为source "http://rubygems.org
gxl_ct001
·
2014-08-14 23:00
git
gitlab
bundler
modernizr-2.6.2
ruby 返回jsonp
render:json=>res,:callback=>params[:callback] end end二:sinatra中返回jsonp首先执行:geminstallsinatra-jsonp然后在
Gemfile
mn960mn
·
2014-08-13 16:00
rails rake命令
首先我遇到一个问题 当执行rake db:migrate时提示 Gem::LoadError: You have already activated rake 10.3.2, but your
Gemfile
zhaomingyuan7
·
2014-08-12 00:00
Rails
rake
部署ruby_on_rails项目到nginx上
在
Gemfile
中添加:gem'yaml_db'然后进行bundle安装bundleinstallrakedb:dump//迁移数据库配置生产环境使用的数据库:在config/database.yml文件添加如下内容
a904143034
·
2014-08-09 16:00
passenger
nginx
ruby_on_rails
部署ruby_on_rails项目到nginx上
在
Gemfile
中添加: gem 'yaml_db' 然后进行bundle安装 bundle install rake db:dump //迁移数据库 配置生产环境使用的数据库
a904143034
·
2014-08-09 16:00
nginx
passenger
ruby_on_rails
部署ruby_on_rails项目到nginx上
在
Gemfile
中添加:gem'yaml_db'然后进行bundle安装bundleinstallrakedb:dump//迁移数据库配置生产环境使用的数据库:在config/database.yml文件添加如下内容
a904143034
·
2014-08-09 16:00
passenger
nginx
ruby_on_rails
ruby on rails 的工程跑在nginx上
x86_64-linux]Rails4.1.11.让你的项目在production上能够跑起来railss-eproduction可以先试一下,如果跑起来正常就不用配置,如果不正常,接这进行下面的配置在
gemfile
tianlitao
·
2014-08-05 09:00
nginx安装与部署rails工程
1.在安装nginx和部署rails工程之前,先让rails工程在production下跑起来 我这里说的是sqlite3的数据库, 在
Gemfile
中添加: gem 'yaml_db'  
moneyinto
·
2014-08-04 22:00
nginx安装
网站部署
rails3.1 jquery框架上安装kindeditor4.0
安装将下面代码加入
Gemfile
:gem"carrierwave"gem"rails_kindeditor"运行“bundle”命令:bundle安装Kindeditor,运行下面的代码:railsgeneraterails
zyn_zyn
·
2014-07-31 10:00
Rails
kindeditor
使用者認證
編輯
Gemfile
加上gem'devise'輸入bundleinstall安裝此套件輸入railsgdevise:insta
amspring
·
2014-07-29 11:00
使用者認證
編輯
Gemfile
加上 gem 'devise'
amspring
·
2014-07-29 11:00
使用
Gemfile
和
Gemfile
.lock间的关系
原地址
Gemfile
是指定需要使用的哪些gem及其版本的地方;TheGemfileiswhereyouspecifywhichgemsyouwanttouse,andletsyouspecifywhichversions.
Gemfile
.lock
朱小虎XiaohuZhu
·
2014-07-21 09:37
修改Rails默认生成的
Gemfile
的source
由于大陆的“特殊情况”,rails默认生成的
Gemfile
的源https://rubygems.org 很慢甚至被重置,所以适应国情,要修改下Rails默认生成的
Gemfile
文件。如何做呢?
小自在
·
2014-07-17 00:00
comfortable-mexican-sofa 安装记录
: File to import not found or unreadable: jquery.ui.all 主要由于jquery-ui-rails 版本不匹配引起的,默认最新版本5.0 ,
Gemfile
hnus
·
2014-07-12 18:00
table
rails的安装错误说明
1.在应用的根目录下修改
Gemfile
中的source 为国内的淘宝镜像:http://ruby.taobao.org/ 否则下载安装的时候都会很卡 2.安装mysql gem的时候
sakajiaofu
·
2014-06-16 20:00
Rails
ruby实现桌面端银联支付
Installation Add this line to your application's
Gemfile
: gem 'upop', :git => 'https://github.com
南京老油条
·
2014-05-31 22:00
支付
Ruby
银联
简单搞定第三方用户方接入
开发指导. 1.安装 oauth2
Gemfile
gem 'oauth2', :git => 'h
南京老油条
·
2014-05-19 13:00
用户
Finding Your Way Around Rails
configurestheRackWebserverInterface,eithertocreateRailsMetaapplicationsortouseRackMiddlewaresinyourapplication.2.
Gemfile
ChingHwang
·
2014-05-19 11:00
Rails
Ruby on Rails Tutorial 学习笔记 --第一章 从零到部署
改
Gemfile
-->改.gitignore-->改config/database.yml1.更新并重新加载RVMrvmgethead&&rvmreload2.
zhsenl
·
2014-05-09 15:00
解决rails server启动错误
解决方法:1、安装execjs gem install execjs2、安装therubyracergem install therubyracer 3、在
Gemfile
文件中最后加入下面代码:
edmBest
·
2014-05-07 23:18
server
利用faye-rails搭建嵌入式faye server
首先在
Gemfile
里增加:gem'faye-rails'运行bundleinstall打开config/application.rb,加入以下内容req
LinuxNerd
·
2014-05-06 14:22
weixin_authorize Ruby 下访问微信高级 API
安装在你的
Gemfile
加入:gem'weixin_authorize'或者gem'weixin_authorize',git:"https://github.com/lanrion/weixin_authorize.git
weakish
·
2014-05-05 00:00
开源项目介绍
微信
ruby
rails 中使用roo读取excel数据
在
gemfile
文件中添加 gem 'roo', "1.9.5" gem 'rubyzip', '< 1.0.0' 注意指定版本 rubyzip需小雨
michael_roshen
·
2014-04-23 12:00
Excel
zip
roo
rails 链接mysql
修改
gemfile
gem 'mysql2' 3. unbuntu 下安装mysql2驱动 sudo apt-get
michael_roshen
·
2014-04-23 10:00
mysql2
【Linux】Ubuntu13.10搭建gitlab报错信息及解决
bundler: command not found: unicorn_rails"soluton: cd /home/git/gitlab git checkout -b tmp vi
Gemfile
·
2014-04-14 10:00
ubuntu
rails中的zTree异步加载
rails+coffeescript+zTree1.新建rails项目Ztree(railsnewZtree)2.
gemfile
中添加ztree的引用#jquery树插件 gem'jquery-ztree-rails
暮雨风吹
·
2014-04-03 19:00
Rails
task system
1.新建rails工程MyTaskManager,在
Gemfile
中添加引入的插件 ###########################################################
暮雨风吹
·
2014-03-20 22:00
System
微信Ruby API access_token 验证 weixin_authorize
github.com/lanrion/weixin_authorize WeixinAuthorize Installation Add this line to your application's
Gemfile
lanrion
·
2014-03-16 02:00
lanrion
微信Rails
rails 小代码合集 view controller model
link_to image_tag("rails.png", alt: "Rails"), 'http://rubyonrails.org' %>01.
gemfile
52jobs
·
2014-02-23 13:00
Rails
rails 小代码合集 view controller model
阅读更多RailsCreateanimagewithlinkusingtheimagehelper01.
gemfile
#long_block_rhs.rbdefself.logger@logger||=
52jobs
·
2014-02-23 13:00
rails
用rails做一个简单的长微博生成工具
基本步骤如下:rails new long-weibo #Add imgkit and carrierwave to
Gemfile
and run bundle rails g model weibo
jerrytao
·
2014-02-21 13:00
Rails 使用 Paperclip 上传图片
1.下载paperclip gem包 (1)在
Gemfile
中写上 gem 'paperclip' &
小嗷喏
·
2014-02-20 15:00
Rails
Paperclip
ImageMagick
Rails 使用 Paperclip 上传图片
1.下载paperclipgem包(1)在
Gemfile
中写上gem'paperclip'(2)在
小嗷喏
·
2014-02-20 15:00
rails
paperclip
ImageMagick
Rails 使用 Paperclip 上传图片
1.下载paperclipgem包(1)在
Gemfile
中写上gem'paperclip'(2)在
小嗷喏
·
2014-02-20 15:00
rails
paperclip
ImageMagick
kaminari 简要文档
安装 在
gemfile
增加一行 gem 'kaminari', '0.14.1' 常用方法  
wangsir_81
·
2014-02-19 12:00
kaminari
Rails小知识
阅读更多1.
Gemfile
中如果某个gem和其他的gem冲突可以这样写:$gem'cucumber-rails','1.4.0',:require=>false 这样写的意思是在加载的时候不加载这个gem
wudixiaotie
·
2014-02-14 14:00
rails
gem
Rails小知识
1.
Gemfile
中如果某个gem和其他的gem冲突可以这样写: $ gem 'cucumber-rails', '1.4.0', :require => false 这样写的意思是在加载的时候不加载这个
wudixiaotie
·
2014-02-14 14:00
Rails
gem
Rails小知识
阅读更多1.
Gemfile
中如果某个gem和其他的gem冲突可以这样写:$gem'cucumber-rails','1.4.0',:require=>false 这样写的意思是在加载的时候不加载这个gem
wudixiaotie
·
2014-02-14 14:00
rails
gem
Rails项目新建
把prototype替换成jquery rails g jquery:install
Gemfile
加入:rspec-rails,factory_girl_rails,cucumber-rails,
wudixiaotie
·
2014-02-14 13:00
Ruby
Rails
redmine安装出错问题undefined method `accept'...
Add it to
Gemfile
.) G:/redmine-2.4.2/confi
wfifi
·
2014-02-13 17:00
安装
redmine
错误
Rails如何读别人的源代码
~~先说一下个人理解:1、先看
gemfile
,看用到了什么插件,并对插件进行简单的注释。对不懂用的插件做上标记……如果写代码的人用railsplugininstall安装呢?
leekelby
·
2014-01-16 13:00
arailsdemo 2
使用simple_form#
Gemfile
gem'simple_form' ____________________________ #Terminal >bundle >railsgsimple_form
leekelby
·
2014-01-14 23:00
arailsdemo 1
生成项目railsnewarailsdemo 设置
Gemfile
添加:gem'haml-rails' gem'compass-rails' 安装bundle并执行compassbundle ```ruby
leekelby
·
2014-01-14 23:00
whenever
在
Gemfile
里安装。gem'whenever',:require=>false 然后执行wheneverize.,它会为你生成config/schedule.rb文件。wheneverize.
leekelby
·
2014-01-14 22:00
Rails 分页显示之will_paginate
1.安装will_paginate (1)在
gemfile
文件中添加 gem "will_paginate"然后执行 $ bundle install 2.
李智敏
·
2014-01-14 18:00
Rails
rails中登录密码使用has_secure_password
rails框架本身就提供了一个加密的方式,在
gemfile
中提供了一个gem包: # Use ActiveMode
sunwenpeng
·
2013-12-20 16:00
Ruby
Rails
rubymine
Sth about Haml
HAML是一套利用缩排技术简化HTML撰写的格式,例如:#content .box test就会产生以下的HTML: test 普遍的使用方法是,在
Gemfile
档案中加上gem "haml
Channely
·
2013-12-15 12:00
html
Ruby
Rails
haml
Ruby on Rails (4)
2.配置devise修改
Gemfile
文件(
Gemfile
文件在De
暮雨风吹
·
2013-12-13 19:00
Ruby
Rails
sunspot使用(1)
**sunspot使用**=================================1.
gemfile
add gem 'sunspot_rails
michael_roshen
·
2013-11-21 21:00
Solr
sunspot
Prawn Notes
安装Prawn:geminstallprawnrails4项目中使用prawn,首先在
Gemfile
中添加gem'prawn',然后bundleinstall使用Prawn创建PDF的三种方法(第2种方法比较代码量较少
VincentJiang
·
2013-11-08 10:00
Ruby
Rails
prawn
上一页
4
5
6
7
8
9
10
11
下一页
按字母分类:
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
其他