I have to create a report, and in order to do some colouring and tables, I decided on HTML. Is there any gem I could use to do this? I'd like to avoid having to write the tags myself.
|
feedback
|
|
You can take a look at Markaby which lets you generate HTML through a Ruby DSL. An example from the official docs:
Alternatively you can look into one of the many template engines available. For example:
| |||||
feedback
|
|
Check out the html-table gem.
Also I've used RedCloth for something similar.
| ||||
|
feedback
|