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.
1
vote
1answer
58 views
using Twitter gem in rails 3, what needs to go here to share what was posted to twitter?
I installed the Twitter gem and I'm trying to allow whatever users post on my site to automatically go to Twitter as well.
When people "post" here's the controller that is used under "create"
def ...
1
vote
0answers
444 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
28 views
Drawbacks to using rubygems s3 source?
When using the following versions, installing new gems was painfully slow.
$ ruby -v
ruby 2.0.0p0 (2013-02-24 revision 39474) [x86_64-darwin12.3.0]
$ gem -v
2.0.3
$ bundle -v
Bundler version 1.3.5
...
0
votes
0answers
131 views
Ruby dependency installing Redmine Backlog Plugin in Ubuntu Server 12
I have installed sucessfully the Redmine 2.2 in my web server. I have Ruby 1.9.4.
My problem started when I tried to install the plugin Redmine Backlogs.
I followed the steps from the section ...
0
votes
1answer
51 views
Mechanize using ruby open up new page
I am using this code
require 'rubygems'
require 'mechanize'
agent = Mechanize.new
page = agent.get('http://www.indianrail.gov.in/pnr_Enq.html')
form = agent.page.forms[0]
print ...
0
votes
1answer
32 views
Ruby , Gems -Getting started
I have just started learning ruby . There are few things I am quite confuse with in ruby as I used to work with Perl and C.
1) How to add external library like "Mechanize" to use with your script?
...
0
votes
1answer
55 views
Ruby and Mechanize to parse html for content?
So I am a complete noob to ruby and I am trying to write a code that would take a user inputed URL and print that pages html content to the screen. I the goal is to eventual create script that would ...
0
votes
0answers
54 views
OpenSSL::SSL::SSLError while installing gems
The gem seems failing to install any gem on my Linux, I'm not sure what's cause of the problem.
Below is the debug message while installing mongo gem, it gets plenty of repeated ...
0
votes
0answers
66 views
Installing of gems in rubymine
I'm using the RubyMine IDE and I'm facing the problems with select version. I have installed the Devkit for ruby 2.0.0. But still I get the following error whenever I try to install gems under select ...
0
votes
0answers
64 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
...
1
vote
2answers
54 views
How to fill a online form automatically using ruby?
I am wondering how I can fill an online form automatically . I am new to ruby development , done this with python .
More Specifically i want to enter 10 digit pnr no "http://irctc-pnr-status.com/" ...
0
votes
0answers
207 views
Rake aborted, cannot load file ./bundler/setup, ruby require errors in RubyOnRails application
I've been working on a Ruby on Rails project for class and have run into some problems. When I run bundle install, all of my gems install appropriately. When I run rake db:setup, I get the following ...
0
votes
0answers
28 views
Rails: FriendlyId gem not working
I was trying to install gem FriendlyId. I am following railscast: 314-pretty-urls-with-friendlyid. It seems pretty easy to install. But not working for me.
Here are the steps I did:
added gem ...
9
votes
2answers
424 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
36 views
in omnicontacts, request.env['omnicontacts.contacts'] is empty in my callback when inviting hotmail contacts
I have the gem working for gmail. I can see the list of contacts in
@contacts = request.env['omnicontacts.contacts']
However, when importing via hotmail, the list is empty. I made sure that I do ...
0
votes
2answers
51 views
automatic t.timestamps after rails generate model, can I manually remove this in the migration file?
I ran rails generate model XXXX user_id:integer stream_url:text etc
I noticed that t.timestamps was part of the migration file. Can I manually remove this line without causing any problems in the ...
0
votes
0answers
26 views
Error in starting RhoConnect Adapter
I am newbie to RhoConnect Studio. I am trying to create a demo application in RhoConnect. When i try to create RhoConnect Source Adapter, it throws error:
Could not find gem 'SystemTimer (~> ...
0
votes
0answers
29 views
html5lib resembles like never ending process
I am having a weird problem in my production environment.
I have a delayed_job running in production and the execution stops after some point, whereas, in the development environment, it is working ...
0
votes
2answers
291 views
Issues installing CocoaPods
I'm trying to get CocoaPods set up in OSX (I'm running 10.8.2) - so I run
sudo gem install cocoapods
It succeeds and I get - 'Successfully installed cocoapods-0.17.2
1 gem installed'
Then...I try ...
2
votes
1answer
51 views
Why does Nokogiri require only work in super-user mode?
I keep getting an error when I run a file called wc.rb. I type:
ruby wc.rb
but I keep getting this error:
/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in `require': cannot load ...
1
vote
1answer
32 views
Return authenticated users favorites list with twitter gem
I'm looking at creating a project where I would like a user to login and then it will return all their tweets from a specific time duration.
I have seen that it is possible using the twitter Api, ...
0
votes
1answer
51 views
Ruby Gem ice_cube. How could I store a recurrence rule in database?
I might save a schedule in db repeats = schedule.to_hash or repeats = schedule.to_yaml
then use it from db schedule = repeats.from_hash
But I need to know what is a rule. For example, if it is ...
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
1answer
30 views
CanCan - map controller to existing model
I want to "map" MyController to User model
#ability
class Ability
include CanCan::Ability
def initialize user
user ||= User.new
if user.has_role? :admin
can :manage, :all
else
...
0
votes
2answers
38 views
Rails locations - where do I locate a gem
In Rails -
Where should I locate Gems? I downloaded bootstrap and it's working, as well as a sample Rails app, separately, but I want them to work together. There is a bootstrapped rails gem ...
0
votes
0answers
41 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
47 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 ...
0
votes
1answer
15 views
RoR - undefined method `hello' for Karlsgem::KarlsGeming:Class
undefined method `hello' for Karlsgem::KarlsGeming:Class
please help, I just want it to display the string in the View an cant seem to wrap my head around this?? am I in the wrong file?
karlsgem.rb
...
0
votes
0answers
43 views
RVM - cannot install thrift on Amazon Linux checking strlcpy() in string.h
I'm using:
Amazon Linux - 2012.09
RVM v1.19.1
Ruby ruby-1.9.3-p362 (via RVM)
System ruby 1.8.7
Thrift v0.7.0 (I know there is a newer version that removes the C dependancy, however, I have a ...
1
vote
3answers
173 views
Ruby 1.8.6 `gem install` segfaults with “abort trap 6”
I can't install any gems on my fresh rbenv-installed Ruby 1.8.6 on Mountain Lion. gem install segfaults and the shell prints "Abort trap: 6":
$ RUBYLIB= RUBYOPT= bash
$ gem install --verbose bundler
...
0
votes
0answers
8 views
Is there any rubygems can upload video like udemy ? [duplicate]
I want to upload large file by ajax, it seems like udemy.com , thanks!
0
votes
1answer
54 views
Custom password field with devise (ruby)
I'm using a database shared between 2 rails apps.
A webapp using BCrypt and has_secure_password to authenticate user, and my app, an REST API, using Devise to authenticate users. Password hash is the ...
1
vote
1answer
240 views
Rails: error while installing rubyracer
I am running 'bundle install' on my linode server. But not able to install cause of rubyracer. Bundle install output is:
Installing therubyracer (0.11.0)
Gem::Installer::ExtensionBuildError: ERROR: ...
3
votes
2answers
48 views
Creating a Ruby Gem [closed]
What is a comprehensive source on learning how to create a ruby gem?
Is their a paid solution e.g., book?
I'm not finding much on the internet and on here except for basic tutorials which don't cut ...
1
vote
1answer
124 views
Grape API and HTTP Digest Authentication
I am working on creating an API for my ruby application that authenticates users based on HTTP Digest Authentication. I decided to use the Grape API library because it makes creating an API cleaner in ...
0
votes
0answers
64 views
no such file to load — rubygems capistrano
I am new to Capistrano, setting up an initial project. 'cap deploy:check' indicates I have all the dependencies needed. 'cap deploy:update' is creating all of the capistrano files along with my ...
1
vote
0answers
118 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
1answer
2k views
Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension
To provide some background - I've just downloaded a Git Repo from GitHub, for a friends app and I am attempting to launch it from my Mac ('rails s'). However, I am being hit with the following error ...
0
votes
0answers
8 views
when I run some specs at once with a report, the number of examples is incorrect
When I run command rspec -f html -o coll.html -P "promo/*.rb" , I will get a html report with 4 examples passed, actually there are five examples,
but rspec -f html -o coll.html promo return five ...
1
vote
1answer
39 views
How can I configure travis CI build to use a specific version of rubygems?
I have a .travis.yml file like this
language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
gemfile:
- gemfiles/rails23.gemfile
- gemfiles/rails30.gemfile
- gemfiles/rails32.gemfile
- ...
0
votes
0answers
44 views
event machine errors out
I am using the happening gem, a event-machine library to persist files on S3.
when i run rspec tests to "GET" a file from the aws bucket, it errors out.
Error O/P:
RuntimeError: eventmachine not ...
0
votes
1answer
51 views
'require': no such file to load (LoadError): when running foreman
I've got a foreman Procfile that runs a ruby script:
concat: ruby bin/compile_scripts_for_dev_automatically.rb
When I run the script, I get the following error:
...
0
votes
1answer
54 views
ruby on rails PIK gemset like RVM gemset?
I've worked with RVM where I can get gemset's and stuff, but there's no way of getting it with PIK? any idea? I tried looking for a solution but couldn't find one. Hopefully someone has any clue on ...
1
vote
1answer
77 views
Can the merit gem recalculate reputation and re-evaluate badges and ranks?
I would like to add a system of points, ranks and badges in my rails app.
The merit gem looks cool, but I want to make sure how it works before using it.
The way you define badges
# ...
0
votes
2answers
46 views
Ruby gem Sanitize not condensing whitespace on one machine
I have the following failing unit test;
it "should handle white space" do
Sanitize.clean(' ').should == ''
end
Which fails because the result of Sanitize.clean(' ') is ' ' not ''.
The same ...
0
votes
1answer
143 views
Install Bootstrap in my Ruby on Rails project using bundle install
I am new to Rails. I wanted to use bootstrap so I have placed the 'bootstrap-sass' as in it's documentation in my Gemfile like the following:
group :assets do
gem 'sass-rails', '~> 3.2.3'
...
2
votes
2answers
60 views
number_to_human with currency
I am using number_to_human to print 4 Million. I was wondering if there is a method that will add the $ to the front of the number?
I run into issues when I have a negative number.
If I just throw a ...
0
votes
0answers
17 views
SimpleCov not generating coverage for app/ code
I am currently using SimpleCov to generate coverage for my Ruby code. I have it configured as follows.
SimpleCov.start do
add_filter "spec/"
end
However, coverage reports are not generated for ...
0
votes
2answers
41 views
twitter gem not loaded after bundle install
I am new to rails and I am trying to make an app using twitter gem.
This is my gemfile:
gem "twitter", "~> 4.6.2"
gem "faraday", "~> 0.8"
gem "multi_json", "~> 1"
gem "simple_oauth", "~> ...
0
votes
2answers
56 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 ...





