Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How do I check if a Rails.application.config variable is defined?

Priorities of queues with sidekiq

ruby-on-rails ruby sidekiq

Ensure appended code to Rake task gets run no matter what

ruby rake rake-task

ruby equivalent of python izip_longest [closed]

python ruby

How to deep transform values on Ruby hash

ruby hash transform

Rails Form Object with Virtus: has_many association

ruby-on-rails ruby virtus

How to bulk update/upsert with mongoid/mongodb?

How to list all the symbols in use of a ruby/rails runtime/process

ruby

How do I find the files changed in a commit using Rugged?

ruby rugged

How to define class level constant regular expressions in Ruby to be used by external classes

ruby regex constants

Confusion with the order of execution when `next` with `unless` in ruby

ruby

Rails 4 action mailer SMTP-AUTH error missing secret phrase?

How do I get a list of required fields in a model in Rails?

ruby-on-rails ruby

Negate a predicate Proc in Ruby

ruby

return indexes of all regex occurrences in string in Ruby

ruby

How do I make a helper method available to factories? (Rails, Rspec)

Split text into sentences, but skip quoted content

ruby regex

How do you use map to get a hash instead of an array?

ruby-on-rails ruby