Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Is there a "Code Complete" book for Ruby?

ruby-on-rails ruby

Ruby array to JSON and Rails JSON rendering

ruby-on-rails ruby json

How do I insert variable values into HTML tags in ERB templates?

ruby-on-rails ruby erb

Ruby: Is variable is object in ruby?

ruby variables

How can I run a block of ruby code from Terminal.app?

ruby command-line terminal

Check if two hashes have the same set of keys

ruby hash

dealing with large CSV files (20G) in ruby

ruby parsing csv

'string' to ['s', 'st', 'str', 'stri', 'strin', 'string']

ruby

Why ngrok send me a 403 Forbidden

Debugging a scripting language like ruby

GemCutter rake build now throws "undefined method 'write' for #<Syck::Emitter:...." after updating to rubygems 1.5.0 on ruby 1.9.2 on Windows

validates_uniqueness_of by two fields

ruby mongodb mongoid

deploy with capistrano failing

Ruby on Rails : add a new route

ruby-on-rails ruby

ActiveAdmin - Edit Devise user without changing password

Sort Ruby Array of Clothing Sizes

ruby sorting

unable to connect to chromedriver http://127.0.0.1:9515 (Selenium::WebDriver::Error::WebDriverError)

Rails edit serialized JSON data

Ruby: Convert dollar (String) to cents (Integer)

ruby currency

return early vs if in ruby code