Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Regex to validate string having only lower case, first char must be a letter

ruby regex string

Find memory leak in very complex Ruby app

ruby memory-leaks

Proc.arity in ruby-3.0.2 vs ruby-2.X.X

ruby

Best Practices for RSpec expect raise_error

ruby exception rspec

What is a macro in Rails?

ruby-on-rails ruby macros

Ruby On Rails | Blocked Host: localhost

ruby-on-rails ruby terminal

Passing success and failure handlers to an ActiveJob

How to add Materialize to rails 7

How to capture some special key presses for Ruby input prompt in Terminal (and let others through normally)

ruby terminal stdin gets

Getting RuntimeError: "In order to use #url_for, you must include routing helpers explicitly" when I've already included them

Require a specific version of RubyGems

ruby rubygems

How to duplicate a record in Rails except for one attribute?

Rails: local server handling SSL

How does articles_path work? (RubyOnRails tutorial)

ruby-on-rails ruby view

In ruby, custom method does not work on File builtin class

ruby class extend built-in

Error loading the 'mysql2' Active Record adapter

Is their a way to create Dummy Response with 500 code in HTTParty

ruby httparty

Replacing fork() with spawn() in nanoc live

ruby rubygems fork spawn nanoc