document.write('<link rel="stylesheet" href="http://gist.github.com/stylesheets/gist/embed.css"/>')





document.write('<div id=\"gist-180837\" class=\"gist\">\n  \n  \n    \n            \n\n      <div class=\"gist-file\">\n        <div class=\"gist-data gist-syntax\">\n          \n          \n          \n            <div class=\"gist-highlight\"><pre><div class=\"line\" id=\"LC1\">class ActiveRecord::Base<\/div><div class=\"line\" id=\"LC2\">&nbsp;&nbsp;def save_with_aggro!<\/div><div class=\"line\" id=\"LC3\">&nbsp;&nbsp;&nbsp;&nbsp;begin<\/div><div class=\"line\" id=\"LC4\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;save_without_aggro!<\/div><div class=\"line\" id=\"LC5\">&nbsp;&nbsp;&nbsp;&nbsp;rescue ActiveRecord::RecordInvalid =&gt; e<\/div><div class=\"line\" id=\"LC6\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;logger.warn errors.full_messages.join(&quot;\\n&quot;)<\/div><div class=\"line\" id=\"LC7\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;logger.warn &quot;trying to save a #{self.class.name} without validations&quot;<\/div><div class=\"line\" id=\"LC8\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;unless save(false)<\/div><div class=\"line\" id=\"LC9\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;save_without_aggro! # induce a barf<\/div><div class=\"line\" id=\"LC10\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;end<\/div><div class=\"line\" id=\"LC11\">&nbsp;&nbsp;&nbsp;&nbsp;end<\/div><div class=\"line\" id=\"LC12\">&nbsp;&nbsp;end<\/div><div class=\"line\" id=\"LC13\">&nbsp;<\/div><div class=\"line\" id=\"LC14\">&nbsp;&nbsp;alias_method_chain :save!, :aggro<\/div><div class=\"line\" id=\"LC15\">end<\/div><\/pre><\/div>\n        \n        <\/div>\n\n        <div class=\"gist-meta\">\n          <a href=\"http://gist.github.com/raw/180837/fb960e7a10ae79867d94ed3cf63fb2e52d17bb30/save_with_aggro!\" style=\"float:right;\">view raw<\/a>\n          <a href=\"http://gist.github.com/180837#file_save_with_aggro!\" style=\"float:right;margin-right:10px;color:#666\">save_with_aggro!<\/a>\n          <a href=\"http://gist.github.com/180837\">This Gist<\/a> brought to you by <a href=\"http://github.com\">GitHub<\/a>.\n        <\/div>\n      <\/div>\n    \n  \n<\/div>\n')
