Add syntax highlighting to code snippets.#16
Conversation
Makes the README much cleaner and easier to read. It's too bad that Github doesn't do this by default because I prefer the code separation with the four space indents but there ya go.
|
Oh, yes! This is awesome. Thanks for much for this, Joshua! |
Add syntax highlighting to code snippets.
|
👍 Quick question. Was there a reason why you guys didn't include the upload functionality in this gem and, instead, made a ruby command line gem for it? |
|
Another quick question while I have you, @bschwartz: Is the Wistia-Uploader gem intended only to be used for command line uploads to Wistia. I.e. Not to be integrated into a Rails app? Thanks! |
|
Hey Joshua, we have some updates planned for this gem and will likely include upload functionality. I wouldn't use the wistia-uploader gem in a Rails app. You should do something like this: http://wistia.com/doc/upload-api#example_code. Hope that makes sense! |
|
Thanks for the response, @bschwartz. I ended up doing something similar to what you suggested but borrowing some implementation from the wistia-uploader gem for importing remote files from S3. Knowing that you have some updates planned to the Keep it up! 👍 |
Makes the README much cleaner and easier to read.
It's too bad that Github doesn't do this by default because I prefer the code separation with the four space indents but there ya go.