Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

How to use SCSS @import with current jquery-ui-rails gem version

jquery ruby-on-rails sass

Using Less files in Rails

Parent-child relationship in User model (self join)

ruby-on-rails

Change file_field_tag appearance to button appearance

Rails collection_check_boxes - wrap each checkbox with <li>

ruby-on-rails

REST API: Do I need to authenticate log out action?

Rails connect to remote database without model

ruby-on-rails