tobi / delayed_job

Database backed asynchronous priority queue -- Extracted from Shopify
http://tobi.github.com/delayed_job
MIT License
2.15k stars 1.25k forks source link

README.textile not displaying code examples properly #7

Closed technicalpickles closed 10 years ago

technicalpickles commented 15 years ago

In textile, you need to use pre and code tags around large code chunks.

I've made changes to my to display more nicely: http://github.com/technicalpickles/delayed_job/tree/readme_code

trevorturk commented 15 years ago

I also made a new readme that includes more examples (e.g. send_later):

http://github.com/trevorturk/delayed_job/tree/master