Commit Graph

10 Commits

Author SHA1 Message Date
8f51445e9f FIX: fixes plugin generator with zeitwerk (#8220) 2019-10-21 09:24:14 +02:00
dbb410697e FIX: generated controller should be in an underscored folder (#7975) 2019-08-06 10:40:38 +02:00
d83f99fc2e DEV: improves rails plugin generator (#7949)
Fixes bugs, simplifies code, more default files. General idea, more is more here as it's easier to just delete things than reading and passing all the options.
2019-07-27 18:21:44 +02:00
30990006a9 DEV: enable frozen string literal on all files
This reduces chances of errors where consumers of strings mutate inputs
and reduces memory usage of the app.

Test suite passes now, but there may be some stuff left, so we will run
a few sites on a branch prior to merging
2019-05-13 09:31:32 +08:00
2dfb097dd9 DEV: plugin generator support for spec/test/controller/routes (#6344) 2018-08-30 16:38:25 +02:00
90e67b671b DEV: support for settings/locales in plugin generator (#6341) 2018-08-30 14:12:06 +02:00
d40d241e72 DEV: adds --help --no-help options to plugin generator (#6338)
help will add helpful comments in the various generated files
2018-08-30 12:16:37 +02:00
acc96abe1a DEV: plugin generator will now ask for github username (#6337) 2018-08-30 12:03:30 +02:00
06f18b0e9f typo 2018-08-29 13:51:16 +02:00
ef36fdfb64 DEV: rails generator to create plugin skeleton (#6332)
rails g plugin --help
rails g plugin DiscourseRacoon --author joffrey
2018-08-29 13:32:41 +02:00