『はじめる! Rails3』読者サポートページ - Ruby on Rails with OIAX
hinagiku-volume1.zip (145.6 KB) -- サンプルアプリケーションHinagikuのソースコード。第1巻終了時の形。 hinagiku-volume2.zip (164.5 KB) -- サンプルアプリケーションHi...
@wayoutmind @nlsmith I usually refer to but tho...
Ruby on Rails is not “someone else’s framework.” Over the years, hundreds of people have contributed to Ruby on Rails rang...
What’s New in Edge Rails #23: Week of May 28 -J...
It was a fairly quiet week on the Rails front. Well, if you don't count multiple non-edge dot releases for security fixes....
Ruby on Rails Guides: Configuring Rails Applica...
configures Rails itself to serve static assets. Defaults to true, but in the production environment is turned off as the s...
#Rails find of the day: #link_to_if and #link_t...
<%= button_to "New", :action => "new" %> # => "<form method="post" action="/controller/new" class="button_to"> # <div><inp...
Including Other Files in Ruby: Ruby Study Notes...
When writing your first few Ruby programs, you tend to place all of your code in a single file. But as you grow as a Ruby ...
Rails 3.1: has_secure_passwordメソッド - Rails 雑感 -...
この前のエントリー では、Rails 3.1で登場した assign_attributes という渋いメソッドについて書きました。 今回紹介するのも渋い新仕様です。その名も has_secure_password 。 いま、User というモデ...
why there is no excuse for @linkedin: tldr for ...
for presence of password, confirmation of password (using a "password_confirmation" attribute) are automatically added. Yo...
Ruby Internals: Exec
Ruby Internals: Exec Posted by oscardb on June 03, 2012 — 0 comments This article explains how Ruby implements exec in C. ...
The Camping Episode | the Ruby on Rails Podcast:
Download: MP3 18 MB | MP4 18 MB Three interviews with developers who use why the lucky stiff’s Camping framework. See also...
Good news everyone! Rails 3.2.4, 3.1.5, and 3.0...
Good news everyone! Rails version 3.0.13 has been released. This release of Rails contains two important security fixes: C...
Good news everyone! Rails 3.2.4, 3.1.5, and 3.0...
Good news everyone! Rails version 3.1.5 has been released. This release of Rails contains two important security fixes: CV...
Good news everyone! Rails 3.2.4, 3.1.5, and 3.0...
Good news everyone! Rails version 3.2.4 has been released. This release of Rails contains two important security fixes: CV...
Rails 3.1: assign_attributesメソッド - Rails 雑感 - R...
ゴールデンウィーク中の5月5日にRails 3.1 beta1がリリース されました。 派手な点としてはJQuery, CoffeeScript, Sassなどをデフォルトして採用したことが挙げられますが、私が注目しているのはActive Re...
Simple Test Metrics in Your Rails App, and What...
logged_in_user_context do context "with at least one purchase" do setup do @purchases = paginate([Factory(:purchase)]) @st...
