注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
きっかけ inherited_resourcesを導入して、scaffoldで生成したspecの中、POST create invalidとPUT upda... きっかけ inherited_resourcesを導入して、scaffoldで生成したspecの中、POST create invalidとPUT update invalidとupdateのケースがエラーになったので、調べてみました 環境 Rails 4.1.4 Ruby 2.1.2 エラーのケース it "re-renders the 'new' template" do # Trigger the behavior that occurs when invalid params are submitted Journal.any_instance.stub(:save).and_return(false) post :create, {:journal => { "title" => "invalid title" }}, valid_session response.should
2014/07/21 リンク