Sam Ruby: Keeping it on the Rails
The previous error that was caught was connection pool of new applications have size 1 . This demonstrates the unique valu...
Introducing Bloggy: A simple way to add a Jekyl...
We have been working hard on making RVM rock-solid, and to prevent regressions while simultaneously fixing and improving i...
Oldie but I enjoy this post on Ruby's inject me...
I find the inject solution less readable than something like: a = [1,2,3,4,5,6].map{|x| x.to_s if 0 == x % 2}.compact or a...
Ruby on Rails Guides: Rails Form helpers:
Forms in web applications are an essential interface for user input. However, form markup can quickly become tedious to wr...
Ruby Best Practices - Rails Modularity for Lazy...
Rails Modularity for Lazy Bastards 2009-04-16 04:31, written by Gregory Brown When we develop standalone systems or work o...
Ruby on Railsで複合キーを扱う(7) -- 補遺
date = Date.new(2010, 1, 1) %w(robot automobile ship).each do |code| Department.create!({ code: code, name: code.capitaliz...
omgbloglol - Improved validations in Rails 3:
Improved validations in Rails 3 Quite sorry about not getting another post up sooner; I’ve been very busy lately with a fe...
“Capistrano 入門 - Ruby on Rails with OIAX”
Capistrano とは何か。それは、デプロイメントのツールである。 デプロイメントとは何か。Web アプリケーションについて言えば、それは以下のようなタスク全般を指す言葉である。 アプリケーションを本番サーバにインストールすること。あるいは...
[railscasts] Upgrading to Rails 3.2
Rails 3.2 sports many new features including automatic explain queries, tagged logging, key-value store in Active Record, ...
Am I missing something or is this page laughabl...
The very first parameter, a string, is the text of the link which appears on the page. The second parameter, the options h...
Jeff Dean's Ruby Blog - Using MySQL foreign key...
module ForeignKeys def add_foreign_key(from_table, from_column, to_table, options = {}) to_column = options.fetch(:to_colu...
Browse Ruby on Rails documentation - APIdock:
ActionController::Routing::Optimisation::PositionalArgumentsWithAdditionalParams
@seoadvicess Most ORM-Tools have considerable w...
ActiveRecord is cool and all, and it goes without saying that we all trust its judgment, but sometimes you just want to wa...
Ruby Forum - Rails I18n:
Subject Author Replies Last post Rails 3.x, Ruby 1.9.x + HAML = Terror? Ramon Cahenzli 2 21 hrs ago by Ramon Cahenzli web ...
Rails 3.2.3.rc2 was released
Rails 3.2.3 introduced a new option that allows you to control the behavior of remote forms when it comes to authenticity_...
