Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-16 | remove web API | Saku Ytti | |
It is now separately in oxidized-web package | |||
2014-04-15 | Use String subclass in model#cmd | Saku Ytti | |
Will allow convenience methods such as cmd :all do |cfg| cfg.pop.shift end instead of: cmd :all do |cfg| cfg.each_line.to_a[1..-2].join end And what ever convenience configs we come up with |