Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

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

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

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 do I use an ActionView::Helper in a Ruby script, outside of Rails?

ruby actionviewhelper

How to dump an HTTP request from within Sinatra?

ruby sinatra rack