Top "Gem" questions

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

An error occurred while installing debugger-linecache (1.1.1), and Bundler cannot continue

Any idea how to fix this? Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension. /home/durrantm/.rvm/rubies/…

ruby-on-rails ruby gem gemfile
Cannot use ruby-debug19 with 1.9.3-p0?

Possible Duplicate: Rails 3.1 and Ruby 1.9.3p125: ruby-debug19 still crashes with “Symbol not found: _ruby_threadptr_data_type” I run this: …

ruby gem rvm ruby-debug
Embedding youtube video in markdown?

i use the ruby gem formatize to parse my markdown-formated text. now i want to embed a youtube-video into the …

ruby-on-rails youtube gem markdown embedding
Rails 3.1 plugin gem, dummy test app, rspec

So Rails 3.1 comes with a little-known handy "rails g plugin new" generator, which gives you a skeleton suitable for a …

ruby-on-rails rspec gem ruby-on-rails-plugins rspec-rails
Ruby Gem ActiveRecord find method with multiple conditions

I'm building a Sinatra application using three database's tables: user, post and like. I'd want to run a query that …

ruby-on-rails ruby activerecord gem sinatra-activerecord
Trying to build a gem, getting a Gem::InvalidSpecificationException: "[...] are not files"

I'm trying to build a custom gem I wrote called client_package but it is failing. My directory structure looks …

ruby rubygems gem gemspecs
Failure to install nokogiri libiconv is missing on Yosemite Mac OS X 10.10

Trying to install Nokogiri I’m getting the following error Maxims-MacBook-Air:ScrapingTheApple maximveksler$ gem install nokogiri Fetching: nokogiri-1.6.2.1.gem (100%) Building …

gem nokogiri osx-yosemite
Forking a gem for a Rails project

I've found myself twice in this situation: I install a gem on my system and start using it from my …

ruby-on-rails ruby fork gem
Rails 4 Auditing Gem

I'm looking for a Rails 4 supported gem that does auditing related tasks. Similar gems I found, but are not supporting …

ruby-on-rails ruby gem ruby-on-rails-4 audit-logging
Simple Rails 3 CMS Gem/Plugin?

Can anyone recommend a simple, lightweight CMS gem or plugin for Rails 3 that can easily be embedded into an existing …

plugins content-management-system ruby-on-rails-3 gem