[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...
Walken on Rails
Walken on Rails Posted by laserlemon on April 01, 2012 — 1 comment For quite a while now, Collective Idea has been working...
Ruby on Railsで複合キーを扱う(7) -- 補遺
date = Date.new(2010, 1, 1) %w(robot automobile ship).each do |code| Department.create!({ code: code, name: code.capitaliz...
これ最高にイイ( ・∀・) 超使いやすいっす! Rails 3.2 からGemfileに追加さ...
JbuilderはJSONレスポンスを出力するテンプレートエンジンです。David Heinemeier Hanssonが最近作成したものですが、Rails 3.2には含まれずに独立したgemとしてリリースされました。このアプローチをとることに...
Rails isn't for beginners
Rails isn't for beginners Posted by stephenballnc on April 03, 2012 — 0 comments I've just written a post on Rake Routes: ...
Browse Ruby on Rails documentation - APIdock:
ActionController::Routing::Optimisation::PositionalArgumentsWithAdditionalParams
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 ...
WHAT'S NEW IN EDGE #RAILS
is Mike Gunderloy's software development weblog, covering Ruby on Rails and whatever else I find interesting in the univer...
Engine Yard releases a Developer Center for Rub...
S02E12: Engine Yard Support Tasha Drew, our Success Manager interviews some of our awesome Support Engineers: John Yerhot,...
Railscasts - Rails 2.3 Extras:
# find in batches Product.count Product.find_in_batches(:batch_size => 10) do |batch| puts "Products in batch: #{batch.siz...
@artolamola dar una respuesta valida para todos...
There's been a little bit of buzz about David Heinemeier Hansson's announcement that Josh Peek has joined Rails core and i...
Ruby on Rails Guides: Performance Testing Rails...
# routes.rb root :to => 'home#index' resources :posts # home_controller.rb class HomeController < ApplicationController de...
Ruby on Rails Guides: Caching with Rails: An ov...
One of the issues with Page Caching is that you cannot use it for pages that require to restrict access somehow. This is w...
Scheduled tasks on rails - Ruby Forum:
Douglas, I have been using cron tasks that invoke curl that invokes the routes that perform the periodic tasks for several...
