No commit activity in last 3 years
No release in over 3 years
notify exception monitoring system when model object is invalid
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 3.0
 Project Readme

notify_if_invalid

Record an exception in HopToad if your model object is invalid.

Usage

class User < ActiveRecord::Base
  notify_if_invalid

  # validations for the object
  validates_precense_of :name
end

Installation

# Bundler Gemfile
gem 'notify_if_invalid'

Contributing

  • Fork the project
  • Fix the issue
  • Add tests
  • Send a pull request

see CONTRIBUTORS.txt for complete list of contributors.

Copyright

Copyright (c) 2011 Socialcast Inc. See LICENSE.txt for details.