Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Can't redefine a class's instance method by including a module?

ruby

Unicorn server mongodb and sinatra

Mongoid association & null object pattern?

How to select the first increasing values from Ruby array without enumerating every value?

arrays ruby

What *exactly* do the "public", "private" and "protected" methods do?

How to cause manually ActiveRecord RecordInvalid in Rails

How do I avoid ambiguous step definitions in Cucumber?

How to refactor RSpec tests for API

ruby rspec sinatra rack-test

Remove everything but characters from a string? [closed]

ruby

Ruby-mp3info album artwork

ruby mp3

Can a Ruby method access the implicit block argument?

ruby closures block

I have an array of links, and would like to parse each link, what's the most efficient way of examining each with Nokogiri? - Ruby

"nil can't be coerced into Integer" when assign variable (only)

ruby-on-rails ruby

Sending all regex matches as arguments

ruby

Ruby Kafka Producer BufferUnderflow

ruby apache-kafka

Modify URL Pattern Ruby Rails

ruby-on-rails ruby path routes

Ruby and Clojure: same algorith (?) but different results

ruby clojure

What do rb_yield_splat and rb_yield_values2 in C Ruby (MRI) do?

c ruby

How to divide data into columns with Rails 3?