aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/app/templates/bin/setup.tt
Commit message (Expand)AuthorAgeFilesLines
* Factorize bin/update in bin/setup, and make bin/setup idempotentDavid Stosik2019-04-171-2/+3
* Fix a method call in bin/setup fileNihad Abbasov2018-11-151-1/+1
* Remove `--skip-yarn` in favor of `--skip-javascript`bogdanvlviv2018-10-221-2/+2
* Remove "include FileUtils" sentence in setup/update bin filesBruno Casali2018-09-171-2/+1
* Refactor `--api` option of the app generatorYoshiyuki Hirano2017-08-131-2/+2
* Remove blank lines in setupYoshiyuki Hirano2017-07-161-2/+3
* Remove the pathname dependency from bin/update and bin/setupBen Woosley2017-05-311-2/+1
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
* More :scissors:Rafael Mendonça França2017-04-071-1/+1
* Only have Yarn bundling commented out as we cant be sure Yarn is installedDavid Heinemeier Hansson2016-12-081-1/+2
* Make Yarn the default, drop default vendor/asset directories (#27300)David Heinemeier Hansson2016-12-081-2/+2
* Yarn: Move node_modules, package.json, and yarn.lock file to vendor (#27245)David Heinemeier Hansson2016-12-011-1/+1
* Run yarn on setup and update scripts.Liceth Ovalles2016-11-281-1/+4
* Don't put db:migrate and db:setup in binfiles if activerecord is excludedBouke van der Bijl2016-11-011-0/+35