Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Rails: Resetting form fields with page refresh

ruby-on-rails ruby

More idiomatic ruby way to write @var = obj['blah'] unless obj['blah'].nil?

ruby idioms

What is the Ruby equivalent of preg_quote()?

ruby regex

Working examples of EM::Iterator

ruby iteration eventmachine

Models in Rails are implicit, is this an annoying thing?

ruby-on-rails ruby

Ruby 1.9 bug? -- Array.permutation

ruby

How do I add a strategy to Devise

ruby-on-rails ruby devise

Ruby-Proper Usage of the Date.step() method

ruby-on-rails ruby date

Is there a tutorial for Ruby programmers who want to learn Perl?

ruby perl resources

Parsing SOAP response using SAVON response.to_hash conversion method

ruby soap savon

binary search trees in ruby

ruby binary-tree

Rails on Netbeans: Uncaught exception: no such file to load -- script/server or script/console

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?

Super.tap {} - what does it do and use cases?

ruby

Convert .json to .csv in ruby

ruby ruby-on-rails-3 json csv

Ruby on Rails - devise users/sign_out not working

ruby-on-rails ruby url devise

Can I reference a lambda from within itself using Ruby?

ruby lambda block

In Ruby what does the "receiver" refer to?

ruby terminology