A Gem refers to a bundled piece of code managed with RubyGems. Gem is also the name of the command line tool used to manage RubyGems.

learn more… | top users | synonyms (1)

5
votes
0answers
111 views

Disable rdoc and ri from gemspec / Gemfile

I have a client gem which I will distribute business clients via rubygems. Gem client has cca. dozen gem dependencies and when it is being installed it takes a long time to install it due to ...
4
votes
0answers
609 views

Exception LoadError in PhusionPassenger::Rack::ApplicationSpawner (no such file to load — bundler)

I have this error message when I browse to my Ruby On Rails app running on Redhat. I suspect a path issue but I'm not able to figure it out. I read the solution proposed in this forum for a similar ...
3
votes
0answers
38 views

Gem does not load over config.ru

I have my own gem "RocketRuby". I loaded it in irb and it worked loading it. In earlyer versions I had it also in my config.ru and it worked. Now I compiled it again and installed it again. Then ...
3
votes
0answers
93 views

execute a Thor task located in a bundled gem

I have a gem, my_gem, that has thor as a runtime dependency. I have a subclass of Thor located in the gem at: lib/tasks/task.thor from the gem's source directory I can run: bundle thor ...
3
votes
0answers
351 views

Bundle install error: Source does not contain any versions of

My gem file contains: gem "breadcrumb", :git => "git@github.com:mjacobus/Breadcrumb.git" gem "simple_menu", :git => "git@github.com:mjacobus/simple_menu.git" The first gem installs as ...
3
votes
0answers
1k views

jRuby, gems with C extensions

Does anyone has the same error with jRuby? When I trying to install gem with C extension I have the next error: gem install serialport Building native extensions. This could take a while... ...
2
votes
0answers
62 views
+100

Rake build is operating in an incorrect context

I have a gem that exists simply to collect several engines together for ease of implementation, as well as to provide a few utility methods to all of the included engines. One such utility method is a ...
2
votes
0answers
16 views

no method error for 'name" when I try to paginate news items with kaminari

I have been struggling to correct an issue with "undefined method name'" when I have installed the kaminari gem. Error message: undefined methodname' for nil:NilClass Extracted source (around line ...
2
votes
0answers
1k views

ROR can't fine rake 10.0.4 despite being in vendor/cache

So this is annoying. When I put bundle exec rake db:migrate into terminal, the following error occurs: Could not find rake-10.0.4 in any of the sources Run `bundle install` to install missing ...
2
votes
0answers
64 views

Updating Gemfile from Gemfile.lock, to freeze gems

After generating a Gemfile.lock from Gemfile, is there any tool to round-trip back to freeze versions in the Gemfile. I'd rather avoid doing it manually. Background: It's good practice to freeze ...
2
votes
0answers
407 views

Why do I get OpenSSL::SSL::SSLError when installing Rails?

When I run 'sudo gem install rails', this error occurs: ERROR: While executing gem ... (OpenSSL::SSL::SSLError) SSL_connect SYSCALL returned=5 errno=0 state=SSLv3 read server session ticket A ...
2
votes
0answers
20 views

Signing Ruby gem: Would s.signing_key in gemspec be removed when generating gem?

I want to sign a Ruby gem and was following the instruction in http://docs.rubygems.org/read/chapter/21 It says, "Keep your private key hidden". But in order to sign the gem, we have to put ...
2
votes
0answers
58 views

Starting a New Rails Project with Foundation

When starting a new rails project is better to include a library as a gem or cdn? I am unfamiliar with the distinct advantages and disadvantages. The two things I am looking to include are Zurb ...
2
votes
0answers
60 views

Output in Ruby gem Trollop

This is an example output from Trollop, the Ruby option parsing gem v0.0.1a Options: --input, -i <s>: Input file location (required) --output, -o <s>: Output file ...
2
votes
0answers
87 views

Heroku push rejected, failed to install gems via Bundler Rice 1.4.3

I can't seem to push to heroku after using the rice gem (1.4.3). I always recieve the following error: Installing rice (1.4.3) Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem ...
2
votes
0answers
185 views

Install raspell gem on Heroku using Vulcan

I would like to use the thinking-sphinx-raspell gem to allow did-you-mean suggestions for searches on our website. It works on my development machine (Mountain Lion), but I'm having difficulty ...
2
votes
0answers
240 views

JRuby + Warbler: jar file blows up whenever the bson gem is required

