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...
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...
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...
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 Engines and Monkey Patching
Rails Engines and Monkey Patching Posted by bcardarella on February 21, 2012 — 0 comments A pattern for extending Rails En...
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...
続・Rails 3.x 時代のテストフレームワーク - Rails 雑感 - Ruby on ...
先日の記事Rails 3.x 時代のテストフレームワーク で、私は「Railsのテストを取り巻く状況が複雑に拡散しつつある」と書き、デファクトスタンダードがまだ現れていないんじゃないか、ということを示唆しました。 その後、この件について他の人が...
@goonjja чувак, ты работаешь в NAUMEN и пишешь ...
In specific cases, it would make sense to set the locale from client-supplied information, i.e. not from the URL . This in...
Prepare Your App for Rails 4 and Ruby 1.9
Well, it had to happen some day. Pour one out for our dearly beloved Ruby 1.8.7. And if you’re still using 1.8.7 for your ...
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...
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...
About This Blog: Memcached | Ruby on Rails for ...
I’ll add to this and say that every beginning Rails developer should write their own blog software. It’s a great learning ...
@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...
Ruby Summary: Ruby Study Notes - Best Ruby Guid...
Ruby Modules are similar to classes in that they hold a collection of methods, constants, and other module and class defin...
TIL all about Polymorphic Associations. Neat li...
is a connection between two Active Record models. Associations are implemented using macro-style calls, so that you can de...
