Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Want to show the first 50 or 60 words of a text field in ruby?

ruby-on-rails ruby

Shallow routes with path_prefix?

ruby-on-rails ruby

Really odd method in application

ruby

Rails error "NoMethodError" - My first ruby app

ruby-on-rails ruby

How should I sanitize user input before passing it to %x (executing it)?

ruby-on-rails ruby

Truncating Ruby Time objects efficiently

ruby date time truncate

Help me find an appropriate ruby/python parser generator

Search in Ruby On Rails

Conditional summarizing via inject

How to use common named_scope for all ActiveRecord models

Ruby: Convert encoded character to actual UTF-8 character

ruby encoding utf-8

Grabbing snapshots from webcams in ruby

ruby linux webcam

Is there a better alternative to this Ruby idiom?

ruby-on-rails ruby idioms

Cross-cutting logging in Ruby

ruby metaprogramming aop

How does nil? work in ruby?

ruby

Generating Excel documents with Ruby

Working with date and time

ruby-on-rails ruby date time

ruby: optimize => phrase.split(delimiter).collect {|p| p.lstrip.rstrip }

ruby regex

Rails, Rake, moving a folder to a new location

ruby-on-rails ruby rake

Upgrade ruby projects from 1.8.6 to 1.8.7

ruby