“Rubyist Magazine - RubyOnRails を使ってみる 【第 6 回】 ...
ここでとりあげるのは、ソフトウェアテストのうち、ユニットテスト (unit test) と機能テスト (functional test) といわれるものです。 まず、言葉の意味を確認しておきましょう。 ユニットテストとは ユニットテストはユニッ...
スはスペックのス 【第 2 回】 RSpec on Rails (コントローラとビュー編)
diff --git a/0023/myblog/config/environments/development.rb b/0023/myblog/config /environments/development.rb index 0589aa...
Rubyist Magazine - 他言語からの訪問 【第 1 回】 Groovy (前編)
Rubyist の皆さんこんにちは。Groovy についての記事を書くことになりました上原と申します。Groovy についてはるびまでも、「Rubyist のための他言語探訪 【第 5 回】 Groovy 」で 2005 年にみずしまさんの手に...
Everyday Rails Testing with RSpec: The Book is ...
Everyday Rails Testing with RSpec: The Book is complete June 13, 2012 On Monday I posted the final, edited version of Ever...
@sugamasao とか?
RSpec はよく「難しい」とか「構文がわかりづらい」と言われます。Rubyist はものごとをきっと Ruby のコードで考えるのでそのコードと RSpec の DSL にギャップがあるからなのかなと個人的には思っています。正直、この辺は慣れ...
Databases & Rails: Week 1
It's the beginning of another course at the University of Texas, and i'm bringing the content direct to you. In this post ...
Rubyist Magazine - Chef でサーバ管理を楽チンにしよう! (第 1 回):
クライアントーサーバなツールなので、chef-server と chef-client に関しては特に何の疑問もないと思います。 いっぽうで chef-solo というサーバ無しでもレシピが実行できるツールも存在します。つまり、クラサバツールで...
Ruby on Rails developer: chethan k c from India...
Works professionally with Rails Popularity Not ranked yet. Forum Posting Rating 0% When you post on our forums other regis...
Rail Spikes: How to fix your Rails helpers:
I usually allow new methods to live in application_helper until there are 2-3 related methods that could be extracted into...
Improving the integration between Capybara and ...
Improving the integration between Capybara and RSpec Posted by josevalim on June 12, 2012 — 0 comments In this blog post, ...
Learning Ruby and Rails:
I live in a town dominated by Python, PHP , and Java developers, so hiring someone who can come in and write Ruby code fro...
rubyで文字列からURL抜きだすのを作ってて、URI.regexpを見つけた。 中身表示した...
pathname は Unix のパス名を扱うライブラリです。 Windows などの DOSISH な環境ではドライブ名やパスの区切り文字などで問題が起きる可能性があることに注意が必要です。 DOSISH については ruby-man:DOS...
