Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How are erb layouts implemented?

Using the Google Custom Search API with Ruby google-api-client

ruby google-api-client

AES encryption/decryption between Ruby-OpenSSL, PyCrypto

python ruby pycrypto

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

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