ActionView::Base.base_view_path isn't clear against Rails 2.0.2. Reported by kakutani | January 16th, 2008 @ 04:56 AM | in 1.1.3 Spec::Rails::Example::ViewExampleGroup#ensure_that_base_view_path_is_not_set_across_example_groups doesn't called... 続きを読む
Description We've implemented a method that performs a GET to follow a link (A tag) in the response body. Currently it's rather hard to assert that href attributes in A tags works correctly when requested to the server. This patch introduces ... 続きを読む
_ なぜ、diffのpオプションが重要なのか diffには、-pというオプションがあって、これを指定すると変更された関数名が含まれる。 例) /tmp$ diff -u test.c test2.c --- test.c 2007-06-15 01:12:37.886290094 +0900 +++ test2.c 2007-06-15 01:17:49.29203609... 続きを読む