1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib
Jonathan Hefner 18880323f0 Prevent duplicate entries in plugin Gemfile
This commit refactors the plugin `Gemfile.tt` to abstract much of the
logic into the `gemfile_entries` helper.  Doing so avoids adding
duplicate `Gemfile` entries (e.g. `gem "sqlite3"`), as well as
application-only `Gemfile` entries (e.g. `gem "puma"`), when generating
a plugin with a prerelease flag (e.g. `--dev`).
2022-01-05 16:59:58 -06:00
..
minitest Fix backtraces for generated plugin tests 2020-10-07 15:40:56 -05:00
rails Prevent duplicate entries in plugin Gemfile 2022-01-05 16:59:58 -06:00
rails.rb Delay loading Zeitwerk 2022-01-05 12:59:49 +01:00