RubyGems is a package management tool for the Ruby programming language. It allows users to download and update Ruby libraries, and provides automatic dependency resolution.

learn more… | top users | synonyms

0
votes
1answer
6 views

RVM with legacy rails app. Can I set the version of rubygems?

I have a client on a legacy version of rails (2.2.2) Their environment is running with gem version 1.3.2. When I run gem -v on the new legacy gemset I've created with ruby 1.8.7 and rails 2.2.2, it ...
0
votes
0answers
18 views

rails server throws `require': cannot load such file — bigdecimal/util (LoadError)

In Rails 3.2.12, when I run rails s it throws /usr/local/share/gems/gems/activesupport-3.2.12/lib/active_support/dependencies.rb:251:in `require': cannot load such file -- bigdecimal/util (LoadError) ...
0
votes
1answer
23 views

gem install not creating lib/

There's only one error I get when installing my custom gem: File not found: lib ERROR: While generating documentation The install continues and says gem installed successfully. However, when I ...
0
votes
1answer
17 views

paper trail gem - undefined local variable or method has_paper_trail

I am using the latest version of paper_trail gem (2.7.1) After the gem installed and table created I have added "has_paper_trail" in my model and end up with getting "undefined local variable or ...
0
votes
0answers
13 views

Activerecord-reputation-system Rails gem how to sort by votes and recency of vote?

I'm using Activerecord-reputation-system gem for Rails. I would like to call all products from the Product model sorted by their score(reputation). Could you also tell me how I can limit the ...
0
votes
0answers
9 views

How gem install - Connection timed out

I have been using gem install for years but something has changed. This week gem install started returning timeouts for example user@io:/home/user$ gem install rspec WARNING: Error fetching data: ...
0
votes
1answer
28 views

rails application craches when does request to mysql db

Before this problem appeared I run my application on ruby 1.8.7 with 'mysql' gem ver '2.8.1' without problems. And I use RVM to manage ruby environments. After I switched to ruby 1.9.3 the bundle ...
0
votes
1answer
18 views
+50

How to fix a RubyGems.org project page after yanking a gem?

I have a gem published here: https://rubygems.org/gems/rangy-rails/ When I first released it in March 2013 I later realized that I had set an incorrect version. I immediately yanked the gem and ...
0
votes
1answer
36 views

bundle install giving Net::HTTPServerException: 403 “Forbidden”

Guys getting this error any clue, the rubygems.org is up and when i download single gem it does. bundle install Fetching gem metadata from https://rubygems.org/........ Fetching gem metadata from ...
0
votes
2answers
24 views

Ruby gem to access excel graphical objects

I have an Excel document. I want access graphical objects(such as charts, diagrams, images etc) and store it in ruby variables. Tried the same with Spreadsheet and roo gem, but ths gems does not ...
-1
votes
0answers
18 views

how to get file upload time from s3 bucket using ruby

i want to get information of files upload time in s3 bucket using ruby...or If i have bucketname\TRN\2301.zip,2302.zip,2303.zip. How to get latest file information from this location using ruby.
2
votes
1answer
28 views

How to open secure connection in ruby

I am quite new to ruby here i am opening a secure connection for amazon s3 in ruby. here i write a simple method as follows when you call this method it establishes a connection but i think it is not ...
0
votes
0answers
27 views

Install on windows 7 - mysql2-adapter - Ruby on Rails

I am a Noob on Ruby on Rails. I am following the procedure for installing the crm on windows. I have a problem regarding the Configure the application and create a blank database. the command bundle ...
0
votes
0answers
15 views

AWS Instance Usage Details - Ruby on Rails

Can I know how to find the instance data usage details(like Used Memory, Free Space, Instance type ..) in rails application. Is there any rubygem to find these all details?? Please help me..
0
votes
0answers
15 views

rake aborted! error generating /var/lib/gems/1_9_1/gems/

just tried to create a dummy_app to get the API for Rails Rails 4.0.0.beta1 as mentioned in 'Agile Webdevelopment with rails'. I run Xfce Ubuntu 12.04 on a Notebook.The reply was: Generating Darkfish ...
1
vote
2answers
45 views

How do you test a class with an extended module in ruby with spec

I can never find a clear answer for this use case, I apologize if this is a duplicate. In the following example, Is there a clean way to test with rspec that the method in class B gets called? module ...
1
vote
1answer
29 views

