Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

What is the preferred way to add some method in active record base?

Could not find valid gem: certificate verify failed

How to run Node.js and Ruby tests within one project on Travis CI

Error while installing ruby ruby-1.9.3-p551

Why does the test_default_value_is_the_same_object in about_hashes.rb of Ruby Koans exercises have the answer of an array?

arrays ruby hash key key-value

How to serialize Exception

ruby

Is there a difference between `TRUE` and `true`?

ruby boolean

How to convert XML to Hash in ruby?

ruby-on-rails ruby xml hash

How do I shuffle the middle letters of every word in a string?

ruby string

CSV.foreach Not Reading First Column in CSV File

ruby csv

What rails plugins are good, stable and *really* enhance your code?

ruby-on-rails ruby plugins

Ruby on Rails field average?

Advantages of self.attribute vs. @attribute?

ruby

Why does Ruby require .call for Proc invocation?

ruby syntax

Ruby Style Question: storing hash constant with different possible values

ruby-on-rails ruby

Ruby: what is the difference between the comparatives: "||" and "or" [duplicate]

ruby

Rails Counter Cache and its implementation

Building a rails form to filter an index page?

ruby-on-rails ruby forms

Blocks & Procs in Ruby

ruby block procedures

What does ([^:"]+) do in a Ruby regular expression?

ruby regex