Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Best way (other than session) to store objects in Rails controller?

Find Value by position on plain HTML in ruby

How to use a client certificate with HTTPS?

ruby-on-rails ruby

Nested if else inside .each iteration

ruby nested

Creating array of numbers from 0 to n for positive and negative n

arrays ruby

How to use a Ruby block to assign variables in chef recipe

ruby chef-infra chef-recipe

Ruby date today? - unexpected behavior

ruby-on-rails ruby date

How to log in/out users with Devise in Rails4 testing

Why would I want to use a custom RNG for Array#shuffle?

ruby random

How to set the default error pages for a basic Webrick server?

ruby webrick

ruby: open File object to stdout

ruby file io stdout

Is #{} always equivalent to to_s?

ruby string-interpolation

Get non-expiring permanent amazon s3 object url

Giving parameters to ampersand block

ruby methods proc

Rendering partials in haml and passing variable to it

Using Homebrew vs a ruby version manager on OS X?

Rails search SQL query

delete multiple rails session variables in a single line

ruby-on-rails ruby

How to pass current_user to Sidekiq's Worker

How to overwrite a method dynamically