I think I may have found a bug in Warbler, but I wanted to post this here as a question in case there's something I'm doing wrong. In a nutshell, any attempt to take a jruby app that requires the ...
2
votes
0answers
73 views

Stomp ruby gem does not publish on dead letter exchange queue Rabbitmq

I'm trying to publish on a queue (RabbitMQ) with x-dead-letter-exchange and x-message-ttl header via ruby stomp gem https://github.com/stompgem/stomp It works fine via management panel, but I can't ...
2
votes
0answers
358 views

@import not working in SASS file in subfolder

Setting the stage I have the following stylesheet structure: /stylesheets | |-- /subfolder | | | + styles.css.scss | + application.css.scss application.html.haml = ...
2
votes
0answers
397 views

cannot load such file — libxml_ruby for Windows

My step is, Execute RubyInstaller.exe file install ruby installed Path: c:\ruby193 install DevKit gem install libxml-ruby --platform x86-mswin32-60 make test.rb file require 'rubygems' require ...
2
votes
0answers
70 views

MacRuby gem signature is invalide

I'm using Xcode 4.5.2 and MacRuby 0.12. I need to use the Spreadsheet gem, but I keep having a "signature" issue when I try to execute my program : ...
2
votes
0answers
51 views

Is there any program or gem that will automatically annotate Rails controllers with routes they handle?

Do any of you know of any application out there that will annotate controllers in my Rails application with information about which routes they handle (similar to how the annotate gem works)? I ...
2
votes
0answers
67 views

I want to understand how the Paperclip gem handles s3 down time

I hope that this question does not have an extremely simple answer that I have completely overlooked. My question is how does the paperclip gem handle s3 down time? What is the flow if a user ...
2
votes
0answers
258 views

Cygwin :: bcrypt-ruby - ERROR: Failed to build gem native extension

When I try I install bcrypt-ruby gem I get the following error I have Cygwin on Windows 7 32 $ gem install bcrypt-ruby Building native extensions. This could take a while... ERROR: Error ...
2
votes
0answers
197 views

[path]isn't a Gem::Specification (NilClass instead)

i created a test project, and while bundle installing the gems i got an error. then i did a version check of the gem and i got the same error. $ gem -v ...
2
votes
0answers
270 views

Error installing mysql2 gem on Ubuntu Server 11.10: /usr/bin/ld: cannot find -lmysqlclient_r

I got the same error on Ubuntu Server 11.10 x64 mentioned in some other posts: Post #1 Post #2 The mysql2 gem cannot be compiled due "cannot find -lmysqlclient_r " I'm using: Ruby v1.8.7 MySQL ...
2
votes
0answers
2k views

Undefined method fetch for false:FalseClass

I create a simple rails application and when I run rails s. It emits this stack of errors :-s I tried to reinstall activerecord but it couldn't solve the problem. Moreover, I tried to used rvm to ...
2
votes
0answers
521 views

Rails 3.0, RVM: still getting “Could not find … in any of the sources (Bundler::GemNotFound)”

I have following (and have shortened the full path to "/.../"): $ gem environment RubyGems Environment: - RUBYGEMS VERSION: 1.8.21 - RUBY VERSION: 1.9.2 (2012-02-14 patchlevel 318) [x86_64-linux] ...
2
votes
0answers
389 views

Is there a Ruby gem to use the Google Images API?

I need to talk with the Google Images API on my Rails Application. Is there a Ruby gem to do this? I found an old gem that used the deprecated API.
2
votes
0answers
36 views

Is it possible to run a command after every gem install?

Is there a way to hook commands after every gem install on your system? I understand there is a Gem#post_install hook but if I'm not wrong its only runs for a specific gem and not globally.
2
votes
0answers
394 views

Marketplace App (similar to Appstore) as Ruby Gem

I'm a relatively new comer to Stackoverflow and I've also started recent coding (2 months ago) in Ruby, and also Rails for the web. I'm looking for a gem that would help me build a marketplace or ...
2
votes
0answers
142 views

Rails : Replace Attachment_fu DB with Paperclip S3

I replaced my attachment_fu with paperclip S3. I am facing problem of transferring my old data which was in database tables to S3 buckets. What would the best solution of doing these. Provide some ...
2
votes
0answers
783 views

FSSM gem complaints when running a Compass watch

I'm using Sass and Compass for CSS work but recently since I've installed RVM and the latest version of Ruby I'm getting the following notice when running a compass watch: $ compass watch ...
2
votes
0answers
239 views

