rubygems Questions
2
On my home box the bundle install command asks for my password and installs the gems in
/var/lib/gems/1.8/gems/...
But on my office computer they are installed in ~/.bundler/cache/git (or at least...
3
Solved
I am trying to use the RedCloth gem in my rails project. When I used irb I can load the gem:
require 'rubygems'
require 'RedCloth'
and it works fine, but when I try the same thing in the rails c...
Dissatisfy asked 30/1, 2011 at 19:37
6
I wanted to install ruby on rails for windows 10, following the same instructions of this video: https://www.youtube.com/watch?v=G-B_KUFNkQQ
When it finish the installation of ruby, I return to the...
Trump asked 25/3, 2021 at 23:23
3
Solved
Why am i getting 'uninitialized constant Mail::TestMailer' error with "Rails 6.1.5 & Ruby 3.1.0" while working without problems "Rails 6.1.5 & Ruby 3.0.1" ?
Houri asked 13/4, 2022 at 4:11
5
Solved
Sometimes I want to run bundle update but only to see which gems need updating. I don't necessarily want to deal with the issues associated with updating all of them but I want to do a quick check ...
Shonda asked 1/9, 2011 at 11:24
32
Solved
I'm trying to install a gem using gem install mygem or update RubyGems using gem update --system, and it fails with this error:
ERROR: While executing gem ... (Gem::FilePermissionError)
You don't h...
2
Solved
I have downloaded a Riot-iOS and follow a build instructions.
When I run '$ bundle install'
Traceback (most recent call last): 2: from /usr/bin/bundle:23:in
<main>' 1: from
/System/Libr...
3
I am trying to make my personal website using github and jekyll following the instructions on the official website
When I reach the part:
jekyll new --skip-bundle
I received:
can't find gem jekyll...
Authority asked 31/1, 2023 at 13:1
3
Solved
Good morning people.
I'm trying to understand the error below but as I'm new to rails, I didn't quite understand. Does anyone have a light on what it could be?
I searched the internet but didn't fi...
Hort asked 21/1, 2022 at 11:46
2
amateur coder here. In order to upgrade my Heroku stack, I have to move to a later Ruby version. I followed a tutorial to upgrade to Ruby 3.2.
After the upgrade, any time I try to do anything such ...
Gallion asked 28/8, 2022 at 20:43
6
Note: I gave up on this and decided to try Rails 6 and Webpacker rather than fighting this fight. Moving on to other fights.
An error occurred while installing ffi (1.13.1), and Bundler cannot cont...
Gearalt asked 14/6, 2020 at 4:28
1
Solved
I am dealing with a legacy system (Ruby 2.7.6), which suffers from a memory leak, that led the previous developers to make use of puma worker killer that overcomes the memory issue by restarting th...
Athallia asked 17/1, 2023 at 8:2
19
I have checked all the other similar answers and none was exactly like mine, neither did any of those solutions work for me.
gem environment and sudo gem environment give the same result:
RubyGem...
Provincial asked 3/9, 2013 at 19:21
7
My ultimate goal is to get this to work in an Ubuntu 14.04 Docker container: https://github.com/byalextran/autoluv
When I run
m1@9bdc67007b49:~/autoluv$ bundle install --deployment
It says:
Fe...
Talmudist asked 29/1, 2019 at 3:55
4
Solved
In a bid to run a Rails App on my local Ubuntu, I attempted to install the gems with the command gem install bunder / bundle install. However, I got the error:
rbenv: bundler: command not found . ...
Superconductivity asked 7/1, 2022 at 16:39
5
when i try to run my app, i get this errors:
Could not find racc-1.5.2 in any of the sources
Run `bundle install` to install missing gems.
I run:
$ bundle install
response:
Your user account isn'...
Danitadaniyal asked 3/3, 2021 at 15:36
5
Solved
As simple as it sounds, it seems like an extraordinarily complicated task.
2
On OS X 10.9.5...
Gemfile
source 'https://rubygems.org'
gem 'rails', '4.2.0'
gem 'sass-rails', '5.0.4'
gem 'uglifier', '2.7.2'
gem 'coffee-rails', '4.1.0'
gem 'jquery-rails', '4.0.5'
gem 'turbol...
Selfhypnosis asked 8/9, 2015 at 20:46
9
Solved
I'm certainly no Ruby developer but I have an application on my server using Ruby, Gems, and Bundler. I am trying to install another Ruby on under a different user account but on the same VPS. When...
8
Solved
Using the command-line gem tool, how can I install a specific version of a gem?
15
Solved
After updating MySQL to 5.5 using apt-get, the mysql2 gem stopped working.
Here's the error:
Incorrect MySQL client library version!
This gem was compiled for 5.5.17 but the client library is 5.1...
10
rake db:create showing error PG::InvalidParameterValue: ERROR: invalid value for parameter "client_min_messages": "panic"
HINT: Available values: debug5, debug4, debug3, debug2, debug1, log, notice...
Furfuran asked 8/11, 2019 at 9:12
6
I was in my Ubuntu home directory, trying to create a new rails app with rails new, but I got this error:
The i18n gem is not available. Please add it to your Gemfile and run bundle install
An...
Status asked 14/1, 2018 at 23:45
3
I am following the Rails Tutorial by Michael Hartl, and at certain points we are to run
rails db:migrate:reset
However each time I do try to do so I am faced with a permission denied error concerni...
This asked 9/9, 2016 at 15:21
13
Solved
I have ruby installed on my ubuntu 16.04.
$which ruby
/usr/bin/ruby
$ruby -v
ruby 2.3.0p0 (2015-12-25) [x86_64-linux-gnu]
$gem install bundler
ERROR: While executing gem ... (Gem::FilePermi...
© 2022 - 2024 — McMap. All rights reserved.