RubyGems is a package management tool for the Ruby programming language.
I am trying to get a rails project up and running on my local machine. When I do bundle install …
mysql ruby-on-rails rubygems mysql2How do I install rmagick gem for Windows XP? I already installed ImageMagick with the header files, and I installed …
ruby rubygems gem imagemagick rmagickWhen I install a gem from github it gives me the error: number_internationalizer at /usr/local/rvm/gems/ruby-1.9.3…
ruby-on-rails rubygems gemspecsWhen I run foreman I get the following: > foreman start 16:47:56 web.1 | started with pid 27122 Only if I stop it (…
ruby-on-rails ruby heroku rubygems foremanI am trying to install gem install travis to use travis-cli as per reference https://rubygems.org/gems/travis but …
ruby macos rubygems libffi travis-ci-cliI have a library of ruby code, and to look for defects I run $ rubocop And I get $ rubocop Inspecting 153 …
ruby rubygems rubocopI am running brakeman outside of my Gemfile, so am not using bundler. If I do gem list, I can …
ruby-on-rails rubygems brakemanI'm having a problem using ActiveSupport's core extensions on a gem I am developing. I had it working with AS 2.3.8, …
ruby-on-rails rubygems activesupportI want to install a gem but I get the following error: Building native extensions. This could take a while... …
ruby configuration rubygems jrubyI'm new in ruby on rails, and I am trying to create a tutorial. I have a problem when I …
ruby-on-rails ruby rubygems rails-migrations