On this command RAILS_ENV=production bundle exec rake db:migrate
I'm getting this error :
[BUG] Segmentation fault
ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux]
I thought of trying this but the command won't execute as it doesn't know what is rvm:
rvm gemset empty
rvm use 1.9.2@skateparks
gem install bundler
bundle install
About 50% of the time, when I run bundle (or bundle exec foo) I get an error like the following:
> bundle
/usr/local/Cellar/ruby/1.9.3-p374/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': No such file or directory - /usr/local/lib/?y (Errno::ENOENT)
from /usr/local/Cellar/ruby/1.9.3-p374/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /usr/
From trying to do bundle I get:
$ gem install bundler
Fetching: bundler-1.2.0.gem (100%)
ERROR: While executing gem ... (Errno::EACCES)
Permission denied - /var/lib/gems
I'm trying to get the gem mysql2 installed on centOS5.3 but resulting in a conflict to mysql55.
Sometimes (not always) I can install mysql55 and mysql55-server but after that I need to install mysql-devel to get a missing mysql.h file on the gem mysql2 installation.
But mysql-devel conflicts to mysql55 and install fails.
Does anyone know if it is possible to get the following environment up?
r
I'm attempting to install PHP 5.4.11 and MySQL 5.6.10 onto a CentOS 6.3 box.
I've successfully installed PHP 5.4.11 via the remi repository for yum.
Using paperclip (3.2.0)
Using polyamorous (0.5.0)
Using pr_geohash (1.0.0)
Using slop (3.3.3)
Using pry (0.9.10)
Using pry-rails (0.2.2)
Gem::RemoteFetcher::FetchError: too many connection resets (http://tokyo-m.rubygems.org/gems/rails-boilerplate-0.1.9.gem)
An error occurred while installing rails-boilerplate (0.1.9), and Bundler cannot continue.
Make sure that gem install rails-boile
(Debian squeeze)
rvm version: 1.10.0
I have just installed ruby 1.9.2-p290 using "rvm install 1.9.2" and made it default. However, I am getting this error when trying to install rails using rubygems.
I am trying to install Ruby on Rails and I have followed the following link for the install
https://www.digitalocean.com/community/articles/how-to-install-ruby-on-r....
I am trying to install Ruby on Rails. and i have followed the following link for the install
https://www.digitalocean.com/community/articles/how-to-install-ruby-on-r....