How I can build Box with background color and custom text inside with latest version of Prawn ?
In previous prawn version we had
http://rubydoc.info/gems/prawn-layout/0.8.4/Prawn/Table/Cell
with :align, :text_color attributes. So it was easy to build table cell with background color, text align center and custom text color.
After update to latest version from github * prawn (0.11.1.pre 8ed4c22) Table::Cell object changed completely
http://prawn.majesticseacreature.com/docs/0.10.2/Prawn/Table/Cell.html
https://github.com/sandal/prawn/blob/master/lib/prawn/table/cell.rb
Environment
rails: 3.0.5
ruby: 1.9.2