Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Easiest way to convert "a/b/c" to ["a/b/c", "a/b", "a"]

ruby regex

Best functional approach to AND across a list

ruby

Rails 3 - yield return or callback won't call in view <%= yield(:sidebar) || render('shared/sidebar') %>

Text_field_tag default value if params are empty?

ruby-on-rails ruby

How do I unescape c-style escape sequences from ruby?

ruby

Inscrutable Ruby: Vector Assignment Example

RVM not found, after installing RVM

what is "?" in ruby

ruby

How do I check if a named group exists in a MatchData object?

ruby regex

What is the equivalent for write_attribute for associations in Rails?

Ruby convert IDN domain from Punycode to Unicode

Has anyone been able to get attachment_fu to work with rails 3?

How to Use AND in Ruby Regex

ruby regex

How do you remove units of measurement from a Sass mixin equation?

ruby mixins sass

Using define_method inside a Module that gets included inside a Class?

"rvm install ree" fails on ubuntu: how to get pass openssl and zlib dev headers requirement?

ruby ubuntu rvm

Clojure Method Missing

java ruby clojure lisp

What are the advantages of using Ruby NArray over Array?

RoR -- NoMethodError: private method `open' called for Gem::Package:Class

ruby-on-rails ruby

Searching and marking paired patterns on a line

ruby perl bash python-2.7