Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Ruby Passenger: no such file to load bundler

Iterate through every .jpg or .jpeg file in directory and sub directory

ruby

Ruby on Rails: .constantize: wrong constant name error?

ruby-on-rails ruby

Sunspot: Sort/order facet results by attribute e.g. created_at

ruby sorting facet sunspot

File.open and blocks in Ruby 1.8.7

ruby file-io irb

STI change amongs inherited types.

Ruby: Manipulate Iterators?

is there a way to reference a constant in a yaml with rails?

Allowing users to only enter specific tags

ruby-on-rails ruby

How can I index duplicate items in an array?

ruby

X.509 libraries [closed]

c# python ruby perl x509

Read ID3 Tags of Remote MP3 File in Ruby/Rails?

ruby mp3 id3

Ruby: How to write a bang method, like map?

ruby self

Rabl Multi-model collection

ruby-on-rails ruby rabl

Regex: Substring the second last value between two slashes of a url string

ruby regex url substring

In Rails, what is the best way to compact a hash into a nested hash

ruby-on-rails ruby hash

How do you catch exceptions in an EventMachine implementation?

ruby xmpp eventmachine

unit testing a ruby command line application's code - how to simulate/pass ARGV's

Ruby Challenge - Method chaining and Lazy Evaluation

Find node by name by using Nokogiri

ruby xml xpath nokogiri