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)

20
votes
3answers
8k views

Cannot use ruby-debug19 with 1.9.3-p0? [duplicate]

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: gem install ruby-debug19 And in my ...
17
votes
6answers
4k views

Ruby on Rails: Switch from test_unit to rspec

I'm going through a tutorial that has suggested using rspec, but I have already gone through a lot of default rails installation. I really don't want to have to redo the installation at all. Anyway, ...
12
votes
5answers
9k views

OS-X, Rails: “Failed to build gem native extension”

I'm stuck trying to install rails on my mac. I have OS X 10.6.8 and I have confirmed that I have Ruby, version 1.8.7 I ran sudo gem update and sudo gem update --system to get the latest versions of ...
7
votes
3answers
4k views

A clean minimal gem to add a simple blog to existing app?

I need an blog inside my existing app but it doesn't have to be fancy, some category's and an way to convert a directory of textiles to the blogposts including date would fit, already searched for ...
4
votes
2answers
3k views

Easy way of posting on Facebook page (not a profile but a fanpage)

actually, which option is the best and easy way to post an text or something else on a facebook page? I mean, I looking for a directly way to put something there from my rails application. like ...
12
votes
4answers
8k views

sunspot_rails gem - “ Errno:: ECONNREFUSED (Connection refused - connect (2)) ”

I use gem sunspot_rails https://github.com/outoftime/sunspot I did everything according to the instructions on http://railscasts.com/episodes/278-search-with-sunspot, but get an error Errno:: ...
11
votes
4answers
10k views

Why don't RSpec's methods, “get”, “post”, “put”, “delete” work in a controller spec in a gem (or outside Rails)?

I'm not new to Rails or Rspec, but I'm new to making gems. When I test my controllers, the REST methods "get", "post", "put", "delete" give me an undefined method error. Below you'll find code, but ...
10
votes
1answer
1k views

Rails + SSL: Per controller or application-wide?

I could use some wisdom from any developers who have worked with Rails and SSL. I have a fairly simple app and I'm in the process of implementing payment processing. Obviously payment processing calls ...
8
votes
5answers
3k views

How to copy file across buckets using aws-s3 gem

The aws-s3 documentation says: # Copying an object S3Object.copy 'headshot.jpg', 'headshot2.jpg', 'photos' But how do I copy heashot.jpg from the photos bucket to the archive bucket for example ...
8
votes
4answers
10k views

ruby gem not found although it is installed

I found some similar problems here on SO, but none seem to match my case (sorry if I overlooked). Here's my problem: I installed oauth-plugin gem to ruby gems dir, but trying to use it in rails app ...
7
votes
1answer
3k views

OS X Mountain Lion: gcc-4.2 No such file or directory

Tried to install a gem on Mountain Lion and make couldn't find gcc-4.2: kamil$ gem install posix-spawn -v '0.3.6' Building native extensions. This could take a while... ERROR: Error installing ...
5
votes
5answers
9k views

pg_config, ruby pg, postgresql 9.0 problem after upgrade, centos 5

After upgrade postgresql 8.1 to 9.0 ive noticed issues with libraries dependency. Postgresql works fine (connection, queries). yum list postgresql* Installed Packages postgresql.i386 9.0.0-1PGDG.el5 ...
5
votes
3answers
14k views

installing gems using rvm

When trying to install gems using rvm i get this error $ rvm gem install sproutcore ERROR: While executing gem ... (Errno::EACCES) Permission denied - /home/tee/.gem/specs but it says on the rvm ...
4
votes
2answers
692 views

Offline gem dependencies

Unfortunately, when I am at work I am developing on a network that can in no way be connected to the internet. So I have been downloading each gem I need individually from rubygems.org and then ...
15
votes
2answers
6k views

fastercsv error with ruby 1.9.2

I have an existing rails application I'm running on ruby 1.9.2 and linux its rails version is rails 2.3.8 and it has a GEMFILE as well, in its vendor/gems directory it has 'fastercsv-1.5.4' gem ...
14
votes
10answers
19k views

When i try sudo gem install json I get the following error

I need to install the JSON gem to start my app but I get the error below whenever I try to install the json gem. Can anyone help me out. Im using rails 2.2.2 and gems 1.3.1; thx for any help you can ...
8
votes
3answers
1k views

