0
votes
1answer
29 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
21 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 ...
0
votes
1answer
23 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
24 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
13 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..
1
vote
2answers
44 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 ...
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
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 ...
2
votes
2answers
46 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 ...
-1
votes
3answers
49 views
Can't mass-assign protected attributes: category_id
def create
@author = User.find(current_user)
pub_params = params[:publication]
##
#bcids = pub_params['categorizations_attributes']['0']['book_category_id']
...
2
votes
1answer
29 views
Test a ruby gem binary
I am developing a ruby gem which will have a binary.
I am trying to develop the binary but i am worried its not finding my requires because the gem isnt installed as a gem is there a way to test the ...
0
votes
0answers
28 views
Delayed_job stuck on production server
I have a project that is using the delay_job_active_record gem for sending mailers to email and to salesforce, this has suddenly stopped sending emails on my production server.
I have managed to work ...
0
votes
3answers
35 views
Will Paginate button not working?
which is best gem package for pagination. I am using will_paginate buts its previous and next button are not working. Do you have any idea about it ??
def client_info
sleep 2
@clinet ...
0
votes
1answer
63 views
Gem Charlock_holmes installation error on Windows XP
I am trying to run bundler for my RoR app on a Windows machine (Windows XP). But, while downloading the gems, it stops at the 'gem Charlock_Holmes' and gives the following error.
...
0
votes
2answers
29 views
rendering two partials into one (rails 3), am I doing this right?
I am using the Public_Activity gem to display the list of actions being performed on the website. I already have a main feed on the homepage but I would also like to include all of the activities that ...
0
votes
1answer
44 views
how to separate numerous hashtags onto a separate page of a user post?
On my website, I allow users to make a post
This is what the current Post create controller looks like
def create
@post = current_user.posts.build(params[:post])
if @post.save
...
0
votes
0answers
23 views
Customising carrierwave: changing the priority of remote_image_url over local file
I have an image upload form very similar to this episode: http://railscasts.com/episodes/253-carrierwave-file-uploads
models/painting.rb
class Painting < ActiveRecord::Base
attr_accessible ...
0
votes
2answers
64 views
Rails has many and belongs to
Am rather new to this site, looking forward to getting more involved :)
I am building a daily deal app to better learn Ruby on Rails.
On M. Hartly tutorial, I understood the concept of models and ...
0
votes
0answers
44 views
integrate a blog/wiki in my rails app ? (please read it completely, it's not duplication)
I know that there is already the same question here in stackoverflow about integrating a blog to Rails app,but my question and requests are a bit different!
it's not only about integrating a ...
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
votes
0answers
29 views
How to execute BBYIDX in ubuntu? [closed]
I am very new to ruby and have almost have no knowledge about it. But still i would like to run this.https://github.com/BBYOpen/BBYIDX.If you don't know how to install this special website at least ...
1
vote
1answer
66 views
How to override Constant of a gem? (Ruby on Rails)
I'm working with Twitter-text gem on my project, but I'm getting some errors. I need override one constant of that gem.
I see some questions on StackOverflow about method override that helped me, ...
0
votes
0answers
15 views
Integrate svg-edit in rails application
I have to integrate svg-edit in my rails application. I have downloaded its files but I don't want to separate all of its css,js and images and place them in app/assets.And give them their respective ...
0
votes
0answers
65 views
form not responding in rails
Below is my Code . My form isn't responding to any of my actions.What am I doing wrong.
I'm having user fill up billing/shipping address ,after submit I'm directing him to the transaction for.Here my ...
0
votes
0answers
22 views
RailsGem : Not able to see friendly_id urls
Just installed friendly_id gem as per https://github.com/norman/friendly_id/. Followed these steps:
gem "friendly_id", "~> 4.0.9" in gemfile and bundle
rails g migration add_slug_to_profiles ...
0
votes
1answer
51 views
suryveyor gem how to output the survey in pdf?
I read about the surveyor gem and in the webpage http://nubic.github.io/surveyor/
Where do I put this line to export the survey report to a pdf?
%li= link_to "PDF", view_my_survey_path(:survey_code ...
0
votes
1answer
32 views
Validation not working on Class that extends ActiveModel::Naming, include ActiveModel::Validations
I and new to ruby and rails; I have the below ruby class definition that I am using in my rails 3 app. This class is simply used as a property container for contact information populated in my view ...
0
votes
0answers
105 views
s3 bucket..The bucket you are attempting to access must be addressed using the specified endpoint. Please send all future requests to this endpoint
Hi I'm using below code to get the size of a bucket.Researched all over but the only way was to loop through each file.While looping through ,some buckets seems to created in a different region and ...
1
vote
1answer
51 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 ...
0
votes
0answers
22 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 ...
0
votes
0answers
30 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
1answer
42 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
2answers
37 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 ...
1
vote
1answer
207 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: ...
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
1answer
52 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
74 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
# ...
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
2answers
441 views
rubymine error: You have already activated rake 10.0.3, but your Gemfile requires rake 0.9.6. Using bundle exec may solve this
When I run rspec from my rubymine editor,I get this error:
You have already activated rake 10.0.3, but your Gemfile requires rake 0.9.6. Using bundle exec may solve this.
I also tried this:
gem ...
0
votes
0answers
46 views
Log analysis gem not working in production environment
Since memory leak was found in my rails app, I used request-log-analyzer to analyze the log.
I added this in Germfile:
gem "request-log-analyzer"
and then run
$ bundle install
After that I ...
1
vote
3answers
51 views
How to mention different action in form on two submit tags?
I have my form tag and also i have two buttons in my form. How do i call different actions in my form on click of submit buttons.
Here is my code:
<%= form_for :attachment_metadata, ...
0
votes
2answers
38 views
Creating a “pop out window” for user login
I've searched stackoverflow as well as google and can't seem to find a specific enough answer, so I thought I would go ahead and ask it myself!
To provide some background: I am a fairly new rails ...
0
votes
1answer
39 views
How to display a linked URL when using Rinku? (Rails Gem)
I am using the Rinku rails gem to make URLs linked in any content posted on my website.
I've installed and implemented it but the problem is that the HTML code shows in the view.
Here's a code ...
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 ...
3
votes
3answers
843 views
Getting Ruby on Rails environment working and installing sqlite3
Trying to upgrade to the latest version of Ruby on Rails. I got ruby and rails installed ok (I think).
C:\Users\benjaminw>ruby --version
ruby 2.0.0p0 (2013-02-24) [x64-mingw32]
...
0
votes
1answer
50 views
Conflicting module names when using multiple gems (in my case: social_stream and rails3_acts_as_paranoid)
I am using those two gems: social_stream (rails engine) and rails3_acts_as_paranoid (lib).
When I try to see the homepage, I get the following error:
NameError in Home#index
Showing ...
1
vote
1answer
45 views
How do I undo a gem install that messed up my Rails app?
I installed a gem to make my URLs case-insensitive but I'm seeing a lot of broken links. Instead of going through and trying to fix them, I'd rather just undo the install I did.
If I ran gem ...
1
vote
1answer
50 views
adding a generator for my custom gem (Rails > 3)
I'm trying to write a ruby gem (with rails (3.2.13)), I have created a generator to do a file copy.
Following is my generator code
#<mygemname>/lib/generators/mygemname/mygemname_generator.rb
...
1
vote
2answers
57 views
Understanding Ruby messages
To provide some background; I've been learning Ruby for the passed few months (have read most of Well-Grounded-Rubyist, completed Poignant ruby guide, and planning on reading Eloquent ruby afterwards) ...
1
vote
1answer
579 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.
...
