Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Omission of curly braces for a hash in an array

ruby ruby-1.9.3

Bad File Descriptor in Ruby Daemons

ruby daemons

Debugging a Ruby segfault

How can I debug plugins that are being silently ignored?

ruby plugins jekyll

logging warnings (not errors) in a rails application, and managing them

ruby-on-rails ruby metrics

Rails 3: Should I explicitly save an object in an after_create callback?

ruby-on-rails ruby callback

Delayed Job creating Airbrakes every time it raises an error

Ruby on Rails Database Deployment with Gerrit

Best practice or workaround for RSpec specs faking class constants

Check whether I am in a delayed_job process or not

Using ActiveRecord interface for Models backed by external API in Ruby on Rails

ruby-on-rails ruby api

Monitoring Ruby script, using Monit - Including RVM

Ruby file handle management (too many open files)

ruby file-io limits

How do I get rbenv to keep debugging symbols?

ruby gdb valgrind rbenv dsym

Heroku and Web scraping

How to setup javascript files as :defaults in rails 4?

Call private class method from private instance method

ruby oop

Execute a rake task on a remote server

is there something like 'with_indifferent_access' for arrays usable for include?

ruby-on-rails ruby

Testing rails with rspec without requiring all initializers run?

ruby-on-rails ruby rspec