Tagged Questions
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 ...
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
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 ...
0
votes
2answers
470 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 ...
1
vote
2answers
58 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
2answers
43 views
How can I tell if a vendored gem is being used?
I have inherited an old project that was previously passed on by multiple developers. It's in a bad shape so I'm trying to bring it back to life. I notice there are some gems and libs that have been ...
0
votes
1answer
35 views
How to implement badgeville in ruby on rails
Can anyone tell me how to implement badgeville in ruby on rails?
EDIT:
how can I apply this on ruby on rails?
https://github.com/badgeville/badgeville-ruby
0
votes
0answers
84 views
how to uninstall redmine with ruby rails
hiii
I have redmeine installed
I installed one plugin-jenkins and redmine connection one
It demands for to install ruby with some command
now when starting the redmine giving following errors
There ...
0
votes
0answers
45 views
Moderating a model in Rails3
I need to implement some kind of moderation system in a Rails 3.2 app.
I already found vestal_versions and paper_trail and I think that versioning is a good solution for what I have to do ...
1
vote
1answer
54 views
How do I create an admin in Ruby On Rail using the Devise Gem?
I am developing a rails application and am using a gem called devise to manage my users. I have created a new user called "Admin" but am unsure on how to change a user on the application from a "User" ...
0
votes
1answer
199 views
When using filepicker-rails, where should I define my avatar_url method within my rails app?
I've installed the filepicker-rails gem and I am able to upload files to the filepicker.io server. When I try to display the image for different users profile, I get the error:
undefined method ...
0
votes
3answers
118 views
deploy a ruby on rails application
I'm trying to deploy a ruby on rails application. It uses mysql for
a database. What I would like to do is distribute it as a windows
executable. It should be in such a way that the user can click ...
5
votes
1answer
546 views
How do you use the Gibbon Gem to automatically add subscribers to specific interest groups in MailChimp?
I'm trying to figure out how I can use the Gibbon gem in Rails to automatically add subscribers to specific interest groups in MailChimp?
I've found this article which details a non-Rails method for ...
0
votes
0answers
46 views
auto_link gem options in rails?
Hi Friends ,
I am using rails_auto_link gem in my app. I want to if my text have any link , it will gives only that link, it is possible with auto link gem.
Example:
msg = ...
1
vote
2answers
1k views
Can't run bundle update because of json 1.7.5
I can't seem to run bundle update on my Windows 7 machine with Ruby 1.9.3p194. I've installed the latest DevKit as well. bundle complains about the lack of a make command, I can't find make on my ...
0
votes
1answer
462 views
Rails_admin filtering with associations problems
Im having some serious problem figuring out how to search across associations in the list views for models in the Rails_Admin interface.
Background information:
- Models: Post, User, Hub, and ...
0
votes
1answer
89 views
Need help to implement audio recording in rails application
I want to integrate audio recording functionality in rails 3 application, where user can able record their voice and to share it, I don't know the way to proceed this.
I googled and found that red5 ...
0
votes
1answer
33 views
rails encapsulate tags in textfield
I would like to know how to implement a textfield for TAGS in ROR?
like the ones used in stack overflow, or at emails where you type a text and after you hit space it capsules it.
I would ...
1
vote
2answers
96 views
When Should I use expression interpolation in Ruby?
I have confusion for using expression interpolation in method. Initially I thought I can pass any kind of expression like let's say name.capitalize, but I can pass without expression interpolation ...
1
vote
1answer
638 views
bundle install: Failed to build gem native extension
i have git clone git://github.com/jalagrange/excel_test_app.git
I got the below error while the bundle install, This does not happen with other my applications.
following error
Installing mysql2 ...
1
vote
2answers
589 views
Active Admin Navigation Links
How do you add your own custom links dynamically to the ActiveAdmin global navigation header other than registering the pages/models? For example, if I want a link that can direct users to my home ...
1
vote
0answers
206 views
Gem Problems with running Warbler under Maven
I am seeing something odd with our build management server (we are using Jenkins CI). Projects are built using Maven (version 3.0.3)
Other environment details:
Rails 3.1.3
Jruby 1.6.7
Ruby 1.9.2
...
0
votes
1answer
100 views
Rails 3: How to use a ruby gem for date validation for non-model data
In my rails app, I have a situation where a user enters a date of birth on a web page.
I would like to do validation of their age based on this date of birth. I would like to do the validation in the ...
0
votes
2answers
237 views
Rails 3: How to intercept any http request
Lets say I have an image at app/assets/images/privateimages/myrestrictedimage1.jpg
If I try to go directly to the image via url say with something like
...
0
votes
1answer
108 views
How to generate create table migration file using Rails::Generators.invoke(“active_record:migration”)?
When I used this code
Rails::Generators.invoke("active_record:migration","create_tests",{:behavior=>:invoke, :destination_root=>Rails.root})
to generate migration file, I got the following ...
0
votes
1answer
61 views
Could not find compatible versions for gem
Bundler could not find compatible versions for gem "spree_auth":
In Gemfile:
spree_social (>= 0) ruby depends on
spree_auth (~> 1.1.0) ruby
spree (= 0.50.2) ruby depends on
spree_auth ...
0
votes
2answers
263 views
Why can I not save tweets into the database?
I want to save the tweets into the database, but it doesn't work! I'm using the twitter gem.
My controller:
class TweetsController < ApplicationController
def save_tweets_into_database
...
3
votes
1answer
135 views
upload videos with caption on youtube in rails 3.x
I am using youtube_it gem for uploading video on youtube.I want to upload videos with caption file on youtube.I am not able to find any method for uploading videos with captions in this gem. Is there ...
0
votes
0answers
62 views
Illformed requirement error for databasedotcom
I have a rails app where I need to get data from SalesForce and for this I used "databasedotcom" gem which works fine locally. But when I try to run dundle install on server it gives error "Illformed ...
1
vote
3answers
585 views
Why am I getting Gem::LoadError when requiring the clockwork gem?
I have a task which has to be run everyday. I will get just fetch the data from one table do some kind of computation and inserts into another table. I am using this gem
But the its not work and I ...
0
votes
1answer
235 views
Ruby on Rails User interface Gems [closed]
I would like to know list of gems which is helpful for creating a very good looking (user interface) application.
1
vote
0answers
366 views
Heroku run rake db:migrate error with “no such file to load — bundler/setup”
I'm trying to do a "heroku run rake db:migrate", and get this error:
es-MacBook-Pro:project e$ heroku run rake db:migrate
Running rake db:migrate attached to terminal... up, run.1
(in /app)
rake ...
4
votes
2answers
5k views
How do I install Ruby 1.9.3 on Ubuntu without RVM?
i want to install ruby 1.9.3 on ubuntu without rvm
i run command
sudo apt-get install ruby
its taking ruby 1.8 and ruby 1.9.1
and if i do
sudo apt-get install ruby 1.9.3 -p XXXX
still i ...
0
votes
0answers
99 views
IMGKit gem issue
I have a question to ask all of you. I have a problem with IMGKit. when I save the file to image file with unicode language it does not support. like Thailand language when render from thailand ...
1
vote
1answer
91 views
missing gems can
Bundler could not find compatible versions for gem "railties":
In Gemfile:
rails (= 3.2.3) ruby depends on
railties (= 3.2.3) ruby
jquery-rails (= 2.0.0) ruby depends on
...
0
votes
1answer
475 views
Radio button condition ruby on rails
I am having some issues with this code. I am trying to create an "advance" search for my database. Requesting two types of data (film and location). The location one work flawlessly and displays all ...
0
votes
1answer
134 views
uninitialized constant error for a lot of gems
after going through a lot of forums I conclude that I'm asking this question for a lot of guys who don't know the answer to this question, a lot of times when we do require a certain gem in the ...
6
votes
1answer
2k views
Where to override current_user helper method of devise gem
How can i override current_user of devise gem.
Actually I need to add web services for mobile-app.
Currently devise is managing session and 'current_user' for web-application.
Now Mobile app will ...
5
votes
4answers
686 views
Having difficulty installing ruby-filemagic gem on new RHEL6 server
It appears to be looking for the libmagic.so.1 file. I have that file. It is located in /usr/lib64. I am not running this installation as the root user.
I am also using rvm and Bundler. This is the ...
1
vote
2answers
1k views
Good Ruby on Rails 3.2.1 galleries
I am making webpage for primary school. Now I need to implement galleries. I am newbie at ruby on rails, so I want to ask you, guys, which is good gallery.
Thank you.
0
votes
0answers
273 views
word rails before kaminari
I am using Ruby on Rails 3.2.1 and gem Kaminari. Before my <%= paginate @posts%> is the word "rails" and I don't know how to remove it and where is the problem. Maybe someone know this bug or ...
1
vote
1answer
639 views
Freshly installed gem (FactoryGirl) causes WEBrick to exit (DEPRECATION WARNING)
trying to start WEBrick:
rails s
=> Booting WEBrick
=> Rails 3.1.1 application starting in development on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
...
1
vote
1answer
175 views
Why is will_paginate gem returning all results to one page but showing next and previous links?
I've spent the last few hours finding out why will_paginate wouldn't work on my user account area page "site.com/" (users/new) but would work on other pages such as site.com/search, site.com/browse.
...
0
votes
2answers
89 views
update_attribute is modifying password in Rails
I have a User model. I am trying to update a "confirm" attribute from Admin model. But while doing this, all the attributes are passed all over again; and due to the hashing used, the password which ...
0
votes
1answer
2k views
Could not find rake-0.8.7 in any of the sources (Bundler::GemNotFound)
I am using Ruby 1.8.7 and Rails 2.3.5 version . When I try to start the server it throws the below error.
When I list the gem its shows the rake there but of different version
actionmailer (2.3.5)
...
1
vote
2answers
230 views
Error while starting Rails server
Hello i am new to ruby and rails ... but when i am starting the rail server i am getting this error
This is the error i am getting
D:\mynewapp>ruby script/server
=> Booting WEBrick
=> Rails ...
0
votes
1answer
122 views
Writeexcel (Rails) generated excel not opening in Microsoft office 2010
I created an excel file using the writeexcel gem. It opens perfectly in libre office and open office but microsoft office says : "Could not open file". Anyone else faced a similar issue?
7
votes
2answers
937 views
How do you create prepared statements with the mysql2 gem?
I've tried using google to answer this seemingly simple question, but to my surprise, it didn't help.
I have code in my rails application currently using the 'prepare' method with the mysql gem. On ...
3
votes
3answers
1k views
Ruby on Rails server error
i'm not a full RoR developer (php developer mostly), i've only don't small projects/tutorials, but i've inherited a rails project and though my environment mimics the heroku production environment, i ...





