Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

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?

Jekyll missing post, page, and default

How to simulate ActiveRecord Model.count.to_sql

ruby: check if two variables are the same instance

ruby object comparison

Is there a Clojure equivalent of Ruby's #tap method

ruby clojure

Check if property exists in object

ruby

`defined?` and `unless` not working as expected

Way to load folder as module constant in rails app directory