aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/plugin_generator_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* generate mailer layout files if it does not already existyuuji.yaginuma2016-05-151-0/+15
* generate ApplicationJob if it does not already existyuuji.yaginuma2016-03-251-0/+13
* Correctly generate application_mailer.rb in mountable enginesPrathamesh Sonpatki2016-03-121-0/+13
* correctly check `ApplicationRecord` is exist in moutable engineyuuji.yaginuma2016-02-251-0/+14
* set `skip_listen` option to dummy appplicationyuuji.yaginuma2016-02-181-0/+8
* Fix expected hash syntax.Kasper Timm Hansen2016-02-121-3/+3
* Generated engines should protect from forgeryAaron Patterson2016-02-011-3/+3
* make rake proxy work in rails enginesyuuji.yaginuma2016-01-311-1/+1
* Add an after_bundle callback in Rails plugin templatesRyan Manuel2016-01-281-0/+28
* allow symbol to end of string in `wrap_in_modules`yuuji.yaginuma2016-01-161-4/+4
* add application_mailer.rb to template of mountable engineyuuji.yaginuma2016-01-151-0/+4
* correctly presence check of `application_record.rb` in pluginyuuji.yaginuma2016-01-021-0/+9
* add test of that `application_record.rb` is generated in pluginyuuji.yaginuma2016-01-021-3/+7
* Do not check the version anymoreRafael Mendonça França2015-12-181-2/+2
* README.rdoc -> README.md for newly generated pluginsyuuji.yaginuma2015-12-171-3/+3
* Remove test_files check from plugin checksRafael Mendonça França2015-12-041-4/+0
* add `bin/test` script to rails pluginyuuji.yaginuma2015-11-281-1/+6
* remove unnecessary readme in dummy applicationyuuji.yaginuma2015-10-231-0/+13
* Merge pull request #20908 from y-yagi/generate_application_job_inside_engineArthur Nogueira Neves2015-10-131-0/+4
|\
| * add application_job.rb to template of mountable engineyuuji.yaginuma2015-07-171-0/+4
* | do not generate manifest.js in pluginsyuuji.yaginuma2015-10-121-0/+1
* | Removed mocha from Railites PluginGeneratorTestRonak Jangir2015-09-221-1/+0
* | Updated tests for the generated version number changeDaniel Morris2015-08-161-3/+3
* | Merge pull request #21043 from y-yagi/loading_fixtures_in_engine_integration_...Rafael Mendonça França2015-08-061-0/+1
|\ \
| * | set the correct path to `ActionDispatch::IntegrationTest.fixture_path`yuuji.yaginuma2015-07-281-0/+1
| |/
* | Enable the `api_only` option for API plugins' generatorsRobin Dupret2015-07-231-0/+26
* | Generate an API dummy application for API pluginsRobin Dupret2015-07-231-0/+8
* | Make ApplicationController inherit from AC::API for API pluginsRobin Dupret2015-07-231-0/+8
* | Skip assets, helpers and views generation for API pluginsRobin Dupret2015-07-231-0/+12
|/
* Display a more human readable list of reserved namesRobin Dupret2015-07-011-1/+1
* list reserved words in generator errorSean Linsley2015-05-051-1/+1
* Dont check bundler output on plugin generator testArthur Neves2015-02-101-4/+2
* Actually fix the buildSean Griffin2015-02-101-1/+1
* Fix the buildSean Griffin2015-02-101-1/+1
* Fixed a few things from ee9e4c3Godfrey Chan2015-01-301-7/+7
* Allow hyphenated names for `rails plugin new` generator.Robin Böning2015-01-301-4/+102
* Change option description and update test namesMelanie Gilman2015-01-291-1/+1
* Update option to skip test in generatorsMelanie Gilman2015-01-271-4/+4
* Remove debugger supportRafael Mendonça França2015-01-041-3/+0
* Add --skip-action-mailer (or -M) to rails generateclaudiob2015-01-011-0/+28