Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

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

ruby regex file-io

Redmine sends mail twice

Ruby object cache

ruby caching map

Spreadsheet gem: can't create empty workbook

ruby spreadsheet

"Name or service not known (SocketError)" error when runs in many threads

Wrapping a block in method calls that accept blocks by name

ruby block

Custom password field with devise (ruby)

Rails: Testing Cron Jobs in development environment

Chef - share libraries between cookbooks

ruby chef-infra

Can the Rails logger be accessed from within a Rack middleware?

Ruby performance with multiple threads vs one thread

Mandrill-api Excon::Errors::SocketError

How does ruby keep track of variables [duplicate]

ruby

Create a copy of an object and all its associated models in rails

With a model where the name is the same single as plural, `has_many, :through` isn't working in one direction

how to call method in one application from another application in ruby on rails

ruby ruby-on-rails-3

`bundle install` failed due to permission denied

ROR + Unable to install tiny_tds

ruby-on-rails ruby rubygems

CarrierWave: Create the same, unique filename for all versioned files

How do I use an ActionView::Helper in a Ruby script, outside of Rails?

ruby actionviewhelper