| Commit message (Expand) | Author | Age | Files | Lines |
* | Tidy up migration types. | José Valim | 2011-12-24 | 4 | -11/+10 |
* | added ability to specify from cli when generating a model/migration whether p... | Dmitrii Samoilov | 2011-12-24 | 4 | -7/+16 |
* | Use change in place of up and down in sessions table migration | Vijay Dev | 2011-05-28 | 1 | -5/+1 |
* | for => each in model migration template | Guillermo Iguaran | 2011-05-20 | 1 | -1/+1 |
* | Remove `#among?` from Active Support | Prem Sichanugrist | 2011-04-13 | 1 | -1/+1 |
* | Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg... | David Heinemeier Hansson | 2011-04-12 | 1 | -1/+1 |
* | Using Object#in? and Object#either? in various places | Prem Sichanugrist | 2011-04-11 | 1 | -1/+2 |
* | Delete blank lines in migration generator | Santiago Pastorino | 2011-02-02 | 1 | -3/+2 |
* | Configurable generation of add_index for references columns | Michał Łomnicki | 2011-02-01 | 2 | -0/+3 |
* | Use Rails 3.1 `change` method in 'add_' migration generator | Prem Sichanugrist | 2011-01-04 | 1 | -0/+8 |
* | Use Rails 3.1 `change` method in model generator | Prem Sichanugrist | 2011-01-04 | 1 | -5/+1 |
* | Generate add_index by default when giving type belongs_to or references | Santiago Pastorino | 2010-12-16 | 1 | -0/+4 |
* | updating generators | Aaron Patterson | 2010-11-17 | 3 | -6/+6 |
* | Add namespacing for observer generator | Piotr Sarnacki | 2010-09-25 | 1 | -0/+2 |
* | Generators fix: properly check if module should be created when creating a na... | Piotr Sarnacki | 2010-09-25 | 1 | -1/+1 |
* | Refactor namespaced generators to use module_namespacing block helper | Piotr Sarnacki | 2010-09-24 | 3 | -2/+6 |
* | Generators are not aware of namespace of isolated engines and applications | Piotr Sarnacki | 2010-09-24 | 1 | -2/+2 |
* | Implemented ActiveRecord::Migrations#copy based on James Adam's idea | Piotr Sarnacki | 2010-09-03 | 1 | -0/+6 |
* | split out active_record migration logic so others can easily reuse [#5389 sta... | Jack Dempsey | 2010-09-01 | 2 | -10/+17 |
* | Avoid a blank line before the add/remove columns | Santiago Pastorino | 2010-06-25 | 1 | -2/+2 |
* | Line break in migration template and nicer code indentation | Łukasz Strzałkowski | 2010-06-25 | 1 | -6/+8 |
* | Patch for Namespace problem in Scaffold. [#4763 state:resolved] | Mohammed Siddick.E | 2010-06-23 | 1 | -1/+1 |
* | Fix problem with migrations template that can cause bogus code to be created | Steve Abatangle | 2010-06-20 | 1 | -4/+8 |
* | Update generators to use thor 0.13.6 with simpler source_root handling. | José Valim | 2010-04-30 | 1 | -7/+3 |
* | Make the migration generator handle pre-existing migrations with the same tim... | Phil Smith | 2010-04-19 | 1 | -2/+3 |
* | Generate module file for namespaced models [#4230 state:resolved] | Andrew White | 2010-04-12 | 2 | -0/+10 |
* | Load generators from both lib/rails/generators and lib/generators. Using the ... | José Valim | 2010-03-23 | 10 | -0/+177 |