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
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
29 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
22 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
0answers
11 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
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: ...
1
vote
1answer
34 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.
-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
33 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 ...
1
vote
1answer
51 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 ...
0
votes
2answers
28 views

Using gems via Rubygems in windows - path failure

I have installed ruby 1.9.3, with RubyInstaller and DevKit. I installed the required gem I'm looking forward to use, but no matter what I do i can't get it working. I run my program and i get the ...
0
votes
2answers
31 views

Ruby Gems Documentation

I'm just trying to understand how to use particular ruby gems. For example, take this reddit gem. It says to have this code to start: require 'snoo' # Create a new instance of the client reddit = ...
0
votes
1answer
47 views

VisualRuby and DevKit setup

I want to create a desktop application in ruby using visualruby. I need the devkit so I followed these instructions I installed ruby 2.0.0 and glade3-3.6.7-with-GTK+ Opened up CMD window, navigated ...
0
votes
0answers
10 views

Redcar command not found

So I did the following: gem install redcar gem q --local and I now see: redcar (0.13) redcar-bundles (0.3) redcar-icons (0.3) redcar-javamateview (0.2) redcar-jruby (0.1) redcar-svnkit (0.2) But ...
0
votes
0answers
32 views

upgrade activescaffold (deprecated functions) in rails 2.3 to 3.0 upgrade

I'm trying to upgrade an app from rails 2.3 to 3.0 and it uses Active-scaffold plug-in In the upgrade process I've removed Active-scaffold (rails 2.3 compatible plug-in) and installed gem ...
0
votes
1answer
21 views

Problems installing unf_ext on Win7x64

I know I got this working before on the same hardware/OS but today I'm stuck. For 1.9.3 I get: $ gem install unf_ext --version=0.0.5 Successfully installed unf_ext-0.0.5-x86-mingw32 Installing ri ...
0
votes
0answers
31 views

What are the best practices for updating a gemspec's file list?

Regarding the files list for gemspecs. I've noticed that jeweler updates this list manually with a listing of files in the project. e.g. Gem::Specification.new do |s| # stuff s.files = [ ...
1
vote
0answers
35 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
41 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
75 views

a fatal error has occurred. Please see the Bundler troubleshooting documentation at http://bit.ly/bundler-issues

When I'm doing bundle install, I got the exception below. What is this? rajesh@rajesh:~/workspace/Cybermedia_Test$ bundle install Fetching gem metadata from http://rubygems.org/.Unfortunately, a ...
5
votes
0answers
103 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 ...
0
votes
2answers
56 views

How to implement versions by country on Rails web app

I need to create a web app that would be different for each country (and not only different language). Let's say the website lists insurance solutions in the country. For example, users in France ...
1
vote
1answer
23 views

Changing the reading order of Rubygem sources

I have created a private gem that I have hosted myself. Everything was going well up until someone has created a gem with the same name on rubygems.org. Since rubygems.org has a highest precedence ...
0
votes
0answers
45 views

Error while `gem update`

I've tried to update gem, and here is what it tells me at the end of the process: $ sudo gem update […] (lots of gems) ERROR: While executing gem ... (RDoc::Error) error generating ...
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?
0
votes
1answer
37 views

Rails(ROR) and Salesforce

I need to update salesforce (CRUD operation) from my ROR application. I tried with databasedotcom. It works good with client_ID and client_secret. My case is, I will not get client_ID and ...
1
vote
0answers
392 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 ...
0
votes
0answers
60 views

Getting Iconv::InvalidEncoding error on trying to export xls from Redmine

I tried searching the solution, but could not get it working I have installed xls_export plugin for redmine, but every time I try exporting an Excel sheet of Issue list, I get the following error ...
9
votes
2answers
407 views

Writing a Ruby extension in Go (golang)

Are there some tutorials or practical lessons on how to write an extension for Ruby in Go?
0
votes
0answers
7 views

Unable to find own build ruby gem in rubygems.org

I've built a gem and gem push it to rubygems.org, everything seems fine but I just can't find the gem that I just push even I use the following commands: gem list --remote | grep my_gem_name or ...
0
votes
0answers
39 views

How can I choose between install a x32 or x64 version of a gem in ruby 2.0?

Let's suppose that there are two versions of a gem, one for x32 technology and the other for x64. How can I choose which version install. Im running on Windows 7 64 bits. Will rubygems detect what ...
0
votes
1answer
45 views

