Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

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

How to access current_account in models in Padrino?

ruby webdriver: how to catch key pressed while the script is running?

ruby watir-webdriver

creating ruby C++ extension

c++ ruby

How can I access current host and port on a model in Rails?

Rails + Delayed jobs: SSH connections pool

How to create an association in FactoryGirl with a value lazy-evaluated from another FactoryGirl association

what kind of syntax is on the right side of this equation?

ruby

mongoid group_by return a hashmap instead of array of hashes

Ruby: what is the difference between using open() and NET::HTTP module to fetch web content? [duplicate]

ruby http

How do I not inherit namespace from parent element using Nokogiri and Builder?

Doorkeeper gives 401 Unauthorized

How would I best express this time-dependent scenario in Cucumber?

Scope of class variable

ruby class-variables

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

ruby-on-rails ruby tzinfo

Cannot use ruby-debug19 with 1.9.3-p0? [duplicate]

ruby gem rvm ruby-debug

Ruby `split': invalid byte sequence in UTF-8 (ArgumentError)

How to dump an HTTP request from within Sinatra?

ruby sinatra rack