Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How to change rubocop's default settings?

ruby rubocop

Rails Migrations - Modify rows based on condition

How to convert an exclusive range to inclusive range in Ruby?

Using $ sudo bundle exec ... raises 'bundle: command not found' error

Basic Ruby Time Operations Not Working

ruby irb

guard gem run all triggers on start

ruby rspec guard

What is the difference between "bundle exec rake" and "bundle exec rackup" and where does the flow of execution start for rackup?

ruby bundler

I can't change the ruby version I want to run with my Mac (M1)

Using environment variables in a file path

ruby

Does Array#sample guarantee random order?

ruby random

$DEBUG global variable in Ruby

ruby

Savon 2.1.0 basic auth not functioning

ruby soap wsdl savon

Rails 5 DB Migration error

how to add Auth::Basic to simple Rack application

ruby rack

How do I fix ngrok permission denied?

ruby-on-rails ruby ngrok

Using sqlite3 with Ruby, is there a way to read each row as a hash instead of array?

ruby sqlite3-ruby

ruby 3.0.4, redmine 5.0.0, rails 6.1.4, test install start with webrick fails, "wrong number of arguments"

How to remove elements of array in place returning the removed elements

ruby arrays