aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/plugin
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary `doc` directory deletionyuuji.yaginuma2017-08-011-1/+0
* [Railties] require => require_relativeAkira Matsuda2017-07-011-1/+1
* Add `railtie.rb` to the plugin generatorTsukuru Tanimichi2017-06-263-2/+14
* Use `require_relative` instead of `require` with full pathbogdanvlviv2017-06-141-1/+1
* Define path with __dir__bogdanvlviv2017-05-235-11/+11
* Add `app:update` task to enginesyuuji.yaginuma2017-03-201-1/+1
* Skip turbolinks for engine test applicationViktor Fonic2017-02-281-0/+1
* Merge pull request #28062 from y-yagi/make_adding_gemfile_entry_work_even_if_...Rafael França2017-02-241-1/+1
|\
| * Make adding gemfile entry work even if specify only the plugin nameyuuji.yaginuma2017-02-241-1/+1
* | Use double quotes in the generated plugin test script.Kasper Timm Hansen2017-02-231-3/+3
* | Add wrapper for plugin's test runneryuuji.yaginuma2017-02-221-7/+1
* | Merge pull request #26703 from eileencodes/rails_system_testsEileen M. Uchitelle2017-02-201-0/+5
|\ \
| * | Rename system_test_helper -> application_system_test_caseeileencodes2017-02-201-0/+0
| * | Fix default host in setup, move teardown to helper fileeileencodes2017-02-201-5/+0
| * | Add default configuration to generated system test helpereileencodes2017-02-201-0/+2
| * | Move and rename system testseileencodes2017-02-201-1/+1
| * | Refactor config settings to use generated fileeileencodes2017-02-201-0/+8
| * | Turn system testing into it's own gem and renameeileencodes2017-02-201-1/+0
| * | Add generators and ability to run system testseileencodes2017-02-201-0/+1
* | | Merge pull request #27941 from y-yagi/prevent_multiple_values_being_set_to_ru...Kasper Timm Hansen2017-02-201-1/+1
|\ \ \ | |/ / |/| |
| * | Prevent multiple values being set to `run_via`yuuji.yaginuma2017-02-181-1/+1
| |/
* / Do not run `git init` in dummy applicationyuuji.yaginuma2017-02-181-1/+1
|/
* remove unreachable codeyuuji.yaginuma2017-01-231-4/+0
* Merge pull request #27601 from y-yagi/make_work_all_commands_from_engineKasper Timm Hansen2017-01-151-0/+1
|\
| * make all rails commands work in engineyuuji.yaginuma2017-01-091-0/+1
* | remove unnecessary addition of `lib`yuuji.yaginuma2017-01-151-1/+0
* | Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-121-1/+1
|/
* Privatize unneededly protected methods in RailtiesAkira Matsuda2016-12-251-1/+1
* Add `:skip_sprockets` to `Rails::PluginBuilder::PASSTHROUGH_OPTIONS`Tsukuru Tanimichi2016-11-141-1/+1
* Use tr instead of gsubAkira Matsuda2016-11-021-1/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-2/+2
* use `active_support/testing/autorun` in `bin/test` scriptyuuji.yaginuma2016-09-271-1/+3
* remove unnecessary `RAILS_ENV` settingyuuji.yaginuma2016-09-221-3/+0
* code gardening: removes redundant selfsXavier Noria2016-08-081-1/+1
* applies new string literal convention in railties/libXavier Noria2016-08-061-15/+15
* Do not run `bundle install` when generating a new plugin.Rafael Mendonça França2016-07-011-1/+1
* use wrapper file to add rake task for enginesyuuji.yaginuma2016-04-211-1/+1
* mention rails 5 instead of rails 4 in bin/rails for pluginsBen A. Morgan2016-04-191-1/+2
* Add ActionCable require statement to pluginKoen Punt2016-03-231-2/+4
* prefer require_relative over require + File.expand_pathXavier Noria2016-03-061-1/+1
* use __dir__ for relative paths in config/application.rbXavier Noria2016-03-061-1/+1
* use __dir__ for relative paths in config/boot.rbXavier Noria2016-03-061-2/+2
* set `skip_listen` option to dummy appplicationyuuji.yaginuma2016-02-181-0/+1
* remove unused methodyuuji.yaginuma2016-02-171-4/+0
* Use Ruby 1.9 hash syntaxRafael Mendonça França2016-02-121-1/+1
* Generated engines should protect from forgeryAaron Patterson2016-02-011-0/+1
* Add an after_bundle callback in Rails plugin templatesRyan Manuel2016-01-281-0/+6
* allow symbol to end of string in `wrap_in_modules`yuuji.yaginuma2016-01-161-1/+1
* add application_mailer.rb to template of mountable engineyuuji.yaginuma2016-01-152-0/+7
* :scissors: Unnecessary spacing in the generated codeAkira Matsuda2016-01-051-1/+1