Open c-ro opened 9 years ago
tabulous depends on the colored gem. It is likely that it is interfering with the colorize gem. For example, see the discussion here: https://github.com/forward3d/cap-ec2/issues/39
If you cannot find an easy way around this, maybe tabulous needs to depend on the colorize gem (or not use colorized output at all, which is not strictly necessary). Let me know if you can find an easy workaround or whether you think tabulous should be changed.
'rails generate tabs' creates tabulous.rb but fails with a "
colorize': no implicit conversion of Hash into String" error. After editing tabulous.rb and inserting <%= tabs %> gives "undefined local variable or method
tabs'" error.