Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How do I use Ruby metaprogramming to add callbacks to a Rails model?

Why does a range with invalid arguments sometimes not cause an argument error?

"Closed connection error" while trying to connect Ruby to SQL server

ruby sql-server tiny-tds

Calculate statistics on arrays

ruby statistics

Implementing a synchronization barrier in Ruby

Why is no Ruby script found in input (LoadError)?

ruby sass rbenv

Openssl error message on install log when installing ruby 1.9.3 on Mac OSX 10.6.8

embedded document vs hash datatype in mongoid

ruby mongodb mongoid

How to set environment variable using Chef?

ruby chef-infra

How to iterate through a yaml hash structure in ruby?

ruby-on-rails ruby yaml

Do Watir-Webdriver and Capybara have performance issues when compared to Webdriver?

remote code execution in ruby with constantize

ruby-on-rails ruby security

Rails 4 API with Strong Parameters?

Store timestamps with timezone in rails 3.2

(Watir webdriver) How to move Browser to another screen when using multiple display in OSX 10.9

Calculate set partitions with specific subset sizes

To convert Excel into CSV efficiently in ruby

Using FactoryGirl without Rails, ActiveRecord or any database with RSpec

ruby rspec factory-bot

Singleton in scope of a request in rails [closed]

Why does open("url") sometimes return File sometimes StringIO?

ruby file