Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Why does ActiveRecord's :include do two queries?

Generating a cache key (unique key) for a hash

ruby caching

Sequel: How to get the data type of a column of a Dataset

ruby dataset sequel

Best Practices for Styling ERB

How do I add a cumulative sum to an array for only one value?

Converting x/y coordinates to spherical

ruby math

Gsub raises "invalid byte sequence in UTF-8"

ruby-on-rails ruby gsub

rake test prepare: NoMethodError: undefined method `[]' for nil:NilClass

Writing to YAML file with File.open wraps longer lines

ruby-on-rails ruby yaml

Alternatives to RMagick/ImageMagick for reading image pixel by pixel

ruby

Run Capybara without opening browser

ruby selenium capybara

MRI: Why are some methods implemented as aliases, but others duplicated?

Understanding the arity parameter of the method Proc.curry in Ruby

ruby currying arity

How to access public folder from a model method?

ruby-on-rails ruby

NameError: uninitialized constant Capistrano::Puma

ruby-on-rails ruby puma

Two column Jekyll layout, separated by tags?

network error while fetching

Ruby: wait for any child process to finish

ruby