Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added extra comment when a migration already exists of the same name. | wangjohn | 2013-02-15 | 1 | -1/+1 |
| | | | | | | User should know that he can overwrite the previous migration. This comes in handy especially when generating models which were previously created then removed. | ||||
* | Removing ==Examples and last blank lines of docs from railties | Francesco Rodriguez | 2012-05-14 | 1 | -4/+0 |
| | |||||
* | Skip creating migration if --skip option is passed to model generator [#6144 ↵ | Piotr Sarnacki | 2010-12-16 | 1 | -1/+1 |
| | | | | | | state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Remove existing migration when using 'rails generate model' with --force ↵ | David Trasbo | 2010-09-18 | 1 | -1/+5 |
| | | | | | | [#5526 state:committed] Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Changes migration number to version due to ambiguity. [#3065 state:committed] | Rizwan Reza | 2010-03-28 | 1 | -3/+3 |
| | |||||
* | No more vendored thor. | José Valim | 2010-02-03 | 1 | -5/+3 |
| | |||||
* | Ensure that attr_reader methods in generators are protected. | José Valim | 2010-02-02 | 1 | -8/+5 |
| | |||||
* | Change Rails::Generators::Migration protected instance methods to class ↵ | Szymon Nowak | 2010-02-02 | 1 | -23/+27 |
| | | | | | | methods. [#3820 status:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Move railties/lib/* into railties/lib/* | Yehuda Katz + Carl Lerche | 2009-09-24 | 1 | -0/+65 |