Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Ruby Parallel/Multithread Programming to read huge database

tailable cursor in mongo db timing out

ruby mongodb

How to implement an enumerator in Ruby?

ruby enumerator

Why is this Ruby SSL-enabled server/client test working?

ruby ssl

How do I get code coverage stats for my Sinatra app?

Rails route not working using resource :model

How do I quit from debugger without exiting my IRB session?

ruby-on-rails ruby irb

cant load lib directory modules - uninitialized constant - rails 2 to rails 3 upgrade

How to make a ruby command line application with pager?

ruby command-line pager

How did I cause gcc to produce a .bundle instead of a .so?

How do I convert a Block to a Proc in a Ruby 1.9 C extension?

Where can I find math intense apps in Ruby

ruby algorithm math

why would .is_a? and .class give conflicting results?

ruby

Is there a way to put all the nil value at the end when sorting with mongodb/mongoid?

ruby mongodb mongoid

Rails debug method only outputs !binary values

With Mongoid, can I "update_all" to push a value onto an array field for multiple entries at once?

Can I use before :all with capybara?

Ruby global scope

ruby scope

ruby on rails dynamic attribute fields from DB using method_missing issues

How to define a method to be called from the configure block of a modular sinatra application?

ruby sinatra