Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby-on-rails

How to set up Amazon S3, paperclip, and ENV variables

Rails rescue_from stops execution flow

Validates numericality only if presence (if user fill it), doesn't work

Barcode Scanner for Rails App

Create / Rename a tempfile in rails using open() method

Rails 4 doesn't detect application after capistrano deployment

ruby-on-rails capistrano

Why render json: is returning NULL instead of boolean value

ruby-on-rails

Multiple Conditional Classes in HAML

ruby-on-rails haml

Stubbing a class level constant in rspec

ruby-on-rails ruby rspec

Nokogiri was built against LibXML version 2.9.1, but has dynamically loaded 2.8.0

Convert Rails Datetime to YYYY-MM-DDThh:mm:ssZ

Best way (other than session) to store objects in Rails controller?

Find Value by position on plain HTML in ruby

How to use a client certificate with HTTPS?

ruby-on-rails ruby

Is it bad to use unicorn without nginx? why?

ruby-on-rails nginx unicorn

Performance differences between .exists? and .where.present?

How to check if ActiveRecord inverse_of detection worked?

Ruby date today? - unexpected behavior

ruby-on-rails ruby date

How to log in/out users with Devise in Rails4 testing

Thread running in Middleware is using old version of parent's instance variable