Get a list of all gems bundled from source

Is there a way to detect which gems in your environment have been loaded from source, via the path options? ie: # Gemfile source 'rubygems.org' gem 'rails' gem 'rails-extension', path: ...
1
vote
2answers
23 views

Reverse bundle install --without env through bundler

I've inherited a project that used to have a build script that bundle installed with the --without env flag. Now I need that env. I removed the --without flag from the build script, but those ...
0
votes
3answers
33 views

API for scrapping page content

I'm creating a website which needs to be able to scrap a website content section (post content for blogs for example) using its URL. User is filling an URL input and script scraps given URL's code and ...
0
votes
0answers
4 views

Rails: uninitialized constant Socialization::ActiveRecordStores

I want to implement follow feature in my app. I was looking for this on google and found github.com/cmer/socialization. I am testing it with demo app given by cmer. I followed these steps: $ cd ...
0
votes
2answers
36 views

Ruby gem to parse xlsx cell contents

I have an Excel document. Each cell will contain an Image as well as text. I want extract text and Image separately and store it in ruby variables. But I am not finding a Gem which will do the Job. ...
0
votes
0answers
10 views

Grocer Gem for iOS push notification not generating notification

Im using the grocer gem for generating notification for my ios app. Upon running a script that calls the app's methods Im getting a feedback. However, there is no notification generated on the ...
0
votes
1answer
56 views

Ruby on rails where is the real issue?

After 2 years I want to working with ruby on rails again, I've tried to start my project again, but it wasn't working, I followed my instructions what I written 2 years ago. I think the application ...
0
votes
0answers
16 views

Integrating ROR community engine to my existing app

Am trying to integrate Community Engine to my application.But it is showing dependency error.I tried to correct all the dependencies,but it is not integrating. C:\Sites\Example>bundle install ...
0
votes
0answers
19 views

Provide an API integrating into the Rails asset pipeline

Want to create a gem which provides some assets for the rails asset_pipeline My gem is at https://github.com/deepak/socialite_js The required DSL is: socialite_javascript_tag provides a method on ...
-1
votes
0answers
26 views

What are some Ruby Gems that were designed to assist in Data Mining? [closed]

It's looking like I may get my feet wet with a data mining by working with a company where my tasks would consist of very simple data syntax re-structuring (to assist in actual mining, with a tool ...
0
votes
0answers
16 views

Error with Rails/RVM/Rubygems

I am having a strange issue running some legacy code that our former programmer created a few years ago. When I try to run rails server, I get this error: ...
2
votes
2answers
56 views
+50

Wrapping up a method with ruby-progressbar gem

I am trying to use ruby-progressbar gem with ruby-git gem My aim is to capture the dynamic progress bar during the git clone so that i can get the progress bar for this git clone I am trying to use ...
0
votes
0answers
21 views

Phusion Passenger not able to find modified gems

I did some modifications in linkedin gem, in development enviroment its working good. In production mode Phusion Passenger not able to find modified gem, getting following error. Error message: ...
1
vote
1answer
33 views

Is there a public rubygems.org mirror?

Is there a working public mirror for http://rubygems.org? It's not working now for me, http://isup.me/rubygems.org says that it doesn't work too.
-2
votes
1answer
22 views

Ruby program ARGV error

I have a Ruby program: k = ARGV[0] j = ARGV[1] def random_tuple(length) letters_and_numbers = "0123456789" answer = "" length.times { |i| answer << letters_and_numbers[rand(10)] } ...
0
votes
0answers
47 views

Can't launch server on rails (LoadError)

I can't launch server on rails. I uninstalled and re-installed both mysql and mysql gem. But still I get the same error This is what i get ...
0
votes
1answer
50 views

Gem installer error when setting up ruby on rails (Windows 7)

I'm getting an error trying to set up a Ruby on Rails site. I've never used Ruby before, so everything is clean out of the installer. I've installed Ruby 1.9.3 and RubyGems 2.0.3. I then installed ...
0
votes
1answer
19 views

Error updating Ruby gem sequel_pg

when I try to install the Ruby gem sequel_pg I get the following error meassage: ~$ sudo gem update Updating installed gems Updating sequel_pg Building native extensions. This could take a while... ...
0
votes
1answer
32 views

Bundler HTTP works but not HTTPS; Network error

