Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

What is the best way to read the Rails session secret?

ruby-on-rails ruby session

Where is Time.advance documented?

ruby api time

Syntax Highlighting

ruby syntax highlighting

Why is it "wrong to require rubygems"?

ruby rubygems anti-patterns

Has anyone successfully deployed a Rails project with Ruby 1.9.1? [closed]

ruby-on-rails ruby ruby-1.9

What is the opposite of url_for in Rails? A function that takes a path and generates the interpreted route?

Use Delayed::Job to manage multiple job queues

Why does some Ruby code run twice as fast on a 2.53GHz than on a 2.2GHz Core 2 Duo processor?

ruby performance

How to write this better? Ruby Sequel chaining OR

ruby chaining sequel

What are the advantages of using rubinius [closed]

ruby rubinius

Rails command line not found when installed with RVM

ruby-on-rails ruby rvm

How do I open a web page and write it to a file in ruby?

ruby

ruby sftp error

Rails 3 add virtual attribute dynamically

Problem running "rails s"

ruby-on-rails ruby

Generate unique hashes in Ruby/Rails

ruby-on-rails ruby

Test that hash contains specific keys and that values for those keys are not nil

ruby rspec

Ruby : how to prevent modification of an array instance variable through an attribute reader

Redirect stderr to Logger instance

ruby stderr

Mongoid: convert embedded document into referenced/own collection

ruby mongodb migration mongoid