Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Reading in CSV files smaller than 10K from S3 with Ruby 1.9.2 p290

ruby csv amazon-s3 paperclip

Rails Caching, continue storing expired value

ruby-on-rails ruby caching

How to reference a value for a key in a hash

ruby

Rails Creating new thread or Background process

Including assets in subdirectories with config.assets.precompile in Rails

How to DRY scope methods used in two different classes?

Deserialization Error when loading ActiveRecord objects from YAML

Why does collections.find({}) takes over 9 secs for 250 objects (MongoMapper)

Loops in multiple threads

Mock current_account on Padrino for rspec test

ruby rspec padrino

Weird bug navigating multiline command history in pry

ruby pry

how do I repackage a ruby gem with native extensions

ruby gem package

Rspec capybara User cannot login

autoload_paths not aware of namespace?

before filter in sinatra subapplication

ruby-on-rails ruby sinatra

How to escape/exit in IRB after entering code that requires more input/does not execute right away [closed]

ruby irb

Why is `return a or b` a void value expression error in Ruby?

How to Implement a Friendship Model in Rails 3 for a Social Networking Application?

Why does rubocop or the ruby style guide prefer not to use get_ or set_?

ruby rubocop