Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Can I specify a duck type in method signatures?

ruby sorbet

Jruby Gems-in-a-jar issue

Can't install Rmagick and Imagemagick on Windows 7

Ruby task: joining numbers to intervals

ruby

Thin EventMachine Sinatra vs. Rails

scheduling dynamic jobs in resque scheduler

Access a module's class variables inside a class in Ruby

Is there any way to set up good autocompletion for Ruby in Vim?

ruby vim omnicomplete

How to append a before_filter in gem after all other controller before_filters in a Rails3 app?

Why aren't the arguments to File.new symbols instead of strings?

Cookie data size exceeds 4K - But its 'only' 1100 bytes encrypted

Shorthand for "return x if x" in Ruby

ruby shorthand

Why is Backbone model sending duplicate attributes to server on save?

How to mount a Sinatra application inside another Sinatra app?

ruby sinatra

Difference between Thread#run and Thread#wakeup?

ruby multithreading

Is Ruby 1.9.2 EOL?

ruby

Sinatra streaming with Puma?

ruby sinatra rack thin puma

Run command on Rails Console startup

ruby-on-rails ruby

MiniTest - ReRun only failed tests

Match multiple yields in any order