Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added protection for creating a model through the generators with a name of ↵ | David Heinemeier Hansson | 2004-12-23 | 1 | -0/+4 |
| | | | | | | an existing class, like Thread or Date. It'll even offer you a synonym using wordnet.princeton.edu as a look-up. No, I'm not kidding :) [Florian Gross] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@263 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Added a better generator for scaffolding that actually creates the code, so ↵ | David Heinemeier Hansson | 2004-12-07 | 1 | -0/+22 |
it can be edited bit by bit. See "script/generate scaffold" [bitsweat]. Added a whole new approach to generators that used the shared "script/generate" command. Run with no-args to see help [bitsweat]. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@63 5ecf4fe2-1ee6-0310-87b1-e25e094e27de |