Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Sign in users with Google Auth Library for Ruby

Rails webpacker for some reason always think NODE_ENV is production despite I use `webpack-dev-server` and set NODE_ENV to development

Singleton class of singleton class of BasicObject in Ruby

Jekyll: Get width/height of an image without using an external plugin

ruby jekyll github-pages

Minitest and setup/teardown hooks

ruby-on-rails ruby minitest

watir ruby file upload windows interaction

Find source location of an aliased method

ruby-on-rails ruby

Installing gems in Dockerfile without Gemfile

How do I write a hygienic Ruby mixin?

ruby mixins hygiene

How to specify daemon's log and pid directories?

ruby daemons

DRYing repeated specs in RSpec

ruby rspec dry

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

Rails creating migration to add columns to table causes error when running rake db:migrate

Cloning an array with its content

ruby object copy clone

Ruby way: catch division by zero

Ruby 'tap' method - inside assignment

ruby