Ruby on Rails is an open-source web development framework written in Ruby. Ruby on Rails follows the principle of convention over configuration, freeing you from having to re-invent things to stay productive. Ruby on Rails 4.0 is the latest edge version available.

learn more… | top users | synonyms (3)

0
votes
0answers
3 views

Create a general config section within activeadmin

I want to create a general settings section where admin users can manage/edit things like website meta tag, social media links etc. I am using activeadmin but cant work out how to achieve this..... ...
2
votes
0answers
16 views

Strange Routing error in rails 3.2

I am implementing an application in which i want to change the settings of the application. While doing so I am getting an error no routes matches {:action=>"show", :controller=>"settings", ...
1
vote
0answers
10 views

Can't mass-assign protected attributes for creating a has_many nested model with Devise

I've watched the RailsCast, another nested attributes video, lots of SO posts, and fought with this for a while, but I still can't figure it out. I hope it's something tiny. I have two models, User ...
1
vote
0answers
6 views

Has anyone successfully added push functionality to Hartl's micropost tutorial?

I am trying to find a way to add push functionality to Michael Hartl's tutorial. I've checked out Ryan Bates' Railscast using Faye and the Private Pub gem but I'm not using javascript to append the ...
-2
votes
0answers
15 views

Why does my app look different in production? [heroku]

My app works great in development but in production/deployment to heroku the blog aspect of it doesn't show. I presume it has something to do with the dynos as I am running on the free version, but ...
0
votes
0answers
12 views

ROR post method using json,for server side

I want to send data from client side(Android) to ror site using json post method,i want to write coding in def create method,how to write coding for post method,it has to get data from the client side ...
0
votes
1answer
21 views

Rails: rspec fails after switching to postgreSQL

I'm learning rails and following the Ruby on Rails Tutorial Book. It had an extra challenge and taught me how to use postgreSQL instead of the default SQlite3. However, since I have changed to ...
1
vote
2answers
21 views

In model, when to use attr_accessor and when to use attr_accessible?

attr_accessible is used by default, but in #250 in railscasts, it uses attr_accessor so I'm confused. In Authentication from Scratch tutorial, the code is class User < ActiveRecord::Base ...
0
votes
1answer
17 views

Trouble running bundle exec rails server -p $PORT [log included]

So, I am trying to deploy to heroku but it seems like one problem after the other. In this case when running: $ bundle exec rails server -p $PORT See github here: ...
0
votes
1answer
17 views

Errors when deploying to Heroku [logs included]

I'm having trouble deploying to Heroku, I've just fixed a postgresql error but now have an ActionView error amongst others. Not sure how to fix this one. please advice. the git for the blog: ...
0
votes
0answers
55 views

Sum returning null

I am having a problem with a Ruby SQL look up function: it always returns a null. Here is the terminal output: SELECT COUNT("point_store_items"."point_cost") FROM "point_store_items" INNER JOIN ...
0
votes
4answers
32 views

Can't deploy to heroku [heroku log included]

I'm having trouble deploying to Heroku, I've installed postgresql but I don't think I've configured it properly. This may or may not be the problem, but I have a hunch it has something to do with it. ...
2
votes
1answer
12 views

Rails: before_destroy not updating parent

In my rails app, I have a Donation model, which has an attribute called status (an integer) and a child model called Delivery. A donation has_one delivery. In the delivery model, I have callbacks ...
1
vote
0answers
14 views

No Mass assignment with attr_accessible set in model Rails 3.2.2

I have am creating a twitter style following relationship between users in my Rails 3.2.2 application. I have User and Relationship models. class Relationship < ActiveRecord::Base belongs_to ...
1
vote
0answers
10 views

Saving Tweets For Current User / Authorized User into Database

I'm working on a small project and I'm a little stuck. I've follow a few tutorials online to get things moving and here is what I came up with. Everything works when it comes to authenticating with ...
0
votes
0answers
14 views

Update another table with the newly created foreign key

Could somebody advise what code should be added in order to ensure that the created new id for a one table will be updated in the table from where the ID is used ( the id from table Appointments has ...
1
vote
0answers
9 views

acts_as_votable one-to-many and only one option votable

I'm trying to figure out how I can work with the acts_as_votable gem to implement a voting system with a one-to-many relationship. I have the AgendaItem model, which has-many Conclusion items. ...
0
votes
2answers
14 views

Should I be using Feedzirra in the model?

I'm playing about with the Ruby Feedzirra gem and have managed to acheive what I set out to do by using it in the controller. Though everything I've seen has mentioned using it in the model. I was ...
0
votes
1answer
11 views

Rails, CKEditor, PostgreSQL, image upload with Carrierwave

When I try to insert an image into my blog I select the Upload tag and select my file and Send it to Server. Then at the URL tab I select Browse Server and I get the following error: ...
0
votes
0answers
11 views

Google Oauth and Invalid Credentials

For the past week or two we've had issues signing users via Google Oauth. The user when redirected to Google if already logged in via Gmail is redirected back to our site with the following url. ...
1
vote
0answers
23 views

Saving new records based on older instances in Rails

I have a Lesson model and a Revision model. When a lesson is created its first revision is created. Users should be able to create new revisions by updating the old one - but the updates would save to ...
0
votes
1answer
13 views

Feedback association between two rails models

I have two models - Customer and Contractors. I have setup a simple app, where they interact on an activity. Now at the end of it, I would like for them to leave each other feedbacks. Nothing complex ...
0
votes
0answers
5 views

Monkey patching a Gem method in Rails 3

I'm willing to use friendly_id gem with Firebird, but I need to override a method that implements a specific SQL function with code related to Firebird. I've created the file ...
0
votes
0answers
5 views

SQLException on db:test:load with Rails

I've been working on a small but somewhat complex Rails application with multiple has_and_belongs_to_many relationships. It's open source, and the code is here. Everything was working fine, but ...
0
votes
0answers
12 views

How get the return value of checkbox in rails

I am sorry because this look like a doubled post, but i saw a lot of other threads and i cant understand anything that i am doing. I am trying to make an has_and_belongs_to_many but i am stuck. I ...
1
vote
0answers
8 views

Test contents of file in rspec from respond_to format.csv

I have the following code in my controller that exports a csv file ... def export @filename = 'users.csv' @output_encoding = 'UTF-8' @users = User.active_users #not the actual scope but ...
0
votes
1answer
11 views

RubyMine debugger won't run

I'm becoming extremely frustrated with RubyMine, because getting the debugger to run is unacceptably difficult. I've got this in my gemfile, gem 'ruby-debug-ide' if ENV["RM_INFO"] gem ...
0
votes
1answer
23 views

can't register my variable in the database

i get an error when i clic on my button sumbit the error say undefined method `strftime' for nil:NilClass when i debugge my application i see something strange tarted POST "/users/2/calendars" for ...
0
votes
1answer
14 views

RSpec controller tests returning 301 in every request

I'm building a build server running on Jenkins to test a rails app on every commit to 'master' in git. My problem is: I've created a new "staging" environment so the build can be run in a real ...
0
votes
1answer
38 views

How to implement a word counter in Rails?

I'm wanting to implement a real-time word counter in a form. So as a user types into the box, a line below the box updates with the correct number of words. Here is the relevant form code (my views ...
0
votes
2answers
15 views

Rails seed.rb can't find table that exists in schema and SQL

Class is a reserved word, so I have changed the table name from class_assignment to cassignments to avoid any chance that that is the error causing it (despite me having class_instruction(s). I have ...
0
votes
0answers
9 views

Bootstrap Tooltip breaking rails3-jquery-autocomplete

I am using rails3, rails3-jquery-autocomplete and bootstrap's tooltip. The tooltip and autocomplete both individually work, but when the data attributes are put on the same input field they seem to ...
0
votes
0answers
7 views

Using Omniauth open_id with a different port issue

I am having a project that requires to login with Yahoo open id. I am using Omniauth gem and "omniauth-openid" gem Everything is okay in my local machine but when I deploy it to the production ...
0
votes
0answers
6 views

Rescuing Redis Exception in Rails

I currently have a Rails 3.2.13 app using redis as its cache_store and for Sidekiq. I'm also using redis master-slave. I ran into an issue where during failover a slave would be in the process of ...
0
votes
0answers
13 views

Rendering nested form for field with filter checking in Ruby on Rails3

As a new to Ruby on Rails, I have stuck to render the nested_form_for fields with a filter checking. The nested form model already has some data in it which is said to be default data. Now on editing ...
0
votes
0answers
23 views

Single model different view and CRUD functionality in RubyOnRails3

As a new to Ruby on rails, I stumble on a part of my app. I read the basics of RoR framework and know the 'convention over configuration' feature of rails MVC. I have two tables, one is apps_events ...
1
vote
0answers
15 views

How to embed googlebooks search api in view?

I have a code GoogleBooks.search('The Great Gatsby') of this gem that I can work out from command-line. But how do I make search possible from a textfield in view?. One way I know is having a ...
0
votes
1answer
13 views

Rails model to model relation in different context

I have records with author and moderator. So I have two models Record and User: class Record < ActiveRecord::Base attr_accessible :content, :author_id, :moderator_id end and class User < ...
0
votes
2answers
18 views

find the version of a gem install in system programatically

I am trying to get the version of a gem in the system through Rails code in the initializers. The issue is I have latest version cached in my application/vendor/cache directory and older version is ...
0
votes
1answer
11 views

Adding dynamically rows to a table

Based on Railscasts's Prawn episode, I would like to add rows like this : def line_items move_down 20 table line_item_rows do row(0).font_style = :bold columns(1..3).align = :right ...
0
votes
1answer
19 views

I'm receiving a 406 error on ajax return

I'm new to rails so I'm probably messing this up somehow (obviously). I have a form that is sending the submission back to the controller via ajax. The data is getting there and getting into the db. ...
0
votes
3answers
15 views

Send a welcome email after the user has confirmed his account

I am using devise and actionmailer. I am wondering how do I trigger an actionmailer method after the user has confirmed his account on the app and not before This actionmailer method is nothing but a ...
1
vote
4answers
25 views

Correct way of prevent duplicate records in Rails

In my model I have this: validates :name, :presence => true, :uniqueness => true In my controller I have: ... if @location.save format.html { redirect_to @location, :notice => ...
0
votes
1answer
20 views

How to render index in another index?

I have a Model called Order. I am using ActiveAdmin. I have an index page for orders that the current user can see all of their orders. I want another page that i call "production", that shows ...
0
votes
1answer
7 views

undefined method `assertions' in routing spec

1) JunksController routing routes to #index Failure/Error: get("/junks").should route_to("junks#index") NoMethodError: undefined method `assertions' for ...
0
votes
1answer
8 views

Use controllers from git submodule in Rails application?

does anyone know if it's possible to use controllers of a submodule in a Rails application? My submodule currently has a few models which work perfectly but I'd need to add one or two controllers ...
0
votes
1answer
9 views

CarrierWave remote upload from model not controller

I'm working on a Rails app which consumes the Instagram API to get a set of pictures. I want to store those pictures locally using CarrierWave to remote upload them. I know if you're using a ...
0
votes
1answer
11 views

rails send database vlaue to javascript

I have the following javascript code in rails 3.2. function initialize() { var myLatLng = new google.maps.LatLng(34.553366482, 49.783977595); var mapOptions = { ...
0
votes
1answer
21 views

Saving records recursively with Mongoid, Ancestry

I have a model Line Items embedded in Line model. In Line create view, I have provided ability to define multiple nested levels of line items. Here is a random snap of param[:line]: => ...
0
votes
1answer
21 views

How do I pass the 301 to this route definition?

In routes.rb. How do I pass the :301 / :moved_permanently to the following route definition? match '/(*path)', :to => redirect { |params, request| Addressable::URI.escape ...

1 2 3 4 5 874