Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How do I parse YAML into a hash/object?

ruby yaml

How to square each element of an array in Array class in Ruby?

arrays ruby perfect-square

Converting String to Date before save with Rails

YouTube API v3 with OAuth2: update and delete fail with "Insufficient Permission" error

ArgumentError: Factory not registered

Regex match unescaped quotes

ruby regex

Why do some Ruby methods need a bang and others don't to be a destructive method?

ruby methods

What is this notation in rspec: it { is_expected.to ... }

ruby rspec

How to use next with inject in ruby

ruby-on-rails ruby

Error installing/bundling gem unf_ext -v '0.0.6'

Cant run rails commands. Your Ruby version is 2.2.1, but your Gemfile specified 2.1.4

Ruby on Rails: bad username / password? (535 Auth failed)

How to combine images in Ruby

Can I use .include?() in a case statement? Ruby

ruby include case case-when

Is it possible to concat two regex variables?

ruby regex

jekyll 3.1.6 | Error: uninitialized constant Jekyll::Filters::URLFilters

ruby jekyll

How do I convert a Ruby string with brackets to an array?

ruby arrays

How do you prefer to define class methods in Ruby?

ruby

Advantages and disadvantages of Ruby on Rails polymorphic relationships [closed]

Thread-safe external process in ruby, plus checking exitstatus

ruby thread-safety