Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How can a chef LW resource attribute default value refer to another attribute?

ruby chef-infra lwrp

Add thread id to ruby logs

ruby multithreading logging

Compress large file in ruby with Zlib for gzip

ruby gzip zlib

Convert string to a function in ruby-on-rails

How do I open tabs using a Watir in ruby

Ruby Sequel model to have validation for create and not update

ruby sequel

Creating XML nodes using Nokogiri

ruby xml nokogiri

How to skip the first line of a CSV file and make the second line the header

ruby csv

Ruby 2.2.0 won't run because of issue with libgmp.10.dylib

ruby macos

Sorting in lexicographical order

ruby sorting

How to install Bundler to @global gemset under RVM and is it a correct way

ruby macos rvm bundler

GroupingError: ERROR: column " " must appear in the GROUP BY clause or be used in an aggregate function

Positioning a caption over a background using Rmagick or ImageMagick

Don't allow user to submit a form with empty fields in ruby on rails

Trying to set up Amazon's S3 bucket: 403 Forbidden error & setting permissions

uninitialized constant Mongo::Connection

ruby mongodb

Creating a status attribute for a model

Difference between .next and .succ in Ruby

ruby

Where does ActiveRecord::Associations::CollectionProxy get the .each instance method?

How to write a RSpec test to compare a string with its expected substring?

ruby rspec rspec2