aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/app_generator_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert back to the original of using package.json in the root of the project ...David Heinemeier Hansson2017-02-211-5/+5
* Merge pull request #28055 from robertomiranda/patch-3Guillermo Iguaran2017-02-211-1/+1
|\
| * Use Puma 3.7.xRoberto Miranda2017-02-201-1/+1
* | Add tests for system testingeileencodes2017-02-201-1/+20
|/
* remove `ActiveSupport.halt_callback_chains_on_return_false` from everywhereyuuji.yaginuma2017-02-081-1/+0
* Ignore yarn error log fileyuuji.yaginuma2017-02-031-0/+5
* do not run `git init` when specify the `pretend` optionyuuji.yaginuma2017-01-231-0/+1
* Initalize git repo when creatin new rails appdixpac2017-01-121-2/+7
* Revert "Merge pull request #27619 from dixpac/add_missing_generator_test"yuuji.yaginuma2017-01-101-5/+0
* Test `--skip-git` generator optiondixpac2017-01-091-0/+5
* Remove bin/yarn if yarn is skipped, tidy up testsPrathamesh Sonpatki2017-01-011-0/+7
* Privatize unneededly protected methods in Railties testsAkira Matsuda2016-12-241-1/+1
* fix broken tests (#27308)Yuji Yaginuma2016-12-081-3/+2
* Make Yarn the default, drop default vendor/asset directories (#27300)David Heinemeier Hansson2016-12-081-24/+11
* Yarn: Move node_modules, package.json, and yarn.lock file to vendor (#27245)David Heinemeier Hansson2016-12-011-1/+1
* Merge pull request #26836 from Liceth/npmGuillermo Iguaran2016-11-291-0/+24
|\
| * Add node_modules path to assets load paths when --yarn option is usedLiceth Ovalles2016-11-281-0/+1
| * Add package.json for Yarn if --yarn option is addedLiceth Ovalles2016-11-281-0/+23
* | rails-ujs is now shipped with Action ViewGuillermo Iguaran2016-11-291-2/+0
|/
* Don't add jQuery by default in new apps and use rails-ujs as UJS adapter insteadGuillermo Iguaran2016-11-211-12/+8
* Add test for #25248Sean Griffin2016-11-121-0/+10
* Don't put db:migrate and db:setup in binfiles if activerecord is excludedBouke van der Bijl2016-11-011-0/+6
* remove assets config from `new_framework_defaults` if `--skip-sprockets` is trueyuuji.yaginuma2016-10-251-0/+3
* don't create db directory when skip active_recordJosé Gomes Júnior2016-10-211-0/+1
* Fix test for the edge generatorRafael Mendonça França2016-09-141-1/+1
* Merge pull request #26157 from y-yagi/remove_test_mailers_when_skipping_actio...Rafael França2016-08-161-0/+1
|\
| * remove "test/mailers" directory when skipping action-maileryuuji.yaginuma2016-08-141-0/+1
* | Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
|/
* Ensure app/mailers is removed when skipping action-mailerBrian Cardarella2016-08-121-0/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-1/+1
* applies new string literal convention in railties/testXavier Noria2016-08-061-49/+49
* A generated app should not include Uglifier with `--skip-javascript` option.Ben Pickles2016-07-261-0/+5
* Enforce minimal web-console version for Rails 5Genadi Samokovarov2016-07-211-2/+2
* Setup default session store internally, no longer through an application init...Prathamesh Sonpatki2016-07-171-10/+0
* Do not run `bundle install` when generating a new plugin.Rafael Mendonça França2016-07-011-26/+61
* Remove FORCE option as it was only needed for testsPrathamesh Sonpatki2016-06-071-1/+3
* Fix minor regression about old apps not getting per_form_csrf and request_for...Prathamesh Sonpatki2016-06-041-17/+6
* Collapse all new default initializers into a single filePrathamesh Sonpatki2016-05-311-91/+10
* Move new default initializers into separate directoryPrathamesh Sonpatki2016-05-281-17/+17
* Add compatibility for Ruby 2.4 `to_time` changesAndrew White2016-04-231-0/+28
* Use new hash syntax (#24464)Jeroen Visser2016-04-081-2/+2
* Add tests for file_watcher config on updateArthur Neves2016-03-211-0/+14
* Merge pull request #23940 from prathamesh-sonpatki/rm-with-dispatchersRafael França2016-03-091-12/+12
|\
| * Remove passing `with_dispatchers` to AppGeneratorPrathamesh Sonpatki2016-03-091-12/+12
* | Fix the tests after e594000Genadi Samokovarov2016-03-081-2/+2
* | Drop the explicit version requirements for web-consoleGenadi Samokovarov2016-03-081-2/+2
* | Merge pull request #24001 from 5t111111/fix-gsub-cookies_serializerRafael França2016-03-021-1/+2
|\ \
| * | Fix description in cookies_serializer.rb being corrupted when updatingHirofumi Wakasugi2016-03-021-1/+2
* | | Fix typo in app_generator_test.rbHirofumi Wakasugi2016-03-021-1/+1
|/ /
* | Merge pull request #23935 from y-yagi/convert_cable_coffee_to_javascriptRafael França2016-03-011-1/+1
|\ \