Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Memoizing methods in frozen objects

ruby

Using bootstrap-sass gem with javascript from Twitter

How do I find and extract a date from string values

ruby-on-rails ruby regex

Ruby: can the following array be generated with a one-liner using the step function: [1, 10, 100, 1_000, 10_000, 100_000, 1_000_000]

ruby

wwdc 2013 sample code

ruby

Style/ConditionalAssignment: Use the return of the conditional for variable assignment and comparison

How to set up acts_as_votable without devise?

What's wrong with my selection sort algorithm?

ruby algorithm sorting

Perform ls command with * in name

ruby ls

How to create a Mongoid "within date range or nil" query?

ruby mongoid

In two different partial Want to pass two variable

Can a watir browser object be re-used in a later Ruby process?

Ruby - Cannot sum up hash values

ruby

if..else if inside a do..end block in Ruby

ruby

"Not found. Authentication passthru(Azure)" in Rails

How do I create a separate namespace for eval in Ruby?

ruby metaprogramming

Can the CPS-styled `call/cc` be written in terms of a hypothetical non-CPS-styled `cc'`?

Composite of Commands Design Pattern

ruby oop design-patterns ooad