aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/plugin_generator_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Railities typo fixes.alkesh262019-02-011-1/+1
* Remove deprecated `after_bundle` helper inside plugins templatesRafael Mendonça França2019-01-171-32/+0
* Make Webpacker the default JavaScript compiler for Rails 6 (#33079)David Heinemeier Hansson2018-09-301-35/+12
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-1/+1
* Use canonical name for block localyuuji.yaginuma2018-09-071-3/+3
* Improve generated file `app/assets/javascripts/application.js` of pluginbogdanvlviv2018-02-231-1/+5
* Improve generated file `app/views/application.html.erb` of pluginbogdanvlviv2018-02-231-0/+9
* Comment `require "active_storage/engine"` in `bin/rails` of plugin if `--skip...bogdanvlviv2018-02-231-1/+2
* Deprecate an `after_bundle` callback in Rails plugin templatesyuuji.yaginuma2017-11-181-0/+32
* Merge pull request #30004 from npenzin/patch-1Yuji Yaginuma2017-11-151-1/+2
|\
| * Ensure plugin_generator adds to new line in GemfileNikita Penzin2017-11-141-1/+2
* | Merge pull request #30770 from y-yagi/do_not_create_credential_in_dummy_appli...Kasper Timm Hansen2017-11-121-0/+2
|\ \
| * | Do not create credentials in dummy applicationyuuji.yaginuma2017-10-021-0/+2
* | | Remove redundant passing --skip-active-storage in test casesbogdanvlviv2017-11-081-1/+1
* | | Add --skip-active-storage and do so automatically when --skip-active-record i...bogdanvlviv2017-11-061-3/+2
|/ /
* | Move common tests from `AppGeneratorTest` and `PluginGeneratorTest` to `Share...bogdanvlviv2017-08-171-81/+0
* | Add --skip-yarn option to the plugin generatorbogdanvlviv2017-08-151-0/+4
* | Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* | Merge pull request #30116 from yhirano55/skip_unused_components_when_running_...Rafael Mendonça França2017-08-111-1/+13
|\ \
| * | Skip unused components when running in Rails pluginYoshiyuki Hirano2017-08-091-1/+13
* | | Merge pull request #30110 from yhirano55/add_git_sourceRafael Mendonça França2017-08-111-0/+5
|\ \ \
| * | | Add git_source to Gemfile for plugin generatorYoshiyuki Hirano2017-08-091-0/+5
| |/ /
* | | `--skip-action-cable` pass throughs `rails plugin new`bogdanvlviv2017-08-101-0/+6
* | | Improve plugin generator tests. Related to #30123.bogdanvlviv2017-08-101-12/+44
* | | Merge pull request #30091 from yhirano55/fix_engine_commandRafael França2017-08-081-0/+4
|\ \ \
| * | | Fix engine commandYoshiyuki Hirano2017-08-061-0/+4
| |/ /
* / / Fix escaped characterYoshiyuki Hirano2017-08-061-1/+1
|/ /
* | Include active_storage in all generated application.rb filesDavid Heinemeier Hansson2017-08-041-1/+2
* | Remove unnecessary `doc` directory deletionyuuji.yaginuma2017-08-011-1/+0
|/
* Stop creating ApplicationRecord on model generationLisa Ugray2017-07-241-14/+0
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Add `railtie.rb` to the plugin generatorTsukuru Tanimichi2017-06-261-0/+2
* Use `require_relative` instead of `require` with full pathbogdanvlviv2017-06-141-3/+3
* Define path with __dir__bogdanvlviv2017-05-231-6/+6
* Should escape meta characters in regexpRyuta Kamizono2017-05-071-23/+23
* Add `app:update` task to enginesyuuji.yaginuma2017-03-201-0/+16
* Merge pull request #28062 from y-yagi/make_adding_gemfile_entry_work_even_if_...Rafael França2017-02-241-0/+15
|\
| * Make adding gemfile entry work even if specify only the plugin nameyuuji.yaginuma2017-02-241-0/+15
* | Do not run `git init` in dummy applicationyuuji.yaginuma2017-02-181-0/+1
|/
* make all rails commands work in engineyuuji.yaginuma2017-01-091-0/+1
* Privatize unneededly protected methods in Railties testsAkira Matsuda2016-12-241-1/+1
* Don't add jQuery by default in new apps and use rails-ujs as UJS adapter insteadGuillermo Iguaran2016-11-211-1/+0
* Add `:skip_sprockets` to `Rails::PluginBuilder::PASSTHROUGH_OPTIONS`Tsukuru Tanimichi2016-11-141-0/+8
* fix broken generators testyuuji.yaginuma2016-09-141-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-6/+6
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* applies new string literal convention in railties/testXavier Noria2016-08-061-46/+46
* Do not run `bundle install` when generating a new plugin.Rafael Mendonça França2016-07-011-40/+41