Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Server Name Indication support in Net::HTTP?

ruby ssl https openssl sni

How to Monitor Uptime of 20 Websites (Ping or HTTP) in Node.js/RoR

getting variable value dynamically

Subscribe to a queue, receive 1 message, and then unsubscribe

ruby rabbitmq amqp

Memory streams in Ruby?

ruby

What is a regex for Twitter-like names?

Rails redirecting invalid route to root

Overriding setter method for attr_accessor when including InstanceMethods module

Trouble installing pg gem

Ruby Guard questions - 'Please install the sqlite3 adapter' - railstutorial.org

Why is String Interpolation Failing in erb Template?

What causes this deadlock in my Ruby `trap` block?

Check if element has two classes

ruby xpath capybara

Private association in rails

How do you stub a file.read that happens inside a File.open block?

ruby rspec

How can I escape the vertical bar when doing command line with Ruby?

ruby windows cmd

Difference between first! and first method in Rails

ruby-on-rails ruby syntax

Rails: How do I autocomplete search for Name but save ID?

What's the difference between /\p{Alpha}/i and /\p{L}/i in ruby?

ruby regex

Split a string by whitespace but retain \n - Ruby

ruby