Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Scraping ASP.NET site with Ruby

What does it mean for a language to be ‘interpreted’?

Method For Making Methods: Easy Ruby Metaprogramming

ruby metaprogramming

How to remove the first 4 characters from a string if it matches a pattern in Ruby

ruby regex string

What is a more "ruby way" to write this code?

ruby coding-style

In Rails Routes redirect controller action to root?

ruby-on-rails ruby routes

Just starting in Rails --> Is it really buggy these days or is it just me?

ruby-on-rails ruby

Ruby: how to decorate a method with memoization?

ruby memoization

How to change rubygems platform from x86-mingw32 to x86-mswin32-60 on windows

windows ruby rubygems platform

How to block images in Watir?

ruby watir

Ruby Rspec outputs literal escape characters on windows

ruby rspec ansi

How do i create a human readable datediff in Rails

ruby-on-rails ruby

how to pass parameters to an alias method in ruby

ruby methods alias

Stripping the first character of a string

ruby-on-rails ruby

Simple Admin functionality in Rails 3

What are the trade offs between ffi and mri c extensions in ruby?

ruby ffi

Optimized "Multidimensional" Arrays in Ruby

Recommended rdf usage in Ruby on Rails

ruby-on-rails ruby rdf

In Ruby, why is Hash[:a, 1] and Hash[[[:a, 1]]] giving the same result {:a => 1}, while Hash[[:a,1]] gives an empty hash?

ruby hash

How do I remove unwanted from an array?

ruby