Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby-on-rails-4

Call function when a sidekiq-superworker's superjob is completed

undefined method `each' for "#<Complaigns::ActiveRecord_Relation:0x00000003cfb4c8>":String

My tests are passing. But, undefined method `reviews' for nil:NilClass when calling the page

postgres_ext/serializers help... seems so simple, but can't get anything to work as described

Weird behaviors on acts-as-taggable-on gem of not clearing taggings

Why doesn't collection=objects on has_many :through trigger callbacks on the join model on deletion of the association?

How to order objects by attributes?

Get mp3 duration when uploading to S3 using carrierwave

Turbolinks loads Javascript multiple times

What is the highest Ruby version supported by Rails v4.1.16?

Override AuthorizationsController Doorkeeper

CarrierWave url nil after upgrading from Rails 3 to Rails 4

Can't get new Rails app with Devise to display sign_in/sign_up pages

With a model where the name is the same single as plural, `has_many, :through` isn't working in one direction

Configuring a Rails 4 app for production in a subdirectory under Apache

Why does ActiveRecord generate parameterized queries for most operations, but not for find_by?

Rails 4 nested attributes and has_many :through associaton in a form

Asset compiling crashing on server environment with: "NoMethodError: undefined method `[]' for nil:NilClass"

Do I need a "Users" controller when using Devise in Rails

Specify custom index name when using add_reference