aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't generate HTML/ERB templates for scaffold controller with --api flagPrathamesh Sonpatki2017-01-071-0/+6
* Revert "Merge pull request #27550 from mtsmfm/fix-generator-command-for-neste...Rafael Mendonça França2017-01-031-20/+0
* Fix generator command for nested (namespaced) rails engineFumiaki MATSUSHIMA2017-01-031-0/+20
* Remove bin/yarn if yarn is skipped, tidy up testsPrathamesh Sonpatki2017-01-011-0/+7
* Correct indent-accounting in controller route generationMatthew Draper2016-12-251-1/+1
* Privatize unneededly protected methods in Railties testsAkira Matsuda2016-12-244-4/+4
* fix broken tests (#27308)Yuji Yaginuma2016-12-081-3/+2
* specify `skip_yarn` option in API-only Application (#27309)Yuji Yaginuma2016-12-081-1/+4
* Make Yarn the default, drop default vendor/asset directories (#27300)David Heinemeier Hansson2016-12-082-25/+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-292-3/+0
|/
* Don't add jQuery by default in new apps and use rails-ujs as UJS adapter insteadGuillermo Iguaran2016-11-213-14/+9
* Add `:skip_sprockets` to `Rails::PluginBuilder::PASSTHROUGH_OPTIONS`Tsukuru Tanimichi2016-11-141-0/+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
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-294-11/+11
* 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
* use `active_support/testing/autorun` in `bin/test` scriptyuuji.yaginuma2016-09-271-0/+6
* improve error message when include assertions failMichael Grosser2016-09-161-2/+2
* fix broken generators testyuuji.yaginuma2016-09-142-2/+2
* 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-169-32/+32
|/
* Ensure app/mailers is removed when skipping action-mailerBrian Cardarella2016-08-121-0/+1
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* applies remaining conventions across the projectXavier Noria2016-08-062-2/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-063-53/+53
* remove redundant curlies from hash argumentsXavier Noria2016-08-062-10/+10
* modernizes hash syntax in railtiesXavier Noria2016-08-061-3/+3
* applies new string literal convention in railties/testXavier Noria2016-08-0629-433/+433
* 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-172-11/+0
* Do not run `bundle install` when generating a new plugin.Rafael Mendonça França2016-07-013-101/+102
* Merge pull request #25319 from morgoth/generate-application-record-firstRafael França2016-06-134-18/+18
|\
| * Generate application_record.rb file before model fileWojciech Wnętrzak2016-06-084-18/+18
* | Merge pull request #25004 from y-yagi/generate_mailer_layout_files_if_it_does...Eileen M. Uchitelle2016-06-122-0/+23
|\ \ | |/ |/|
| * generate mailer layout files if it does not already existyuuji.yaginuma2016-05-152-0/+23
* | Fix API controller tests by assigning them the encoding typePrathamesh Sonpatki2016-06-071-2/+2
* | 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-312-93/+19
* | Move new default initializers into separate directoryPrathamesh Sonpatki2016-05-282-19/+19
* | Fix more assertion counts.Kasper Timm Hansen2016-05-281-2/+2