Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

ruby on Rails Rest Api + oAuth

ruby-on-rails ruby oauth

After the Ruby interpreter segfaults, is it possible to get the Ruby backtrace from the corefile?

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

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