Search result of: Could not
Total 30 records
我用的 Ubuntu 12.04,已经安装了 ruby 1.9.3。运行 bundle install 安装 octopress 需要的 gem 时,一直不成功
新手,刚接触 rails。 路由器真很让我郁闷。。。 routes.rb get "check" => "registrations#check" 添加路由。 然后 class RegistrationsController < Devise
postgres@lxq/home/llx$ psql psql: could not connect to server: 没有那个文件或目录 Is the server running locally
Rails 4.0.0 $rails new webapp 项目建立成功。 cd webapp 修改 Gemfile 的源:source 'http://ruby.taobao.org' $bundle
ERROR: Could not find a valid gem 'rails' (>= 0), here is why: Unable to download
我输入 gem install rails --version 4.0.0 安装,然后输入 rails -v 时,提示如下: /usr/lib/ruby/1.9.1/rubygems/dependency.rb:247:in
周五了,欢天喜地地准备部署一把,周末去 High 了。在内网的模拟生产环境的服务器 capstrano 一把,过了,于是,淡定地敲出线上的 cap 命令,回车后,就尿尿去了
过去一直采用纯 oauth 方式登录,今天增加了邮件密码方式登录。 方案很标准 mongodb+devise+omniauth 由于直接通过 oauth 方式登录的话是不会填写邮箱和密码的,所以 email password
第一次发帖,有个项目需要参赛,当仁不让的选择 Rails。 还记得当年第一眼见 Rails 就爱上了她。话说那是 2006 可恨曾经,太小,不懂事,又被高中无情的夺去了青春 。恨
目前 升级了 RVM, Homebrew, 还是安装不了, 切换到 ruby-1.9 也是报错。 前几天我的这个 project-template 还是正常的,今天准备从头再来一次,bundle
只贴相关的 # routes.rb namespace :admin do resources :users resources :projects end resources :projects do resources :teams
我在学 Ruby on Rails Tutorial,之前的程序都已经部署到 heroku 上去了,可是今天完成第八章的代码要进行部署,却部署不上去了,和之前部署的时间隔了有一个多月了。提示如下问题: ssh: connect to
环境: Ubuntu 10.04 LTS - Lucid Lynx rvm 1.2.7 ruby-1.9.2p136 postgresql-8.4.3 rails-3.1.3
ubuntu 下搭开发环境,环境搭起来了,我用的是 rubymine 5.0 在命令行启动项目 (ruby script/console) 没有任何问题 但是用 rubymine 启动项目会报错 /home/bruce/.rvm/gems/ruby-1.8.7-p371
[root@li35-175 blog]# rake db:create; rake aborted! (): could not find expected ':' while scanning
环境 系统:macosx lion ruby 版本:1.9.3 然后现在运行 rails -v 提示如下错误. .rvm/gems/ruby-1.9.3-p194/gems/bundler-1.1.5/lib/bundler/resolver.rb:129:in `block
我使用 rvmsudo thin install 进行了安装,也成功了。 但是执行: /home/luke/.rvm/rubies/ruby-1.9.1-p431/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb:247:in `to_specs': Could not find
database.yml # SQLite version 3.x # gem install sqlite3 # # Ensure the SQLite 3 gem is defined
按照 mongoid 的官方文档配置了 rails 然后sudo service mongodb start启动了 mongodb 我的 mongoid.yml development: sessions: default: database
binbindetp@ubuntu:~/rails_projects$ rails new first_app /home/binbindetp/.rvm/rubies/ruby-1.9.2-p320/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb:247:in to_specs': Could not find
jruby 环境,因为 actionmailer sinatra rack 依赖的冲突程序买发跑了,错误信息如下: Bundler could not find compatible
之前,失望了, 今晚, ----------- git push heroku master => Fetching gem metadata from http://ruby.taobao.org/. Fetching
今晚朋友安装 rails,用 ruby.taobao.org 的源折腾半天也没有装上,提示缺少依赖 无奈下换官方源一次成功 然后检查 ruby.taobao.org 发现居然没有 rails 3.2.1, 最近版本只到 3.1.1 gem
cap 部署时出现了如下的问题: Could not find libv8-3.3.10.4 in any of the sources 请问是怎么回事呢?
ubuntu 11.10 系统,刚才更新 rvm 碰到这个问题: rvm get stable % Total % Received % Xferd Average Speed Time
$ bundle install Fetching source index from https://rubygems.org/ Resolving dependencies... Could not verify the SSL
今天想试试 devise wiki 上关于 omniauth 的一些东西 然后仿照wiki, 我做了这些事情 1. gemfile gem 'omniauth-github' gem 'omniauth
我在 ubuntu12.04 上安装完 ror 开发环境之后,运行 rails new blog,便出现了一下问题。网上找了很多方案似乎都不行,请问有人和我遇到同样的问题吗?求教~~ Fetching gem
提示信息是: The action 'show' could not be found for CommentsController 下面是 Comments 代码 class CommentsController
我最近使用 sidekiq 实现 delay 任务。 例如:一个 model 新建的时候需要下载网上的图片到本地。这个图片下载就用 sidekiq worker 来做,这样新建的时候无需等待