aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/app/templates/bin
Commit message (Expand)AuthorAgeFilesLines
* Factorize bin/update in bin/setup, and make bin/setup idempotentDavid Stosik2019-04-172-35/+3
* Fix a method call in bin/setup fileNihad Abbasov2018-11-151-1/+1
* Remove `--skip-yarn` in favor of `--skip-javascript`bogdanvlviv2018-10-222-4/+4
* Remove "include FileUtils" sentence in setup/update bin filesBruno Casali2018-09-172-4/+2
* Merge pull request #33202 from deivid-rodriguez/bundler_binstubsEileen M. Uchitelle2018-08-111-2/+0
|\
| * Generate bundler-compatible bundler binstubDavid Rodríguez2018-06-231-2/+0
* | Recommend use of rails over bin/railsAlberto Almagro2018-07-061-3/+3
|/
* Merge pull request #31769 from justjake/patch-2Matthew Draper2018-01-301-1/+1
|\
| * yarnpkg: correct exec syntaxJake Teton-Landis2018-01-231-1/+2
|/
* bin/yarn: Pass through arguments with spacesJake Teton-Landis2018-01-211-1/+1
* Use .tt extension to all the template filesRafael Mendonça França2017-11-134-0/+0
* Change `VENDOR_PATH` to `APP_ROOT` in `bin/yarn`yuuji.yaginuma2017-10-251-2/+2
* Install JavaScript dependencies on updatekami-zh2017-09-161-0/+5
* Refactor `--api` option of the app generatorYoshiyuki Hirano2017-08-132-3/+3
* Fix rubocop style issues in yarn and spring.rb templates"roberts10002017-07-311-1/+1
* Remove blank lines in setupYoshiyuki Hirano2017-07-161-2/+3
* Remove the pathname dependency from bin/update and bin/setupBen Woosley2017-05-312-4/+2
* Define path with __dir__bogdanvlviv2017-05-233-3/+3
* Ensure bin/yarn matches the one generated by webpackeryuuji.yaginuma2017-04-231-2/+3
* SpacesRafael Mendonça França2017-04-071-0/+1
* More :scissors:Rafael Mendonça França2017-04-071-1/+1
* Revert back to the original of using package.json in the root of the project ...David Heinemeier Hansson2017-02-211-1/+1
* Show message if Yarn is not installed (#27312)Guillermo Iguaran2016-12-091-1/+8
* Only have Yarn bundling commented out as we cant be sure Yarn is installedDavid Heinemeier Hansson2016-12-082-5/+2
* Make Yarn the default, drop default vendor/asset directories (#27300)David Heinemeier Hansson2016-12-082-4/+4
* use yarn binstub in `bin/update`yuuji.yaginuma2016-12-021-1/+1
* Yarn: Move node_modules, package.json, and yarn.lock file to vendor (#27245)David Heinemeier Hansson2016-12-012-1/+3
* Run yarn on setup and update scripts.Liceth Ovalles2016-11-282-2/+8
* Don't put db:migrate and db:setup in binfiles if activerecord is excludedBouke van der Bijl2016-11-012-0/+4
* Use || instead of `or` as preferred in rails code conventionMarek L2016-03-222-2/+2
* define APP_PATH with __dir__Xavier Noria2016-03-051-1/+1
* Use the rails command, not rake, for all rails commandsDavid Heinemeier Hansson2015-12-182-6/+6
* Added bin/update script to update application automaticallyMehmet Emin İNAÇ2015-08-071-0/+28
* Don't fail when checking dependencies in bin/setup scriptJuanito Fatas2015-07-231-1/+1
* add system! to fail fast in bin/setupRob Sanheim2015-07-181-5/+9
* `rake restart` should work without a `tmp` folderYoong Kang Lim2015-05-301-1/+1
* Merge pull request #20023 from mohnish/patch-1Yves Senn2015-05-061-2/+1
|\
| * Use the built-in rake tasksMohnish Thallavajhula2015-05-041-2/+2
|/
* Remove unnecessary double spaceKenta Okamoto2014-12-261-1/+1
* prefer single quotes, by the beard of the prophet!Xavier Noria2014-12-201-10/+10
* Make bin/setup portableTim Pope2014-12-191-7/+9
* Remove unnecessary double spaceclaudiob2014-11-101-1/+1
* File.exist? instead of File.exists? in bin/setupDavid Jones2014-06-021-1/+1
* bin/setup uses `bundle check || bundle install` to improve performance.Yves Senn2014-05-301-1/+1
* `bin/setup` script to bootstrap applications.Yves Senn2014-05-301-0/+28
* Remove unnecessary requireRyunosuke SATO2013-01-221-1/+0
* Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. ...Jeremy Kemper2013-01-063-0/+9