Rails app with rich text editor with formula features

I'm writing a web app (Rails 3) that is supposed to be some sort of learning portal where you have lessons, test's, ext… Now for a lesson body I wan't to give admin an option to use some rich text ...
2
votes
0answers
83 views

Require boost::dynamic_bitset<> in extconf.rb

I am in the process of releasing my Ruby C/C++ extension and try to make sure that all libraries required are listed in extconf.rb. I have not been able to figure out how to require the boost library ...
2
votes
0answers
324 views

User preferences in Rails with Admin edit and i18n support

We've been working on a ruby project involving users, private messages and any kind of network based related features. We already have some preferences system that allow users to describe their self. ...
2
votes
0answers
111 views

2 rails engines in 1 project, view problems

Currently i'm developing 2 Rails::Engines 1 blog (for fun) and 1 csv importer and mapper. I made them with enginex and jeweler into a gem. I installed them locally and i included either 1 of them in ...
2
votes
0answers
336 views

Showing all a Gem's build flags

This is more a curiosity than necessity question. I've just installed nokogiri again with RubyGems and it is saying "WARNING: Nokogiri was built against LibXML version 2.7.5, but has dynamically ...
1
vote
0answers
20 views

How to get worksheet rows count in spreadsheet gem?

Is there any attribute to get size of rows? @sheet = Spreadsheet.open(file.path).worksheet 0 @sheet.rows_count # why they didn't it?
1
vote
0answers
46 views

How to associate multiple emails for a single user in rails Devise gem

I am developing an application which uses Deivse for user authentication. It performs all standard task that Devise handles(e.g: Email verification during user sign up).But a user may have multiple ...
1
vote
0answers
90 views

How to install mysql2 Ruby Gem on Mountain Lion without having MySQL installed

I want to connect to MySQL remotely, so I don't need to install MySQL on my mac. On linux it's possible by installing 2-3 libraries (libmysqlclient-dev etc.), I don't know how to do the same on mac. ...
1
vote
0answers
36 views

fxri console window closes as soon as it opens… cannot execute fxri in Windows Ruby 2.0 environment

I have installed Ruby 2.0 from file: rubyinstaller-2.0.0-p0.exe site: http://files.rubyforge.vm.bytemark.co.uk/rubyinstaller/rubyinstaller-2.0.0-p0.exe I cannot get fxri to execute from the cmd ...
1
vote
0answers
43 views

Reading the cell display data using Roo gem

I am developing a 508 html table parsing the excel files. I want to read the cells data which is being displayed (not the float values as roo spits out). When there are formulas roo gem is not just ...
1
vote
0answers
42 views

Is there any trustworthy gems for multi table inheritance in ruby?

I've scourded the internet but can not find a gem that is good on multi table inheritance. I am just wondering does anyone know of any out there at the moment?
1
vote
0answers
429 views

Error when installing pg 0.15.1 on os x

This is what happens when I try to install the latest version of Postgres gem on OS X Lion. $ gem install pg Upgraded http://rubygems.org/ to HTTPS Fetching: pg-0.15.1.gem (100%) Building native ...
1
vote
0answers
29 views

jquery-rails producing old jquery version

I am using rails 3.2.2, jquery-rails 2.0.3, with asset pipeline enabled. For some reason, require jquery is producing jQuery 1.7.2 in my application.js file. I would like to use the latest 1.9.1. I ...
1
vote
0answers
115 views

Can't install eventmachine, error building gem native extension

I'm trying to install helios but I'm getting an error when it tries to compile the native extensions for eventmachine. I'm on OS X 10.8.2, Ruby 2.0.0, Xcode 4.6.1 with updated Command Line Tools. ...
1
vote
0answers
276 views

How to enable C extension support in jRuby?

I want to install a gem but I get the following error: Building native extensions. This could take a while... ERROR: Error installing twitter-login: ERROR: Failed to build gem native ...
1
vote
0answers
93 views

set cell or row background color in a google spreadsheet using google_drive gem on ruby

I'm trying to set a background color for a cell and a row and am using the 'google_drive' gem. It looks like that the 'spreadsheet' gem does have this option format = Spreadsheet::Format.new ...
1
vote
0answers
74 views

Trying to update to gem 3.0.20 and install a DevKit

Heroku advised updating to this gem because of a security patch but it has caused me all kinds of headaches and now my local environment isn't working correctly. They suggested doing this as a ...

1 2 3 4 5 19