Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Deploying rails app on heroku

"Proper" way to output variables in a string [closed]

ruby

using WHERE clause in Rails 3 active record query

How to expose resource in devise to another controller?

ruby-on-rails ruby devise

Specifying default value for Hash of hashes in Ruby [duplicate]

ruby

Run kaminari specs

ruby kaminari

uninitialized constant ::ActiveResource

Rails upgrade undefined method `cookie_verifier_secret`

ruby - can't write to logs in daemons

ruby logging daemon daemons

Why does my delayed_job fail without RVM?

Using a multi select list in rails

ruby-on-rails ruby

Using a mixin method inside an instance method

ruby gem

Access the Locale in Ruby in CSS files

Pass arguments by reference to a block with the splat operator

ruby splat

What kind of Ruby data structure is this?

ruby data-structures

Checking for nil strings in Rails view

Upload images in database

Ruby on Rails - Converting Hash of Datetimes to Dates

Calling 'puts' on an expression changing the way it's interpreted?

ruby

What's the difference between a class and the singleton of that class in Ruby?

ruby eigenclass