Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Railties] require => require_relative | Akira Matsuda | 2017-07-01 | 1 | -1/+1 |
| | |||||
* | Add `app:update` task to engines | yuuji.yaginuma | 2017-03-20 | 1 | -0/+11 |
| | | | | | | Occasionally we update the file generated by engine. Therefore, I think that there is a task for updating as well as application in the engine, it is convenient for updating. | ||||
* | modernizes hash syntax in railties | Xavier Noria | 2016-08-06 | 1 | -1/+1 |
| | |||||
* | applies new string literal convention in railties/lib | Xavier Noria | 2016-08-06 | 1 | -3/+3 |
| | | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default. | ||||
* | make rake proxy work in rails engines | yuuji.yaginuma | 2016-01-31 | 1 | -2/+2 |
| | |||||
* | Replace AR with ActiveRecord to make it more readable [ci skip] | arvind | 2015-09-08 | 1 | -1/+1 |
| | |||||
* | Improved grammar and replaced 'dbs' slang with 'databases' | Prathamesh Sonpatki | 2013-06-27 | 1 | -1/+1 |
| | |||||
* | do not set the ENGINE_PATH to nil | Aaron Patterson | 2012-05-24 | 1 | -1/+1 |
| | |||||
* | Added environment rake task to engines | Steven Anderson | 2011-10-18 | 1 | -0/+1 |
| | |||||
* | fix engines rake tasks | Jake Varghese | 2011-07-04 | 1 | -0/+2 |
| | |||||
* | Refactoring of application's task in engine.rake | Piotr Sarnacki | 2010-12-19 | 1 | -20/+23 |
| | |||||
* | Do not load all application's task in generated engine | Piotr Sarnacki | 2010-12-19 | 1 | -0/+66 |