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
如何写gem
bundlegemgem_name生成基本结构,如下:Shell代码 [root@arch demo]$ bundle gem rename_url create rename_url/
Gemfile
emerald0106
·
2012-02-05 17:00
如何写gem
第一步:用bundle gem gem_name生成基本结构,如下: [root@arch demo]$ bundle gem rename_url create rename_url/
Gemfile
suchj
·
2012-02-03 16:00
gem
如何写gem
开发gem
打包gem
如何打包gem
Rails 3 | Bundler浅尝
Tasks: bundle check # Checks if the dependencies listed in
Gemfile
are satisfied b
fireDragonpzy
·
2012-01-10 10:00
Rails
Ubuntu上使用Heroku 云服务发布有数据库的Rails应用
修改
Gemfile
文件,针对heroku部署加入pg的支持group:productiondo #gemsspecificallyforHerokugohere gem"pg"endbundleinstall
berryreload
·
2012-01-06 14:00
数据库
sqlite
ubuntu
git
Rails
rspec
Rails插件:CanCan权限验证插件学习总结
1.安装在
gemfile
中加上gem‘cancan’2.注意要点注意:CanCan需要调用controller中的current_user方法来获取当前登录的用户对象,当然也允许用户修改这个方法名称,如下
emerald0106
·
2012-01-03 20:00
user
Integer
action
Rails
ActiveRecord
authorization
rails3beta4 + devise + cancan 打造权限管理系统
railsnewpassport-d=postgresql 配置postgresql的帐号密码 rakedb:create 启动rails,查看http://localhost:3000,一切正常 配置
Gemfile
emerald0106
·
2012-01-03 12:00
user
Class
PostgreSQL
Rails
ActiveRecord
migration
kaminari
Gemfile
中 gem 'kaminari' controller中 @users = User.all.page(params[:page]).per(25)  
clark1231
·
2011-12-30 13:00
Rails
client_side_validations
安装
Gemfile
中加入一下代码: gem 'client_side_validations', '~> 3.0.2' 然后运行bu
hanqingwxf2008
·
2011-12-27 16:00
validation
bundle exec
You have already activated rake 0.9.2.2, but your
Gemfile
requires rake 0.9.2.
jxpwyd
·
2011-12-27 10:00
Bundle
ROR应用程序的目录结构
Gemfile
设定Rails应用程序会使用哪些Gems。 README 应用程序使用手冊。
guozilovehe
·
2011-11-23 11:00
应用程序
ROR应用程序的目录结构
Gemfile
设定Rails应用程序会使用哪些Gems。 README 应用程序使用手冊。
guozilovehe
·
2011-11-23 11:00
应用程序
Ruby on Rails初体验
添加一些基本插件(拷到
gemfile
: gem 'rspec-rail
爪哇的眼睛
·
2011-11-21 11:00
ruby on rails
rails 使用devise完成注册、登录功能
1、geminstalldevise2、在
gemfile
中添加gem'devise'3、bundleinstall4、执行railsgeneratedevise:install5、配置config/environment
spmno
·
2011-11-19 16:00
user
filter
Authentication
Class
domain
Rails
Rails3全文检索使用Sunspot gem
比较适合我的需求,并没有用到之前名气稍大的think_sphinx,下面介绍下rails3和Sunspot的集成:安装sunspotgem:$geminstallsunspot修改#rails_app/
Gemfile
tim.tang
·
2011-11-11 10:00
rails3
sunspot
Rails3全文检索使用Sunspot gem
并没有用到之前名气稍大的think_sphinx,下面介绍下rails3和Sunspot的集成: 安装sunspot gem: $ gem install sunspot 修改#rails_app/
Gemfile
tim.tang
·
2011-11-11 10:00
rails3
sunspot
Rails3部署到heroku
阅读更多geminstallherokurailsnewmyappcdmyapp由于heroku只支持PostgreSQL所以要再
Gemfile
里加入gem'sqlite3'gem'pg'然后执行bundleinstall
wuhuizhong
·
2011-11-10 02:00
Rails3部署到heroku
gem install heroku rails new myapp cd myapp 由于heroku只支持PostgreSQL 所以要再
Gemfile
里加入 gem 'sqlite3' gem '
wuhuizhong
·
2011-11-10 02:00
rails3
rails中使用UUID
可以将uuid的包拷贝到vendor/plugins下,或者在
Gemfile
里加上 gem 'uuidtools' 示例: require "
jsntghf
·
2011-11-08 08:00
uuid
Ruby
Rails
ror
rails中使用UUID
阅读更多可以将uuid的包拷贝到vendor/plugins下,或者在
Gemfile
里加上gem'uuidtools'示例:require"uuidtools"UUIDTools::UUID.md5_create
jsntghf
·
2011-11-08 08:00
ruby
rails
ROR
UUID
rails中使用UUID
可以将uuid的包拷贝到vendor/plugins下,或者在
Gemfile
里加上 gem 'uuidtools' 示例: require "
jsntghf
·
2011-11-08 08:00
uuid
Ruby
Rails
ror
Compass Agile Enterprise Framework
设置: 1.
Gemfile
gem 'erp_agreements', :path => '..
wuhuizhong
·
2011-11-07 06:00
framework
细说Ruby工程的Bundle以及如何加快bundle install
明明我们在
Gemfile
中写的是: source "http://rubygems.org" 好了,既然bundleinstall很慢,那我就去下载gem文件下
fifahuihua
·
2011-11-05 13:22
Install
Bundle
Ruby
gem
休闲
rails3 和 thinking_sphinx安装
可以下面,下载到thinking-sphinx、sphinx(sphinx插件包)、riddle插件1.安装thinking-sphinx,在
Gemfile
中添加下面代码:gem'thinking-sphinx
zyn_zyn
·
2011-10-31 14:00
sphinx
全文搜索
thinking_sphinx
rails3.1.1 link_to 对应delete 方法失效的处理
1使用jquery非常简单 实际操作中需要注意如下几点: 1、在
gemfile
中可以不需要 jquery-rails,加入之后,只是可以使用类似generator这样的工具,但是现在对于3。
s8186255
·
2011-10-27 00:00
JavaScript
jquery
Rails
rails3
Rails Bundle简介
该命令只在一个含有
Gemfile
的目录下执行。
jsntghf
·
2011-10-21 09:00
Bundle
Ruby
Rails
ror
Rails Bundle简介
该命令只在一个含有
Gemfile
的目录下执行。
jsntghf
·
2011-10-21 09:00
Bundle
Ruby
Rails
ror
Rails best practices
https://github.com/flyerhzm/rails_best_practices安装:ruby1.9+rails311.geminstallrails_best_practices2.
Gemfile
阿昭
·
2011-10-21 02:00
Could not find a JavaScript runtime
Gemfile
中添加: gem 'execjs' gem 'therubyracer'  
jsntghf
·
2011-10-13 13:00
Ruby
Rails
ror
Could not find a JavaScript runtime
Gemfile
中添加: gem 'execjs' gem 'therubyracer'  
jsntghf
·
2011-10-13 13:00
Ruby
Rails
ror
rails3.1 kindeditor安装(javascript框架)
railsplugininstallgit://github.com/doabit/kindeditor.git或geminstallkindeditorrailsgkindeditor:install2.在项目文件
Gemfile
zyn_zyn
·
2011-10-09 12:00
Rails
kindeditor
升级Rails 3.1 production的一点心得
controller,index action 和root路由并且删除public下index.html和views/layouts/application.html.erb 2添加或修改以下
Gemfile
夜鸣猪
·
2011-09-19 23:00
Rails 3.1.0下rake版本问题
Rake DSL methods is deprecated.或者 uninitialized constant Rake::DSL 解决方法: 最简单的方法是修改rake的版本: 1.在
GemFile
njbble
·
2011-09-05 14:00
gem
deprecated
uninitialized
constant
“cp: 略过目录”及“Could not locate
Gemfile
”错误的解决
首先声明一下,这两个错误没有关系,只是今天遇到了,就随手记下了。cp:略过目录...今天在拷贝文件夹时遇到了这个错误cp:略过目录...解决方法很简单,在cp命令后面价格-r参数就可以如:cp-rtrac/var/www/trac-r参数是recursive的意思,即将目录及其子文件和子目录都拷贝到新的目录中CouldnotlocateGemfile我是在安装Redmine时遇到的这个错误原因:在
jubincn
·
2011-08-24 22:00
rack
“cp: 略过目录”及“Could not locate
Gemfile
”错误的解决
首先声明一下,这两个错误没有关系,只是今天遇到了,就随手记下了。 cp: 略过目录... 今天在拷贝文件夹时遇到了这个错误 cp: 略过目录... 解决方法很简单,在cp命令后面价格-r参数就可以 如:cp -r trac /var/www/trac -r参数是recursive的意思,即将目录及其子文件和子目录都拷贝到新的目录中 Could not locate Gemf
jubincn
·
2011-08-24 22:00
File
Add it to your
Gemfile
: gem ‘mysql2′):
阅读更多在Rails3出现这个错误,做以下工作:1.在Gemfilegem'mysql2','~>0.2.6'2.bundleupdate3.在datababse.ymldevelopment:adapter:mysql2encoding:utf8database:devise#pool:5username:rootpassword:reconnect:truesocket:/tmp/mysql.
xinlanzero
·
2011-08-09 14:00
rails devise (登录注册)
install rails generate devise_install rails generate devise User rake db:migrate rake routes
Gemfile
jxpwyd
·
2011-07-29 08:00
ruby on rails
如何给 Toto 加上分类?
安装插件sudogeminstallkarakuri或者在
Gemfile
里添加一行gem"karakuri"定义分类在文章的属性定义里增加一行tag
workxp
·
2011-07-28 09:45
职场
博客
Rails
休闲
toto
使用第三方账号登录
在Rails中可以直接用OmniAuth~ 首先當然是在
Gemfile
裏加入要用的Gems gem 'omniauth' 接下來便是 bundle install 接著在config
wuhuizhong
·
2011-07-23 16:00
使用
Rails3 中使用Jquery
p=441 首先建立一个新项目,实际上有没有-J都无所谓 rails new helloworld -J 然后,在项目的
Gemfile
中添加, gem ‘jquery-rails’
zzhattzzh
·
2011-07-21 17:00
jquery
Rails
安装nokogiri前提
当我以为在
Gemfile
上面填上gemnokogiri然后使用bundleinstall就可以安装好nokogiri的时候,我发现我错了。
imxxb
·
2011-07-06 00:00
rails oracle10g
Gemfile
配置
source'http://rubygems.org'gem'rails','3.0.9'gem'ruby-oci8','2.0.4'gem'activerecord-oracle_enhanced-adapter','1.3.1'
wssand44
·
2011-07-05 15:00
rake probleme
You have already activated rake 0.9.2, but your
Gemfile
requires rake 0.8.7.
wuhuizhong
·
2011-07-01 07:00
rake
一些经常用到的
Gemfile
阅读更多gem'unicorn'gem'nokogiri'gem'sqlite3-ruby',:require=>'sqlite3'gem'haml','3.1.2'gem'haml-rails'gem'rspec-rails'gem'rails3-generators'gem'factory_girl_rails'gem'whenever'gem'spreadsheet'gem'mysql2',
夜鸣猪
·
2011-06-25 03:00
Rails
rspec
Ruby
jQuery
一些经常用到的
Gemfile
gem 'unicorn' gem 'nokogiri' gem 'sqlite3-ruby', :require => 'sqlite3' gem 'haml', '3.1.2' gem 'haml-rails' gem 'rspec-rails' gem 'rails3-generators' gem 'factory_girl_rails' gem 'whenever'
夜鸣猪
·
2011-06-25 03:00
jquery
Ruby
Rails
rspec
一些经常用到的
Gemfile
gem'unicorn'gem'nokogiri'gem'sqlite3-ruby',:require=>'sqlite3'gem'haml','3.1.2'gem'haml-rails'gem'rspec-rails'gem'rails3-generators'gem'factory_girl_rails'gem'whenever'gem'spreadsheet'gem'mysql2','=0.
horace_lee
·
2011-06-25 00:00
RubyOnRails
使用Google账户登录的实现代码
阅读更多
Gemfile
为:gem'ruby-openid'gem'rack-openid'sessions_controller.rb的代码:classSessionsController"https:
wuhuizhong
·
2011-06-22 17:00
Google
Rack
Flash
Ruby
使用Google账户登录的实现代码
Gemfile
为: gem 'ruby-openid' gem 'rack-openid' sessions_controller.rb的代码: class SessionsController
wuhuizhong
·
2011-06-22 17:00
Google
Flash
Ruby
rack
使用Google账户登录的实现代码
阅读更多
Gemfile
为:gem'ruby-openid'gem'rack-openid'sessions_controller.rb的代码:classSessionsController"https:
wuhuizhong
·
2011-06-22 17:00
Google
Rack
Flash
Ruby
rails 从头开始 will_paginate数据库分页
rails 分页 采用的是will_paginate,具体使用方式下面介绍, 打开
gemfile
gem "will_paginate" 保存,然后在命令行执行bundle install
lcdngzsxx
·
2011-06-17 16:00
Rails
rails 3使用will_paginate分页
ruby 1.9.2 rails 3.1.0 will_paginate 3.0.1
Gemfile
里添加 gem 'will_paginate', '3.0.1' 改写controller
samwalt
·
2011-06-14 15:00
html
Ruby
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
其他