Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Is the .each iterator in ruby guaranteed to give the same order on the same elements every time?

ruby arrays iterator

selenium-webdriver and wait for page to load

ruby selenium webdriver

Does CoffeeScript support interpolation in single quotation string?

Thinking in Ruby

Ruby : How can I detect/intelligently guess the delimiter used in a CSV file?

ruby delimiter csv

HomeBrew Mac os x 10.8 throwing errors "no such file to load"

ruby macos homebrew

Remove trailing "?" from a string

Iterate over Array of Objects and Return Attributes

ruby-on-rails ruby arrays

looking for a method that will show tomorrow's date in ruby

ruby datetime time

How to stop a jekyll local server

ruby jekyll webrick

How to remove all characters from string except numbers, "," and "." using Ruby?

ruby regex string parsing

How do I write a merge sort?

ruby mergesort

auto hide the flash messages in rails

PostgreSQL gem for rails won't install, even when both home brew and app are installed

How to solve undefined method `to_key' for #<Book::ActiveRecord_Relation:0x007fb709a6a8c0>?

How do I write this in Ruby/Python? Or, can you translate my LINQ to Ruby/Python?

How do I get the last SQL query performed by ActiveRecord in Ruby on Rails?

`var = something rescue nil` behaviour

ruby exception-handling

How do I test for belongs_to and has_many in Rails?

ruby-on-rails ruby rspec

How to save ruby builder generated xml instead of rendering it in rails application?

ruby-on-rails ruby xml builder