Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Iterate nested hash that contains hash and/or Array

ruby arrays hash nested

Why do Puppet and Chef use Ruby? [closed]

ruby dsl chef-infra puppet

Selenium > Web Drive : how to find a nested element by xpath (ruby)

ruby xpath selenium

Ternary operator within Rails view

ruby-on-rails ruby

can't install libxml-ruby for rails 2.3.14

Ruby one-liner to capture regular expression matches

ruby regex

Can Sidekiq take advantage of multiple CPU cores?

Assign a rendered partial to an instance variable

Does the Rails Console reload initializers? [duplicate]

ruby-on-rails ruby

Chaining & to_proc on symbol

ruby symbols proc

Price Validation for Rails 4

ruby-on-rails ruby

Concatenation of YAML "anchors" with another string in keys

ruby yaml

Catching Invalid JSON Parse Errors with Rack Middleware

Unicorn with Ruby 2.4.1 causing weird crash

ruby unicorn

Re-creating threading and concurrency knowledge in increasingly popular languages

Is it possible to define a block with optional arguments in Ruby?

ruby

How do I format a Decimal?

ruby-on-rails ruby

Whats the difference between %Q and %{} in ruby?

ruby

What separates a Ruby DSL from an ordinary API

ruby design-patterns dsl

Proper usage of Ruby statement modifiers

ruby statement-modifiers