This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Lucas HĂșngaro (author)
Wed Dec 24 10:17:08 -0800 2008
README
= Reserved Attributes Checks all your models looking for attributes (columns) with names that are Ruby/Rails reserved words. The list of reserved words is retreived from http://wiki.rubyonrails.org/rails/pages/ReservedWords and also in a dynamic way (calling Object.methods). This task won't prevent all errors, but it'll cover the most part. = Use: rake check_reserved_attributes = Author: Lucas HĂșngaro (http://makemesimple.com/blog/) Code based on Dave Thomas' annotate_models = Released under the same license as Ruby. No Support. No Warranty.








