Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

When using Nokogiri, how do you suppress the insertion of self-closing tags?

ruby jenkins nokogiri

Using + or += with array#map?

arrays ruby

How to catch errors and send them to Bugsnag when using `rails runner`?

Why must we call to_a on an enumerator object?

ruby

Why doesn't 'haml --check' find this glaring syntax error

Which is the best/most used singleton coding convention in Ruby?

ruby singleton coding-style

Is there anything like Turbolinks for node.js? [closed]

Approach for installing system service implemented as Ruby gem

ruby debugging: print line number when taking too long

ruby profiling benchmarking

Unit test isolation: 20 lines of test for 1 line of code?

ArgumentError with optional parameters

ruby rubocop

question regarding rails framework code

ruby-on-rails ruby

books / ways to learn data structures and algorithms? [closed]

ruby algorithm

How to use gem from private repository?

Get list of classes derived from given Class

PG gem won't install in Rails app: Gem::Ext::BuildError: ERROR: Failed to build gem native extension

Why does Ruby use =~ instead of ~= for matching operator?

ruby regex

How can I detect whether a file is writeable in Ruby?

ruby macos file-io