Top "Rubygems" questions

RubyGems is a package management tool for the Ruby programming language.

How to remove the delete option form activeAdmin?

in rails gem active admin I want to remove the delete option form the default_actions while I still need …

ruby-on-rails rubygems activeadmin
Where to override current_user helper method of devise gem

How can i override current_user of devise gem. Actually I need to add web services for mobile-app. Currently devise …

ruby-on-rails-3 authentication ruby-on-rails-3.1 rubygems devise
Ruby Geolocation Gem/Plugins

What are the available (best) ruby IP-based geolocation gem/plugins? How do they compare to one another in terms of …

ruby-on-rails ruby rubygems geolocation ruby-on-rails-plugins
don't have jekyll-paginate or one of its dependencies installed

I have installed this jekyll theme. But faced with one issue. If I do: bundle exec jekyll serve All work …

ruby rubygems jekyll github-pages jekyll-paginator
Installing 'Compass' via the command line receive error "extconf failed, exit code 1"

Couldn't find an answer to this. Running OS X Yosemite Beta v2 When following compass install guide ensure that your …

terminal installation rubygems compass osx-yosemite-beta
Error installing CocoaPods - macOS BigSur

I'm learning how to program, and I am trying to install Cocoapods, but I'm getting an error with sudo gem …

xcode macos rubygems cocoapods libffi
Best Rails Tagging Plugin/Gem

what plugin or gem do you recommened for tagging? There are many of them, acts_as_taggable, acts_as_taggable_…

ruby-on-rails ruby rubygems ruby-on-rails-plugins
Ruby cannot load such file - active_support/core_ext/object/blank

I was trying to run brew doctor but system popped up error of /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/…

ruby rubygems homebrew
Installing Mysql 2 gem fails

I am trying to install mysql2 (version 0.4.5) and I am using Rails 5.0.2, Ruby 2.3.1 I've already installed mysql server using homebrew (…

ruby-on-rails rubygems mysql2
Bundler throws uninitialized constant Gem::SilentUI (NameError) error after upgrading to Rubygems 1.5.0

I ran gem update --system to update to Rubygems 1.5.0 and after every time I run any bundle commands I get: …

ruby rubygems bundler