<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ayaketan</author_name>
  <author_url>https://blog.hatena.ne.jp/ayaketan/</author_url>
  <blog_title>ayaketanのプログラミング勉強日記</blog_title>
  <blog_url>https://ayaketan.hatenablog.com/</blog_url>
  <categories>
    <anon>Ruby</anon>
  </categories>
  <description>トランザクション内で削除を実行し、例外をキャッチしたかった。Rails4からdestroy!があるようだが、destroy_all!は存在しない。単体の削除は下記のように記述すればよい @user.destroy! 複数の削除は下記のように記述するしかないようだ users.each do |user| user.destroy! end 参考： What's new in Active Record [Rails 4 Countdown to 2013] | The Remarkable Labs Blog</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fayaketan.hatenablog.com%2Fentry%2F2013%2F10%2F01%2F182342&quot; title=&quot;Rails4 ActiveRecordのdestroyで例外を発生させる - ayaketanのプログラミング勉強日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2013-10-01 18:23:42</published>
  <title>Rails4 ActiveRecordのdestroyで例外を発生させる</title>
  <type>rich</type>
  <url>https://ayaketan.hatenablog.com/entry/2013/10/01/182342</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
