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 (
| name | age | message | |
|---|---|---|---|
| |
README | Thu May 14 17:29:13 -0700 2009 | |
| |
lib/ | Wed Dec 24 10:17:08 -0800 2008 | |
| |
tasks/ | 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 retrieved from http://newwiki.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 most of them. = Use: rake check_reserved_attributes = Author: Lucas HĂșngaro (http://lucashungaro.github.com/) Code based on Dave Thomas' annotate_models = Released under the same license as Ruby. No Support. No Warranty.







