Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How do I get the row index after I do an .add_row using the axlsx gem?

ruby axlsx

Rails: An unhandled lowlevel error occurred. The application logs may have details

How can I set the expire time in Redis' ruby client when using mapped_mset?

ruby-on-rails ruby redis

Difference between require and load wrt to "load" and "execute"

ruby

How to deal with keyword arguments that happen to be keywords in Ruby?

Rails: link_to - passing a subdomain

Float Rounding Changes in Ruby 2.4

Ruby default assignment ( ||= ) vs Rescuing error

ruby if-statement

Rails RSpec, DRY specs: shared example vs. helper method vs. custom matcher

How to prevent retrying for some Exception/Error on sidekiq

Why postfix `if` in Ruby work so strange

ruby if-statement

using headless chrome with watir webdriver

ruby watir watir-webdriver

LoadError for dotenv/load while Dotenv.load works

ruby

usage of attr_accessor in a rails model class

ruby-on-rails ruby

Method named `hash` in main module overrides some object's `hash` method

ruby

Rails 5 select from two different tables and get one result

why is \d+ not matching all digits?

ruby regex

Ruby: wrong element type Symbol at 0 (expected array)

arrays ruby

How to convert recursive/nested OpenStruct Object to Hash

Are there performance reasons to prefer size over length or count in Ruby?

ruby methods collections