Commit Graph

5 Commits

Author SHA1 Message Date
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
55ebbe6b80 Refactoring: to_conf -> to_config 2014-07-17 14:09:10 +09:00
uu59
744c6a18ea Add in_syslog setting basis 2014-07-11 12:54:36 +09:00