Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Using described_class when including a module under test

ruby rspec

How to properly use joins on polymorphic association in Active Record

Ruby File IO: Can't open url as File object

ruby file open-uri

storing session in rails api application

Chef - execute vs bash resource

ruby chef-infra recipe

`scan': invalid byte sequence in UTF-8 (ArgumentError)

ruby regex file utf-8

Limit a text column in an ActiveRecord migration 5.0 using the PostgreSQL adapter

bundle exec rake test throwing error

Overriding a hash and making [] operators private - cant use ||= anymore

ruby operators overriding

How to mock out remote_ip in a Rspec helper?

ruby-on-rails ruby rspec

Navigating Ruby source code

ruby-on-rails ruby

Is it possible to narrow ruby constant lookup

rails ransack gem to search json column

ActionView::Template::Error (undefined method `silence' for)

Local history with pry

ruby-on-rails ruby pry

Elasticsearch issue: Cannot connect AWS elasticsearch service

Ruby regex - replace dots with spaces in the middle of text

ruby regex

Max and Min value of Fixnum and Bignum in Ruby

ruby

Ruby OOM in container

ruby docker

In Ruby, if you assign a function to a variable, why does it automatically run?

ruby methods irb