- 浏览: 25261 次
- 性别:
- 来自: 北京
最新评论
-
aassdd:
按照楼主的操作,把问题给解决了输入:rake db:schem ...
bundle exec -
zhenglang0813:
好文章,
mac os 安装 mysql-python mysql_config not found -
该用户名已存在:
有<%= csrf_meta_tag %>页面上不 ...
rails ajax post方式提交表单,session丢失的解决办法
文章列表
bundle exec
- 博客分类:
- rails
执行 rake db:migrate:up VERSION= 报以下错误
rake aborted!
You have already activated rake 0.9.2.2, but your Gemfile requires rake 0.9.2. Using bundle exec may solve this.
需要加上 bundle exec rake db:migrate:up VERSION=
之前先在initializers 文件夹下建立了一个task.rb ,rails服务启动的时候执行,本地没问题,可是服务器上启动了3个进程,会执行3遍,解决方法是 把task.rb 放到 script/文件夹下,然后在项目根目录执行 ruby script/task.rb production &。以为ok了。but又出问题了,
我的日志输出路径是
Logger.new("#{Rails.root_to_s}/log/test.log"),运行脚本的时候报错 uninitialized constant RAILS ,解决方法是在task.rb文件头 加上下面两 ...
出现这个错误:应该指定 rake的版本 : rake db:migrate:up VERSION=一串数字
今天看了 railscasts的 关于 acts_as_tree 插件的视频发现了几个问题:
在rails 3里面
要先安装 sudo gem install nifty-generators
然后 在Gemfile 里面引入 gem 'nifty-generators'
然后 bundle install
最后 rails g nifty:layout
终端输入 下面的命令:
sudo install_name_tool -change libmysqlclient.18.dylib /usr/local/mysql/lib/libmysqlclient.18.dylib
后面加上
下面这部分是你报错的那部分内容,可能每个人都不同
/Library/Ruby/Gems/1.8/gems/mysql2-0.2.11/lib/mysql2/mysql2.bundle
bash
bundle install
rails generate devise_install
rails generate devise User
rake db:migrate
rake routes
Gemfile
Rails
mysql
postgresql
sqlite
binary
blob
bytea
blob
boolean
tinyint(1)
boolean
boolean
date
date
date
date
datetime
datetime
timestamp
datetime
decimal
decimal
decimal
decimal
float
float
float
float
integer
int(11)
integer
integer
string
varchar( ...