wicked_pdf

https://github.com/mileszs/wicked_pdf

Ruby

PDF generator (from HTML) plugin for Ruby on Rails

Proxy::PoliciesConfig#to_s

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:mileszs/wicked_pdf.git

cd wicked_pdf

open

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Proxy--PoliciesConfig-to_s-for-pr


# Commit to git

git add git commit -m "better docs for Proxy::PoliciesConfig#to_s"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-Proxy--PoliciesConfig-to_s-for-pr

hub pull-request


# Celebrate!