Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

`colorize': no implicit conversion of Hash into String #52

Open
c-ro opened this issue Feb 25, 2015 · 1 comment
Open

`colorize': no implicit conversion of Hash into String #52

c-ro opened this issue Feb 25, 2015 · 1 comment

Comments

@c-ro
Copy link

c-ro commented Feb 25, 2015

'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 methodtabs'" error.

@techiferous
Copy link
Owner

tabulous depends on the colored gem. It is likely that it is interfering with the colorize gem. For example, see the discussion here: forward3d/cap-ec2#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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants