No commit activity in last 3 years
No release in over 3 years
Collection of validations and complex assertions
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Rails Extension (RubyGem)¶ ↑

Contains a collection of validations and complex assertions.

Usage¶ ↑

config.gem 'jakewendt-rails_extension',
  :source => 'http://rubygems.org'

script/generate rails_extension

ToDo¶ ↑

  • add assert_should_protect_attributes(*attributes)

  • add assert_should_allow_attributes(*attributes)

  • include assert_only_difference

  • add legitimate text to Rakefile

  • options to polymorphic associations

Gemified with Jeweler¶ ↑

vi Rakefile
rake version:write

rake version:bump:patch
rake version:bump:minor
rake version:bump:major

rake gemspec

rake install
rake release

Thanks¶ ↑

Copyright © 2010 Jake. See LICENSE for details.