| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor migrations_path command option to database | Gannon McGibbon | 2018-09-28 | 3 | -6/+17 |
* | Add migrations_paths option to model generator | Gannon McGibbon | 2018-09-27 | 1 | -0/+1 |
* | Add migrations_paths option to migration generator | Eileen Uchitelle | 2018-08-30 | 2 | -1/+4 |
* | Rails 6 requires Ruby 2.3+ | Jeremy Daer | 2018-02-17 | 1 | -5/+1 |
* | Use .tt extension to all the template files | Rafael Mendonça França | 2017-11-13 | 5 | -0/+0 |
* | Fix RuboCop offenses | Koichi ITO | 2017-08-16 | 1 | -5/+6 |
* | Handling add/remove to/from migration edge cases | Guilherme Reis Campos | 2017-08-03 | 1 | -1/+1 |
* | Stop creating ApplicationRecord on model generation | Lisa Ugray | 2017-07-24 | 3 | -23/+26 |
* | Use frozen-string-literal in ActiveRecord | Kir Shatrov | 2017-07-19 | 4 | -0/+8 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 4 | -4/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 4 | -0/+4 |
* | Define path with __dir__ | bogdanvlviv | 2017-05-23 | 1 | -1/+1 |
* | Check whether `Rails.application` defined before calling it | Andrew White | 2017-03-07 | 1 | -1/+1 |
* | move `db_migrate_path` method to `Migration` module | yuuji.yaginuma | 2017-01-22 | 3 | -16/+8 |
* | Generate migrations at path set by `config.paths["db/migrate"]` | Kevin Glowacz | 2017-01-16 | 2 | -2/+18 |
* | `self.` is not needed when calling its own instance method | Akira Matsuda | 2017-01-05 | 1 | -1/+1 |
* | Revert "Merge pull request #27550 from mtsmfm/fix-generator-command-for-neste... | Rafael Mendonça França | 2017-01-03 | 1 | -1/+1 |
* | Fix generator command for nested (namespaced) rails engine | Fumiaki MATSUSHIMA | 2017-01-03 | 1 | -1/+1 |
* | No need `:doc:` for `:nodoc:` classes [ci skip] | Ryuta Kamizono | 2016-12-25 | 2 | -8/+8 |
* | Privatize unneededly protected methods in Active Record | Akira Matsuda | 2016-12-24 | 2 | -10/+11 |
* | Describe what we are protecting | Akira Matsuda | 2016-12-23 | 1 | -0/+2 |
* | let Regexp#match? be globally available | Xavier Noria | 2016-10-27 | 1 | -1/+0 |
* | Fix broken comments indentation caused by rubocop auto-correct [ci skip] | Ryuta Kamizono | 2016-09-14 | 1 | -3/+3 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -1/+1 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -27/+27 |
* | modernizes hash syntax in activerecord | Xavier Noria | 2016-08-06 | 2 | -2/+2 |
* | applies new string literal convention in activerecord/lib | Xavier Noria | 2016-08-06 | 4 | -14/+14 |
* | adds missing requires | Xavier Noria | 2016-07-24 | 1 | -0/+1 |
* | systematic revision of =~ usage in AR | Xavier Noria | 2016-07-23 | 1 | -1/+1 |
* | Always genererate models with ApplicationRecord parent | Genadi Samokovarov | 2016-04-28 | 1 | -11/+3 |
* | correctly check `ApplicationRecord` is exist in moutable engine | yuuji.yaginuma | 2016-02-25 | 2 | -11/+17 |
* | Add notes for future selves | Jon Moss | 2016-02-22 | 1 | -0/+1 |
* | Generate ApplicationRecord if it does not already exist | Jon Moss | 2016-02-22 | 2 | -0/+11 |
* | 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 |
|\ |
|