ruby on rails with gem pdf-reader: Uninitialized constant error

i got stuck trying to use the pdf-reader(V1.3.2) to dive in to a PDF unsing ruby on rails (ruby V1.9.3). I basicially get this as an error: Uninitialized constant PDF::READER I found some answers ...
1
vote
0answers
110 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. ...
0
votes
2answers
55 views

I've installed a gem - but can't find it in /lib

I've installed a ruby gem using the command line. When I try gem list --local it clearly shows that the gem is clearly installed on my machine. However I want to make changes according to the ...
0
votes
1answer
53 views

Error installing ruby-ldap in Debian

I'm trying to install ruby-ldap and it doesn't work. Tried installing libsasl2-dev and libldap-dev didn't help. Tried apt-get install ruby-ldap gem ignores it. Tried deleting ...
1
vote
1answer
60 views

Does Capistrano need to be in the development group in the Gemfile?

In a rails Gemfile, does gem 'capistrano' need to be inside the :development group or this there any advantage in putting it inside an arbitrary group like :tools?
0
votes
1answer
18 views

RubyGems.org cannot process this gem

I was trying to upload a gem to Rubygems, but it throws this error: $ gem push voxel4r.gemspec -V GET http://rubygems.org/latest_specs.4.8.gz 302 Moved Temporarily GET ...
1
vote
2answers
54 views

understanding groups in ruby on rails gemfile

I've seen some syntax where group :development, :test do gem "rspec-rails", ">= 2.0.0.beta.19" gem "cucumber-rails", ">= 0.3.2" gem "webrat", ">= 0.7.2.beta.1" end or group :assets ...
2
votes
3answers
504 views

Trouble installing gitlab-5.0. I can't finish the installation

I am installing gitlab-5.0 on Unbuntu 10, when I execute the 'sudo gem install bundler' command on section Ruby of the gitlab instalation guide, It shows me the next conflict: ...
3
votes
2answers
191 views

bundler vs RVM vs gems vs RubyGems vs gemsets vs system ruby [closed]

I am new to Ruby and trying to wrap my head around following concepts: bundler vs RVM vs gems vs RubyGems vs gemsets vs system rub and I'm confused. Can someone please describe a 'best practice' of ...
1
vote
2answers
53 views

How extract code from project to gem fast (move class from project to gem)

I have a complex project written in Ruby on Rails. And i need to split it for smaller subrojects. And some code used in all subroject, so I want to move it to librabry (core) and after just reuse the ...
0
votes
1answer
29 views

Does gem spec. name have to equal the gem constant name?

tl;dr I'm trying to break out a part of a larger application as a mountable engine. The engine will exist in different flavors, each contained in their own gem. I can't get the gem name be different ...
0
votes
1answer
68 views

Issue : Fluentd gem installation on Windows 7

I am facing an issue with FLUENTD gem installation. Issue:: C:\RailsInstaller\Ruby1.9.3\bin>gem install fluentd-0.10.32.gem Temporarily enhancing PATH to include DevKit... Building native ...
0
votes
1answer
107 views

NoMethodError while loading carrierwave.gemspec:undefined method `today' for Date:Class

I have a problem with Carrierwave gem. When I run some simple rake commands, the system gives the following error: Starting process with command `bundle exec rake jobs:work` ...
1
vote
1answer
619 views

Can't start rails server mysql2 gem?

Ruby and rails noob, made a project and got this far. But now I'm getting these errors when trying to run rails server. I'm using Windows vista and ruby 2.0.0. ...
2
votes
1answer
688 views

Error executing action `install` on resource 'chef_gem[mysql]' – installing ruby gem through Chef Solo

Using Chef 10.24.0, when including the database cookbook, include_recipe "mysql::server" include_recipe "database::mysql" the mysql gem fails to install, with the following output: ...
2
votes
2answers
160 views

how to install caldecott on win 7?

I have created an and I want to upload that on phpfog but I am getting trouble while uploading my database here on the first step, I have win 7 x64 , I downloaded and installed command prompt with ...
1
vote
2answers
177 views

What does a .gem file contain? How it is being used by Rails framework?

I just created a test gem using bundle and it created a .gem file with unreadable content so I was wondering what does that .gem file contains ? is this binary data ? as I used to think that .gem ...

1 2 3 4 5 10