Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Railties] require_relative => require | Akira Matsuda | 2017-10-21 | 1 | -1/+1 |
| | | | | This basically reverts 618268b4b9382f4bcf004a945fe2d85c0bd03e32 | ||||
* | Adding frozen_string_literal pragma to Railties. | Pat Allan | 2017-08-14 | 1 | -0/+2 |
| | |||||
* | [Railties] require => require_relative | Akira Matsuda | 2017-07-01 | 1 | -1/+1 |
| | |||||
* | applies new string literal convention in railties/lib | Xavier Noria | 2016-08-06 | 1 | -2/+2 |
| | | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default. | ||||
* | modify model generator warning message. refs [#174c9f0] | Kuldeep Aggarwal | 2014-02-27 | 1 | -1/+1 |
| | |||||
* | include names in model generator warning message. refs #13515. | Yves Senn | 2014-02-24 | 1 | -4/+6 |
| | | | | | | This is a follow up to #13515. It includes the name given and the singularized version in the warning message. This will aide the user to see wether the detected singular was right or not. | ||||
* | Add warning when user tried to create model with pluralize name. | Kuldeep Aggarwal | 2014-02-23 | 1 | -0/+26 |
1. Generate model with correct_name. 2. It will help new users to avoid mistakes when tried to create model with wrong name. |