Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Is there an equivalent of Log4J for Ruby, Log4Ruby?

ruby logging

What are some good role authorization solutions used with Authlogic?

how can i authenticate users out of rails with authlogic?

ruby authlogic

Can't install gemcutter as a Ruby Gem source

ruby rubygems gem gemcutter

Force Ruby Version

ruby-on-rails ruby macos

Is there any way to access the expression from within a ruby case statement?

ruby case

When to use association extensions vs named scopes?

Regex in rails to match [\w] and "-" but not numbers

ruby-on-rails ruby regex

Rails: calling yield in a partial template?

ruby-on-rails ruby

Vpim::Vcard - Parsing vcard 2.1

ruby vcf-vcard

Is there any method available to find changed attributes for objects?

ruby-on-rails ruby

How to use Rails or Ruby documentation?

ruby-on-rails ruby

sender class in ruby?

ruby

Most efficient way to retrieve "top x" records using Rails

mysql ruby-on-rails ruby

respond_with not working in ruby on rails. Why?

ruby-on-rails ruby json api

Why is capistrano acting up like this?

Error when installing dm-mysql-adapter

ruby datamapper

Perplexing Ruby/MySQL Error: "invalid packet: sequence number mismatch"

mysql ruby-on-rails ruby

How to transfer basic objects between Ruby and Python?

python ruby serialization

How to test file creation with RSpec?

ruby file-io rspec