Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Testing CSV.generate with RSpec

ruby-on-rails ruby csv rspec

How can I use fog to edit a file on s3?

ruby amazon-s3 fog

Sunspot: how to do a fulltext query on multiple fields with different values?

What does the statement "a class is an object even if not instantiated" mean?

c++ ruby class

Need help maximizing 3 factors in multiple, similar objects and ordering appropriately

How do I create a resque worker automatically at bootup?

ruby redis passenger rack resque

XPath to select only child elements (not blank text nodes)

ruby xml xpath nokogiri

carrierwave: mount uploader on serialized dynamic attribute

Rails FasterCSV "unquoted fields do not allow \r or \n"

"rails generate rspec:install" seems to be failing

How to find out what is intercepting 'method_missing'

ruby-on-rails ruby

How to get a mail address from HTML code with Nokogiri

ruby nokogiri

should I have logic in my model class or other classes

ri has empty documentations – Ubuntu 11.10, Ruby 1.9

ruby ubuntu ri

Verify an email address is a paypal user

ruby-on-rails ruby paypal

Stopping a thread, ensuring that certain final code is run

ruby multithreading console

Ruby: Standard recursion patterns

Prawn - Links inside table cells

ruby-on-rails ruby prawn

Ruby strange issue with floating point multiplication

ruby-on-rails ruby

What is the value of self in a Rails model and why aren't obvious instance methods available?

ruby-on-rails ruby self