| Commit message (Expand) | Author | Age | Files | Lines |
* | Added references option to join tables | Ernst Rullmann | 2016-01-31 | 1 | -0/+4 |
* | correctly presence check of `application_record.rb` in plugin | yuuji.yaginuma | 2016-01-02 | 1 | -1/+7 |
* | Make sure File.exist? run in the root of the application | Rafael Mendonça França | 2015-12-16 | 1 | -1/+5 |
* | Do not define attributes_with_index as a Thor task | Rafael Mendonça França | 2015-12-16 | 1 | -4/+4 |
* | Remove dead code | Rafael Mendonça França | 2015-12-16 | 1 | -4/+0 |
* | Introduce ApplicationRecord, an Active Record layer supertype | Genadi Samokovarov | 2015-12-16 | 1 | -1/+8 |
* | Add migration versioning via Migration subclasses | Matthew Draper | 2015-12-15 | 2 | -2/+2 |
* | Stop aligning the arguments | Rafael Mendonça França | 2015-10-23 | 1 | -4/+4 |
* | Use thor class_option to make the primary_key_type option work | Rafael Mendonça França | 2015-10-23 | 4 | -10/+10 |
* | Move default uuid generation to active_record | Jon McCartie | 2015-10-23 | 2 | -1/+9 |
* | Set active_record config for always creating uuids in generators | Jon McCartie | 2015-10-20 | 1 | -1/+1 |
* | [ci skip] Correct grammar, add docs to ActiveRecord migration generator | Nick Cox | 2015-04-28 | 1 | -4/+5 |
* | Add Secure Token Generator | robertomiranda | 2015-01-11 | 3 | -0/+11 |
* | Change the default `null` value for `timestamps` to `false` | Rafael Mendonça França | 2015-01-04 | 1 | -1/+1 |
* | Use the new `foreign_key` option on `references` in generators | Sean Griffin | 2014-12-22 | 2 | -9/+0 |
* | Generators add foreign keys on references | Derek Prior | 2014-11-25 | 2 | -0/+9 |
* | Merge pull request #16062 from sgrif/sg-required-generators | Rafael Mendonça França | 2014-08-17 | 2 | -2/+2 |
|\ |
|
| * | Add a `required` option to the model generator | Sean Griffin | 2014-08-08 | 2 | -2/+2 |
* | | Change the default `null` value for timestamps | Sean Griffin | 2014-08-12 | 1 | -1/+1 |
|/ |
|
* | Fix Generation of proper migration when | Kuldeep Aggarwal | 2014-03-25 | 1 | -3/+7 |
* | Make `.next_migration_number` reusable for third party AR generators. | Yves Senn | 2013-09-30 | 2 | -8/+20 |
* | copy edits[ci skip] | Vijay Dev | 2013-05-19 | 1 | -1/+1 |
* | Added documentation for model migration generation | aditya-kapoor | 2013-05-14 | 1 | -0/+4 |
* | Added documentation for ActiveRecord::Generators::MigrationGenerator.next_mig... | aditya-kapoor | 2013-05-10 | 1 | -0/+4 |
* | Add support for generate scaffold password:digest | Sam Ruby | 2013-03-13 | 2 | -1/+8 |
* | Support creating a table migration generator | Sammy Larbi | 2013-03-01 | 3 | -3/+10 |
* | Migration generators use `change` even for destructive methods [#8267] | Marc-Andre Lafortune | 2012-12-21 | 1 | -16/+4 |
* | Remove observers and sweepers | Rafael Mendonça França | 2012-11-28 | 2 | -19/+0 |
* | nodoc AR::Generators [ci skip] | Francesco Rodriguez | 2012-10-20 | 4 | -10/+10 |
* | Remove mass assignment security from ActiveRecord | Guillermo Iguaran | 2012-09-16 | 1 | -5/+0 |
* | add mini-validator on creating migration | Jan Bernacki | 2012-09-06 | 1 | -0/+9 |
* | Extract ActiveRecord::SessionStore from Rails | Prem Sichanugrist | 2012-08-24 | 2 | -36/+0 |
* | removes usage of Object#in? from the code base (the method remains defined by... | Xavier Noria | 2012-08-06 | 1 | -2/+2 |
* | load active_support/core_ext/object/inclusion in active_support/rails | Xavier Noria | 2012-08-02 | 1 | -1/+0 |
* | Add fkey attributes to `join_table` migration generator | Aleksey Magusev | 2012-07-19 | 1 | -2/+10 |
* | Add join table migration generator | Aleksey Magusev | 2012-07-18 | 2 | -6/+27 |
* | Add references statements to migration generator | Aleksey Magusev | 2012-07-08 | 1 | -4/+16 |
* | Fixed generating namespaced table_name_prefix in engines | Wojciech Wnętrzak | 2012-07-06 | 1 | -1/+1 |
* | Add polymorphic option to model generator | Aleksey Magusev | 2012-06-27 | 1 | -1/+1 |
* | Refactor migration generator | Oscar Del Ben | 2012-05-18 | 1 | -6/+3 |
* | Automatically create indexes for references/belongs_to statements in migrations. | Joshua Wood | 2012-04-14 | 1 | -1/+2 |
* | Fix indenting in migration generator | Colin Bartlett | 2012-03-27 | 1 | -2/+2 |
* | Avoid another blank line in generated migration and remove assertion as per @... | Marcelo Silveira | 2012-03-21 | 1 | -1/+1 |
* | Merge pull request #5532 from mhfs/migration_blank_line | José Valim | 2012-03-21 | 1 | -1/+1 |
|\ |
|
| * | Remove blank line from generated migration | Marcelo Silveira | 2012-03-20 | 1 | -1/+1 |
* | | Generate Migration Thats Adds Removed Index | Travis Jeffery | 2012-03-21 | 1 | -0/+3 |
|/ |
|
* | Whitelist all attribute assignment by default. | Michael Koziarski | 2012-03-05 | 2 | -0/+9 |
* | Remove unused implementation of next_migration_number | Marcelo Silveira | 2012-02-23 | 2 | -17/+0 |
* | 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 |