Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

WEBrick: log POST data

ruby post webrick

Ruby's `.present?` without Rails?

Regex: Match this string

ruby regex

Ruby: Convert Constant to String

ruby

How to make pundit policies more DRY?

ruby-on-rails ruby pundit

How to define global error handler for JSON in Sinatra

ruby sinatra

How to instantiate a model object with attributes?

Ruby: Remove all instances of a duplicate value inside an array

arrays ruby duplicates

Create random password when creating new user with Rails

Two different models embedding the same model

ruby-on-rails ruby mongoid

How to "uniq" an array, keeping the last duplicate of each element instead of the first?

ruby

Sidekiq not finding object in worker

Convert a floating point hexadecimal to float in Ruby

How do I check that all the elements of an array satisfy a condition?

Compared with non class/module error

Good practice to avoid mutating method parameters in Ruby?

ruby

Is build_ Syntactic Sugar?