Problems installing gsl gem

I can succesfully install the gsl library in my home directory, but when I try to install the gsl gem I get a big list of errors that I do not understand. I am wondering if someone could give me some ...
6
votes
1answer
1k views

Can't gem install json -v '1.7.3'

I get the following output when trying to install json gem on lion: gem install json -v '1.7.3' Building native extensions. This could take a while... ERROR: Error installing json: ERROR: ...
6
votes
6answers
7k views

“sh: make: command not found” when running “$ bundle” after adding redcarpet gem to Rails app

I'm getting the following when running "$ bundle" after adding "gem 'redcarpet'" to Gemfile: $ bundle ... Using paperclip (2.3.11) Using passenger (3.0.7) Installing redcarpet (1.17.2) with native ...
3
votes
1answer
3k views

How do I fix Rails installation errors?

I just installed everything needed for Ruby on Rails on my Ubuntu system. But, when I use the rails command, it outputs these errors: root@laptop3:/var/lib/gems/1.8/specifications# rails -v Invalid ...
1
vote
4answers
2k views

Bundle says gem is missing - but it's not?

Background I am maintaining the content of a Ruby On Rails site, but I really have no experience with rails. When trying to run the rails server: rails s I get this: Could not find ...
1
vote
1answer
211 views

Rails multi_db with transaction

I've recently installed the multi_db gem on my rails 2.3.10 app in order to use a MySql master/slave replication. since installing the gem, every time I use transactions in my code , e.g.: ...
1
vote
1answer
702 views

ruby difference engine

Looking for a Ruby differencing engine. So you can do some of the same things meld viewer does. For example you have this first set of code per line: String1 String2 String3 2nd set: String1 ...
0
votes
1answer
1k views

Unable to install sqlite3-ruby gem

I've xcode 3.0 installed. And I need to install sqlite3-ruby gem (for rhosync). When I run: sudo gem install -l sqlite3-ruby I get following error: Building native extensions. This could take a ...
4
votes
2answers
601 views

How to convert html color names into RGB values in Ruby?

I know there is a gem called Color. I installed it. But for the life of me, I can't figure out how to use the thing. I just want to convert a color name into its RGB values, if possible without ...
3
votes
1answer
2k views

Can't activate rack (~> 1.4.0, runtime) already activated rack-1.5.0

I've been looking for an answer to this for over a day now, and searched StackOverflow thoroughly. I understand the conflict that's happening, and I should just uninstall the version of Rack I don't ...
3
votes
1answer
708 views

Error while building native extensions for capybara-webkit

I'm trying to install the webkit driver for capybara on Windows, and I'm getting the following error: $ gem install capybara-webkit-0.12.1.gem Temporarily enhancing PATH to include DevKit... Building ...
2
votes
2answers
586 views

Override a method inside a gem from another gem

Ok, I have a rails gem that I am working on and I want it to override a specific method in sprockets. The method I want to override is: Sprockets::Base.digest so that I can base the fingerprint off ...
2
votes
1answer
1k views

Just cannot get redmine to work

So, I've been trying to get redmine to work with following all kinds of tutorials around the web, but I always get stuck at the same step : G:\Ruby187\apps\redmine>rake db:migrate NOTE: ...
2
votes
1answer
9k views

Could not locate Gemfile after executing “bundle install”

Hey, I am completely new to Rails and just started created my first Project, following the Steps of a tutorial. I created the new Project using: rails myapp. Then I should execute bundle install, ...
2
votes
6answers
5k views

How to install mysql gem on Mac os 10.6?

i just installed MAMP on this iMac and the rubygems but when i run: sudo gem install mysql — –with-mysql-config=/usr/local/mysql/bin/mysql_config gives me Building native extensions. This could ...
1
vote
2answers
365 views

Undefined Method `acts_as_messageable_messages_path`

I'm using acts-as-messageable, a rails gem, in an app i have. However in my messages_controller i have def new @message = ActsAsMessageable::Message.new end and in my view i have <%= ...
1
vote
2answers
1k views

Adapters not working with datamapper

I have the following code: require 'sinatra' require 'datamapper' DataMapper.setup :default, "postgres://localhost/mydb" However, when I try and run it, I get: LoadError: no such file to load -- ...
1
vote
3answers
5k views

