Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Where should I place custom executables in a Rails project

ruby-on-rails ruby

Capybara with selenium, send_key doesn't work

Find and print lines in a file exactly matching string or regexp (Ruby)

ruby regex file-io

Redmine sends mail twice

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

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

ruby rubocop