Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Mongoid `group()` conditions

What are the best ways to run a Ruby script as a subprocess/another thread from Sinatra?

ruby heroku sinatra

What is the dominant style for parenthesization of Ruby function calls?

Best way to build a multiple filter in rails

ruby-on-rails ruby filter

Sinatra Url '/' interpretations

ruby url sinatra

Rails 3 find_or_create_by

Programming on a remote machine [Eclipse - ruby]

ruby eclipse eclipse-plugin

Ruby read Samba share

ruby samba smb

Is there any gem to read exif data from png images

iphone ruby exif

How to assert block of a mock in mocha

Ruby 1.8.7: Symbol not found Error

ruby rubygems symbols memprof

Including methods to a controller from a plugin

Connecting rails app to Amazon RDS server. Works in console, but now page wont load

Dynamically creating new Active Record models and database tables

ruby-on-rails ruby database

Measuring outbound requests per second?

Special characters in filename affecting aws-sdk ruby gem url_for method

Is there a jQuery equivalent to Ruby’s Object#tap?

javascript jquery ruby

Ruby: Controlling printing in scientific notation

ruby

Does ruby have an identity function, i.e. x.fn == x, for all x?

ruby

Intermingling attr_accessor and an initialize method in one class