Why isn't bundle install allowing for the pg gem to fully install?

I've installed the pg gem as shown, but... Building native extensions. This could take a while... Successfully installed pg-0.11.0 ERROR: Could not find a valid gem '—' (>= 0) in any ...
0
votes
1answer
265 views

Installing postgres gem when database is on a different server

My database is on a different server to the application. When I run "bundle" I get the following error: No pg_config... trying anyway. If building fails, please try again with ...
0
votes
1answer
442 views

on windows Mysql native extension prob in ruby on rails gem time

As I'm new to ruby on rails,need help of pro's,in first app installation,as I'm using Mysql DB on my system,i installed its gem also,but Im getting this error when I doing Bundle install for a new ...
43
votes
4answers
15k views

Uninstall old ruby gem's versions

I have several versions of a ruby gem: $ gem list rjb (1.3.4, 1.3.3, 1.2.5, 1.1.9) How to remove some of this versions ?
60
votes
5answers
20k views

already activated rake error (when not using bundle exec)

This is kinda weird - i do not think i changed any code in this particular application (but i was working on another app and performing some gem updates there) When i started running the rake cron on ...
22
votes
4answers
3k views

How do I extract Rails view helpers into a gem?

I have a set of rails view helpers that I use regularly, and would like to package them up into a gem, such that I could just put a line in my Gemfile, and have the helpers accessible from my views. ...
17
votes
9answers
14k views

WYSIWYG editor gem for Rails?

Is there a good ruby gem for a WYSIWYG editor that will easily work with a rails app?
24
votes
4answers
8k views

Error installing gem capybara-webkit

I am new to ruby, but while trying to install capybara to run test on my system I get the following error. Im running OSX my_app$ gem install capybara-webkit Building native extensions. This could ...
18
votes
3answers
2k views

Difference between plugins and Ruby gems?

What is the difference between plugins and gems? What are the different uses of each? Where and why would you use one over the other?
13
votes
1answer
1k views

Is there a Facebook Credits Ruby On Rails gem out there yet? Or ruby version of their Facebook Credits sample app?

I am wanting to implement Facebook Credits in my Facebook app. Does anyone know of a version of the Facebook Credits sample app available in Ruby on Rails? Has anybody made a gem for this yet? If I ...
13
votes
3answers
10k views

sqlite3 gem fails to install

I'm trying to install the "sqlite3-ruby" gem (or the "sqlite3" gem) on OS X 10.6. I'm using ruby-1.9.2 and I currently get the following: $ sqlite3 --version 3.7.4 $ sudo gem install sqlite3 ...
13
votes
3answers
5k views

bundler incorrectly trying to install “development” and “test” group gems in production

I have a small web app, which uses a bunch of gems. Some of them are only used for test and development environments. Now, when I try to start unicorn on the production server using the following ...
13
votes
1answer
3k views

Bundler puts my gems in my project directory

I have a Rails 3rc app on Ruby 1.9.2 that works fine, but Bundler keeps making a folder named "bandsintown" (bandsintown is a gem I use) in my project directory. From what I can tell, the folder has ...
12
votes
3answers
2k views

Where to place/access config file in gem?

I am writing my first gem and I'd like specific options to be retrieved and set by the user through a config.yml file. Where should this file be placed within my gem file structure and how does ...
12
votes
2answers
8k views

Overriding a module method from a gem in Rails

I've got a gem (will_paginate) that's broken on my version of Oracle. The default paginate_by_sql method in the WillPaginate module is inserting an extra 'AS' into a query and causing it to fail. ...
6
votes
7answers
1k views

Your favorite lesser-known Rails gems/plugins [closed]

What are your favorite lesser-known gems/plugins for Rails? This question about Rails plugins brought up only the usual suspects (Paperclip, RSpec, Shoulda, Restful Auth, etc). It'd be great to get a ...
4
votes
6answers
4k views

Installing bcrypt-ruby gem on Windows

I'm trying to install bcrypt-ruby on Windows Vista. So far, I have been able to install nmake.exe from a MS knowledge base article and cl.exe from installing Visual Studio 2008 Express. However, I ...

1 2 3 4 5 7