Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How can I load a custom validator which does not directly inherit from a Rails validator class in Rails 5?

Reading a CSV file stored in Active Storage in Rails 6

What is self in class << self and why is this different from the Class instance that is defining this block of code?

ruby

Strong params: How to process nested json code?

Ruby includes returns false and nil

ruby class

How can I stop Rails execution from initializer?

Nokogiri: how to parse text fragment?

ruby nokogiri

How to handle different FbGraph exceptions at a time in ruby?

How to use `eq` matcher with `hash_including` matcher for an array of hashes in rspec

ruby rspec ruby-hash

Dashing fails silent on start up, how can I find out more information?

ruby windows thin dashing

How to get certificate issuer name in Ruby

ruby ssl

Rails, how add to method html/js?

idiomatic way to check if array contains ordered (but possibly non-continuous) set of elements

ruby

Sort a ruby hashmap

Get average of attribute through 'has_many'

Ruby - "can't convert Symbol into Integer" when try to access data in array

How do I shovel multiple objects from an array into an object?

ruby refactoring

How to use mocks correctly?