Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Ruby string to octal?

ruby

Parsing Javascript using Ruby code [closed]

javascript ruby nokogiri

How is ruby code executed

ruby interpreter

Edit XML with Ruby

ruby xml

Rails / Ruby - What gem can create a image with text?

What is the formal term for the "#{}" token in Ruby syntax?

How do I define associated Factories with FactoryBot?

Equivalent of the Scala IDE worksheet in other languages?

java python ruby ide

Check if ActiveRecord object is destroyed using the .destroy() return value

How to detect if string contains only latin symbols using Ruby 1.9?

ruby regex ascii

How do I access Sinatra's Logger outside the Request Scope

ruby logging sinatra

Why can't we override `||` and `&&`?

ruby keyword

How does the `new` keyword work in this Ruby method definition?

Converting Rails model to SQL insert Query?

How can you call class methods on mailers when they're not defined as such?

What does a splat operator do when it has no variable name?

ruby

why does subtraction between dates return a Rational type?

ruby

In Ruby, is there no way to dynamically define a local variable in the current context? [duplicate]

ruby local-variables

Why use Faraday over Net::HTTP?

ruby wrapper faraday

How can I block external connections with RSpec & Capybara?