Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

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

How to get a ruby syntax highlighting in IntelliJ IDEA Community 12

ruby intellij-idea

How does Mongoid know the difference between string values and symbol values?

ruby mongodb mongoid mongoid3

How to set only hour in datetime field using simple_form?

JasmineRice on Rails 4

tzinfo-data + Rails is reporting the wrong timezone offset for ireland

ruby-on-rails ruby tzinfo

`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