Tagged Questions
1
vote
1answer
15 views
how to work with ruby-progressbar in rails view page
I want to show progressbar in my view before it gets loaded.So I installed ruby-progressbar
I follow the instructions in here https://github.com/jfelchner/ruby-progressbar.it works when I use it in my ...
0
votes
0answers
5 views
Parsing an RSS feed when Authorization is required
I have a Ruby on Rails web application in which I need to parse an rss feed. I can do this using a variety of gems - such as rss and simple_rss.
Only problem is, the rss feed I need to parse ...
0
votes
0answers
24 views
Rails, Rubygems and JavaScript on ARM
Is there a way to get JavaScript and Ruby on Rails working together on ARM architecture? Problem is, I can't get therubyracer gem working. It is not compatible to newer versions of the libv8 gem. ...
0
votes
0answers
22 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
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
1answer
31 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
2answers
25 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
22 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.
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 ...
0
votes
2answers
39 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
1answer
59 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
17 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 ...
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:
...
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:
...
0
votes
0answers
50 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
55 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 ...
2
votes
2answers
27 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
0answers
16 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
0answers
32 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: ...
0
votes
1answer
36 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
20 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
54 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
votes
3answers
55 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']
...
1
vote
1answer
69 views
Ruby on Rails: Why do I have to use sudo for commands to succede?
I'm learning ruby on rails... I've was able to install an app on my OSX (10.8.3) localhost but it was very problematic most commands failed with permission-related errors unless I used sudo:
$ ...
1
vote
1answer
59 views
Rails App “Permission Denied” error when installing refinerycms
While trying to install refinery, a rails app, I keep getting the following error:
ESL@new-host-2 ~$ refinerycms /Application/MAMP/htdocs/goodwatching
create
...
0
votes
0answers
14 views
Spree developement
I want to customize spree. I have downloaded the source files and modified them. Then I ran install.rb which built and installed gems. The question is: can I see the result of the developement without ...
0
votes
1answer
42 views
what is the best/fastest way to develop a login system in Rails
what is the best way to develop a login system along with registering panel for register using twitter or fb and own database . Is there any gems for that. As I am very new to ruby , pls help me with ...
0
votes
1answer
14 views
How do I determine the require order for my gem?
I'm working on a gem that for now just requires a handful of other gems. The problem I'm running into is that the mutant gem needs to be required after the other two, but when I add my gem to a ...
0
votes
0answers
30 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
2answers
37 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
0answers
21 views
how to get the recipient_id using this PublicActivity ruby gem?
I am using the PublicActivity gem and this was created in my database
schema.db
create_table "activities", :force => true do |t|
t.integer "trackable_id"
t.string "trackable_type"
...
0
votes
1answer
23 views
NameError in Static_pages#home, undefined local variable or method `activity'
I'm using the PublicActivity ruby gem and I'm getting this error message
This is happening inside /views/activities/_index.html.erb
<li>
<% if activity.trackable_type == "Micropost" ...
0
votes
0answers
33 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
2answers
31 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
47 views
how to add a push notification system like on stackoverflow (red number notification) in my rails 3 app? [closed]
I want to add a push notification pop-up like you see on stackoverflow. When a user comments you get a notification. I want to implement something similar on my rails 3 app. Is there a good gem for ...
0
votes
1answer
46 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
1answer
45 views
Can't run passenger-install-apache2-module
now I want to install passenger into my CentOS6.4.
I installed passenger by {gem install passenger}.but I can't run {passenger-install-apache2-module}.because the following error has occured !
...
0
votes
0answers
19 views
Ruby gems - install gems shared for all users
Okey, I've been tring to figure this out..
When I'm developing rails applications I do it on my personal user on my server (which is running Fedora 17 x64 btw). And when I move the application to my ...
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 = [
...
0
votes
1answer
41 views
error installing nokogiri when bundle install
When i run bundle install it stops by saying this . How to get out of this.Please help me.
I tried installing manually by 'http://nokogiri.org/tutorials/installing_nokogiri.html' but this did work ...
0
votes
2answers
67 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
2answers
38 views
Rails: nested_form_for <column> can't be blank
I am trying to use the nested_form gem to create a dropdown that will show a list of chains and their locations. When the user clicks the submit button, the nested_form should create a new entry in a ...
1
vote
0answers
43 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 ...
2
votes
1answer
85 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 ...
0
votes
2answers
54 views
hmtl format of smtp in ruby to send mail
I wrote a ruby script to send mails using smtp by reading the contents of a file. The contents of a file are:
+3456|0|2013-04-16|2013-04-19
+3456|0|2013-04-16|2013-05-19
And my code to send the ...
0
votes
2answers
57 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 ...
0
votes
1answer
19 views
OmniAuth bundle install error
I'm trying to use omniauth with a new project. I'm using it on other projects on my computer with no issues. 'gem list' confirms:
rails 3.2.9
omniauth 1.1.4
Everything is fine until I bundle ...



