Kenji Okimoto
f2f8d27f24
Remove setting_params
...
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-05-25 13:51:30 +09:00
uu59
3c7786f262
Refactor plugin setting
...
Adding support for some plugins was hard.
After this commit, easy to add a plugin that has commonly
setting style.
Before:
- Add model, controller, and views for it.
After:
- Add model and controller. view is shared.
2014-11-04 14:29:31 +09:00
uu59
6551280ba0
Refactoring for commonly setting controllers to be concern
2014-08-13 17:40:24 +09:00
uu59
23a30452e4
Fix route name fluentd -> daemon by sed
...
$ git grep --name-only -E "[a-z0-9A-Z_]*fluentd_[a-zA-Z0-9_]*path" app/ | xargs gsed -i -E 's#([a-z0-9A-Z_]*)fluentd([a-zA-Z0-9_]*path)#\1daemon\2#g'
2014-07-24 15:28:04 +09:00
uu59
b36b3eb483
Add <secondary> for out_forward
2014-07-17 16:33:54 +09:00
uu59
3ddb412846
Add out_forward setting basis (wip)
2014-07-16 13:33:50 +09:00