Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Which is better? Creating a instance variable or passing around a local variable in Ruby?

ruby

Proper procedure for tag helpers in moustache

Data recognition, parsing, filtering, and transformation -- GUI?

Through-the-Web Web Application Development

python ruby

How does this superb quine work?

ruby quine

Convert string to variable name in ruby

ruby

Ruby/Rails synchronous job manager

How do I output performance times for rake tasks

.net ruby rake

Efficiently check that a JSON response contains a specific element within an array

ruby json rspec rspec2

sinatra and http PUT

ruby sinatra rack

i installed ruby 1.9.2 with RVM, but when i type "ruby -v" is telling me the ruby v i have is 1.8.7 (mac)

ruby macos rvm

simple json output in rails

ruby-on-rails ruby json

Ruby regex: ignore quotes if a colon stands before them

ruby regex

Getting an attribute directly from rails Class.find(:all) array of objects

ruby-on-rails ruby

What is the difference between rdoc and md?

ruby github markdown

Mac Rmagick won't install with Xcode 4.2

What's the most efficient way get the first day of the current month?

ruby datetime

Can I reference a lambda from within itself using Ruby?

ruby lambda block

In Ruby what does the "receiver" refer to?

ruby terminology

Reflection in Ruby. Instantiate an object by given class name

ruby reflection