Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How can I use Capybara to check that the correct items are listed?

ruby capybara

Scrubbing a block from a call to super

Rails SQL query builder... Or ActiveRecord query builder

Class instance creating with class name in variable Ruby

ruby

Tutorials to Testing using RSPEC on PADRINO framework on RUBY

Ruby best practice: working with classes

ruby

Why does this eval not work in Ruby

ruby

Ruby on Rails Validation Errors

How to get the real file from S3 using CarrierWave

Rails 3, displaying jpg images from the local file system above RAILS_ROOT

ruby-on-rails ruby render jpeg

opposite of << in ruby

ruby string

Ruby: how to splice an array into a list Lisp-style?

ruby lisp

Element is not clickable at point (617, 690.5). Other element would receive the click: <th>...</th> (Selenium::WebDriver::Error::UnknownError)

Unable to make HTTP Delete request in my ruby code using Net::HTTP

ruby http rest

Select a random number a random number of times but never the same random number twice [duplicate]

ruby-on-rails ruby random

How to fully encrypt data in Ruby using Private Key encryption?

Datamapper: report why I can't destroy record

What happens when you have a case statement with no argument and the when clauses are lambdas?

ruby

What is the name of the <=> operator in Ruby? What do they call it?

Confusing behavior of File.dirname

ruby