Edge Rails: PATCH is the new primary HTTP metho...
Edge Rails: PATCH is the new primary HTTP method for updates Posted by fxn February 26, 2012 @ 01:54 AM What is PATCH? The...
Moving from beginner to intermediate Rails deve...
Moving from beginner to intermediate Rails development July 05, 2010 I believe that Rails is an excellent way to get start...
Rails and CanCan: Authorization for Specific Fi...
Rails and CanCan: Authorization for Specific Fields Posted by alindeman on February 25, 2012 — 0 comments Over on the High...
Nuby on Rails | Ruby on Rails for Newbies
One skill that is important is being able to respond to change. I frequently think back to a quote I saw in a skateboardin...
Feedback needed for the Rails Engines Guide:
invoke active_record create db/migrate/[timestamp]_create_blorgh_posts.rb create app/models/blorgh/post.rb invoke test_uni...
Ruby on Rails Guides: Getting Started with Rails
Rails is a web application development framework written in the Ruby language. It is designed to make programming web appl...
What's New in Edge Rails #10
Monday, February 27, 2012 at 5:58AM Week of February 19-February 25, 2012 The biggest news this week comes on the REST fro...
Rails
These are the new guides for Rails 3.2 based on v3.2.1 . These guides are designed to make you immediately productive with...
続・Rails 3.x 時代のテストフレームワーク - Rails 雑感 - Ruby on ...
先日の記事Rails 3.x 時代のテストフレームワーク で、私は「Railsのテストを取り巻く状況が複雑に拡散しつつある」と書き、デファクトスタンダードがまだ現れていないんじゃないか、ということを示唆しました。 その後、この件について他の人が...
Ruby Version Manager + Rails Bundler = Magic
RVM lets you deploy each project with its own completely self-contained and dedicated environment--from the specific versi...
Ruby on Rails Guides: Active Record Query Inter...
because of argument safety. Putting the variable directly into the conditions string will pass the variable to the databas...
Some thoughts on maintaining large Rails codeba...
I'm sure a few of you have encountered this scenario... You're a year in and your Rails application is growing in size as ...
@rbates
MiniTest is a fast and lightweight testing library. Here you will learn how to use it in a Rails app for model, helper, an...
A painless method for breaking up a rails app (...
You might call this post Part 2 in a component based architecture series. The first post describes a solution for better o...
@gilesgoatboy
We use a bizarre, convoluted mechanism for attaching ClassMethods and InstanceMethods modules to ActiveRecord::Base becaus...