Upon running bundler with Gemfile source: source 'https://rubygems.org' I am getting this error: Resolving dependencies... Network error while fetching ...
1
vote
1answer
16 views

Can I publish a gem to RubyGems but temporarily keep it “private”?

I need to publish a gem to RubyGems that will eventually become fully public, but I'd like to keep it private in some way for a few weeks. Private could be "not appear in search results" or could be ...
2
votes
2answers
24 views

ERROR: Error installing mysql: ERROR: Failed to build gem native extension

i follow the "http://blog.mmediasys.com/2011/07/07/installing-mysql-on-windows-7-x64-and-using-ruby-with-it/" for setting the connection between Ruby on rails app and mysql server 5.1... So when i ...
1
vote
4answers
62 views

Uninstall all gems which are not in a specified list of Gemfile.lock files

I'd like to clean a little system-house. Essentially, (Gem.all_system_gems - Bundler.referenced_gems(array_of_gemfile_locks)).each do |gem, ver| `gem uninstall #{gem} -v #{ver} end Any such ...
0
votes
0answers
13 views

How to get the each tag name number when using acts-as-taggable-on

ruby: 2.0.0p0, rails: 3.2.13 , acts-as-taggable-on 2.4.1 Hi, everyone. I want to get each tags name and there number when using the acts-as-taggable-on gem. 2.0.0p0 :049 > Question.tag_counts ...
0
votes
1answer
270 views

rvm install error running 'requirements_osx_port_install_port'

Im trying to install rvm on my machine and select a version but im getting this horrible error can anybody help? I need to install dandelion deploy but cannot due to this problem. Error running ...
0
votes
0answers
8 views

Deleting Google Spreadsheet using Google_Drive Rubygem - Error

I am trying to delete a spreadsheet using the google_drive rubygem. "we're sorry, a server error occurred. Please wait a bit and try reloading from your spreadsheet. (GoogleDrive::Error)" This ...
1
vote
0answers
15 views

Trouble deploying rails app with capistrano, Gem::RemoteFetcher::FetchError: too many connection resets

I'm using Rails 3.2.8 and deploying to a remote server using rvm-capistrano. I'm encountering an error with the axlsx gem. From the command line, doing a 'rvmsudo gem install axlsx' works. But using ...
0
votes
1answer
37 views

How to represent the possible values for a property in a class member/enumeration?

I am accessing a web service, which returns data as XML that gets populated into a custom model. One of the nodes is called AccountType, and has 2 child nodes, Code, and Description. So, coming back ...
0
votes
1answer
20 views

Custom per page with kaminari gem

I am using Kaminari gem with rails 3.2 application. Its working properly. Now i want add a custom per page drop down with [5, 10, 15, 20] options. With per page selected pagination links should ...
0
votes
0answers
28 views

how to create a different Public Activity based on a model attribute? (rails 3)

I have a posts model that I am tracking using the PublicActivity gem as seen below class Post < ActiveRecord::Base include PublicActivity::Model tracked except: :destroy, owner: ...
-1
votes
1answer
37 views

Ruby cannot find nokogiri/nokogiri

I'm using RVM and previously RBENV on OSX. I have my gems installed relative to my project path in ./gems I am using the aws-sdk and attempting to use the s3 client results in a LoadError from ...
0
votes
1answer
30 views

Editing a spreadsheet using SPREADSHEET ruby gem

I have to read data from a spread sheet modify some rows and then write the updated rows / cells into the same file. I have used Spreadsheet gem with Ruby 2.0.0. When I write the results back to the ...
0
votes
1answer
32 views

Error when trying to generate devise:install in Ruby on Rails

I'm a new to Ruby on Rails and I tried to do some examples from Internet. But I have an error when I'm trying to generate devise install. I modified the Gemfile by adding gem devise. Then run: bundle ...
0
votes
0answers
19 views

Gem or Rake task, etc. to get a high level overview of existing Rails project in Git?

I'm diving into a large existing Ruby on Rails 3.2 project using Git for version control and am looking to get a quick overview of the project, especially what sections of the code are being most ...
1
vote
1answer
47 views

Rails Cancan - How to Restrict Users From Accessing Custom URL Route

I have a custom route setup that has a location_id in the url (see below) resources :menu_items, :path => "/location_menu/:location_id" So when I hit /location_menu/1 it will show me ...

1 2 3 4 5 79