Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Replace line in text file with a new line

ruby file

"No such file" error when using `gets.chomp` in seeds.rb

ruby-on-rails ruby

Ruby On Rails: Bundler could not find compatible versions for gem "json"

How to load page specific custom Javascript functions in a Rails 7 app with Turbo, ImportMaps and Stimulus?

size, length and count in Rails

ruby-on-rails ruby

Is communication between two ruby processes possible/easy?

Ruby 3 collecting results from multiple scheduled fibers

Gem::LoadError: Specified 'sqlite3' for database adapter, but the gem is not loaded

Is there a way to use class method in a module without extend it in rails?

ruby-on-rails ruby class oop

Faking a git repository for testing

ruby git testing rspec

can't find gem rails - Gem::GemNotFoundException

What is the relationship between Array and Enumerable?

ruby arrays

Ruby, Generate a random hex color (only light colors)

ruby random colors

Iterate over directories and subdirectories recursively showing 'path/file' in ruby

ruby loops recursion

How to Display Content with Raw HTML with Ruby on Rails

Match a content with regexp in a file?

ruby regex

Is 'eval' supposed to be nasty?

ruby security eval