Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Is there a Javascript equivalent of Ruby's andand?

javascript ruby andand

How to use REST with nested resources which are represented in XML?

ruby-on-rails xml ruby nested

How can I add a page to a Gtk Notebook widget at runtime?

ruby gtk widget

Thinking Sphinx - Delta indexing doesn't work

Storing documents using Ruby On Rails

Reverse Geocoding to get an actual business name

How to download via HTTP only piece of big file with ruby

ruby http fetch

solr sanitizing query

ruby-on-rails ruby solr

Dynamic find conditions in active record

Why does conditional statement and assigning value in ruby fails if the "if" statement is at end of clause?

ruby

RubyODBC Cannot allocate SQLHENV

sql sql-server ruby ubuntu

validates_presence_of causes after_initialize to be called with a weird self

ruby-on-rails ruby

quick/fast integer multiplication in ruby?

Unicode Strings in Ruby 1.9

Rails redirect_to "www.somewebsite.com" with GET/POST parameters?

How are variables bound to the body of a define_method?

How to run arbitrary object method from string in ruby?

ruby testing rspec

Ruby parse string

ruby string parsing

Set compression level when generating a ZIP file using RubyZip

ruby compression rubyzip

Why can I access private/protected methods using Object#send in Ruby?