タグ DEPRECATION WARNING
人気順 5 users 50 users 100 users 500 users 1000 usersAnsible 2.0 にアップグレードした | Carpe Diem
Ansible 2.0 がようやく リリース されましたね。さっそく、既存の Playbook をアップグレードしてみました。公式の移行ガイドは、 こちら にあります。 まず、実行してみると、次のような警告が表示されました。 [DEPRECATION WARNING]: Instead of sudo/sudo_user, use become/become_user and make sure ... 続きを読む
RSpecで spec_helper.rb が何度も読み込まれる問題を回避する - Hello, world! - s21g
spec_helper.rbの中でRSpec.configure を呼び出している場合、 以下のような警告が出てくることがあります。 1 ****************************************************** 2 DEPRECATION WARNING: you are using deprecated 3 behaviour that will be ... 続きを読む
No more error_messages_for in rails 3 - Suffix
No more error_messages_for in Rails 3 I played with the latest Rails 3 beta release today (version 3.0.0.beta4) and noticed the following depreciation warning: DEPRECATION WARNING: form.error_messages... 続きを読む