Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Rails - Strange time_select buggy behavior

What does "first" do in Ruby and Rails?

Non destructive split in Ruby

ruby string split

How can I use mock in my rails minitest?

Rails_admin, Date add more accepting formats

In Ruby, what does "new" mean in {1 => new("alice")}?

ruby class

ActiveRecord transaction is not rolling back whole transaction

What is returned by Open::URI.open?

ruby open-uri

How to create a JSON structure in Ruby manually?

ruby-on-rails ruby json hash

What is the difference between the "sort" and "sort!" method in ruby? [duplicate]

ruby-on-rails ruby sorting

Time comparison in ruby

ruby time comparison

Sorting a string of ID values numerically [duplicate]

ruby string sorting integer

Make db column optional or not required so I can create record

Ruby Shoes: counting the amount of times a value occurs in an Array

Can't get a RoR project to work in production env

Hpricot / nokogiri - Parse SVG / XML file to get colors used

Rails migration file fails - Mysql2::Error: Data truncated for column

ruby-on-rails ruby rake

How to draw card objects side by side vs stacked on top of each other in terminal

ruby oop ascii playing-cards

What does the Ruby `uniq` method use for equality checking?

ruby

How do I get puts to work on my class?

ruby