Lost your password?

Blogs about: Ruby Programming

Featured Blog

Self Arugment in the 3rd Normal

wr3cktangle wrote 3 days ago: I started working on integrating SQLite into my distweet bot. Then I got stopped. Partially from bei … more →

Tags: Programming

The DevIL Image Library For Ruby41 comments

banisterfiend wrote 1 month ago: DevIL is a fast and lightweight image library that supports the loading and saving of images in almo … more →

Tags: C++ Programming, Programming, Devil, Gosu, Image Manipulation, texplay

wtf?! Infinite Ranges in Ruby7 comments

banisterfiend wrote 1 month ago: First let’s define an Infinity constant (since Ruby does not come with one): Inf = 1.0 / 0.0 N … more →

Tags: Programming, ruby Infinity Lazy

Server Re-Setup and the Return of Ajfitzbot

wr3cktangle wrote 1 month ago: Finally set up my server again. Reinstalled it with Windows Server 2008 and not Windows Web Server 2 … more →

Tags: Programming, Deep thought, twitter, Ruby, Dispress, bot, Windows Server 2008, dissocated press

Ruby, JSON, and some more Twitter

wr3cktangle wrote 4 months ago: I’m currently working on building my initial Dissociated Press source using Twitter’s se … more →

Tags: Humor, Deep thought, twitter, Ruby, Dispress, dissociated press, Mark V. Shaney, JSON

pass parameters in rake test

ericzou wrote 5 months ago: parameters are passed in rake test through ENV hash, here is an example: $>rake foo:bar example=' … more →

Tags: rails, Rake

execute shell command in ruby rake task1 comment

ericzou wrote 5 months ago: There are a few differnt options to execute shell cmd in ruby rake task: 1. exec 2. system 3. backti … more →

Tags: Linux, rails, Rake, shell

Getting off track with Rails!... Oh!, the puns!

zanev wrote 7 months ago: Yes, like every other human being who has come across Ruby On Rails there is a strange temptation to … more →

Tags: Programming, Ruby on Rails, Ruby, Setting Up Ruby On Rails, Installing Ruby On Rails, Mac OS X Tiger, Mysql/Ruby

Gears on Rails anyone?

oviduri wrote 8 months ago: Has anyone had some experience with Gears on Rails? What are the pros and cons in a real-work enviro … more →

Tags: Programming, ruby on rails, Ruby on Rails, Ruby, Gears, Google, Local

First steps with Rails

oviduri wrote 8 months ago: While I’m waiting for the arrival of my copy of Ruby The Programming Language, I’m flipp … more →

Tags: Programming, ruby on rails, Books, Ruby, Ruby on Rails

YAML Sucks. Gems Sucks. Syck Sucks.

Ciaran McCreesh wrote 8 months ago: YAML, like XML (but don’t say that around YAML fans, because they will insist that YAML is not … more →

Tags: Programming, Gems, Ruby, syck, yaml

Updating A C Extension For Ruby 1.9.17 comments

banisterfiend wrote 9 months ago: One of my favourite C extensions for Ruby 1.8.6 is Mixology. Mixology makes it possible to dynamical … more →

Tags: C++ Programming, Programming, C-extension, ruby 1.9.1

Dupping Our Way Out of Instance Eval?2 comments

banisterfiend wrote 11 months ago: Although Instance_eval can be a great tool for creating clean DSLs it does, unfortunately, suffer fr … more →

Tags: Programming, C++ Programming, metaprogramming, Ruby, ruby C API, ruby dup, instance_eval, dup_eval, mix_eval

Object2module: Converting Ruby Objects to Modules 3 comments

banisterfiend wrote 11 months ago: If Modules have one property that Classes envy it would be their ability for dynamic inclusion in an … more →

Tags: Programming, C++ Programming, Ruby, ruby c extension, object2module, mixins, MRI

Recursive Lambdas in Ruby using Object#tap8 comments

Ciaran McCreesh wrote 11 months ago: Paludis represents an ebuild’s homepage as a dependency-style heirarchy, since PMS allows use- … more →

Tags: paludis, Ruby, Lambda

A Complete Ruby Class Diagram

banisterfiend wrote 12 months ago: Although there are a few Ruby class-diagrams floating around the net I have yet to come across one t … more →

Tags: Programming, eigenclasses, object relationship, ruby class diagram, ruby eigenclasses, ruby metaclasses, ruby singletons

Object State Transitions using the Mixology C extension1 comment

banisterfiend wrote 1 year ago: Stateology is an implementation of the State Pattern using the Mixology C extension.  Stateology fol … more →

Tags: Programming, Ruby, State Pattern, stateology, Mixology, ruby states, ruby FSM, ruby finite state machine

OfflineSearch

thomaspeklak wrote 1 year ago: Quite a while ago I started my first Ruby project – OfflineSearch. I know that the name does not sou … more →

Tags: Ruby, Rubygems, javascript, Search

The Secret Life Of Singletons4 comments

banisterfiend wrote 1 year ago: The focus of this article will be on one of the more ethereal and little-discussed properties of Sin … more →

Tags: Programming, C++ Programming, metaprogramming, Ruby, ruby C API, singleton class, singletons, eigenclass, metaclass


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS