-
Notifications
You must be signed in to change notification settings - Fork 30
Demo Project #24
Description
Sorry for the issue bombardment, I'm on an OSS binge apparently, lol
I think it might be nice to have a demo project that use ruby-bbcode. There are three immediate benefits I can see.
-
To aid in development, we can visually take a look at what ruby-bbcode looks like when rendered on a page.
-
To aid in consumption, we can show prospective web developers how easy and straightforward it is to use the gem.
-
To aid in consumption, we can recommend basic css styling to make things look ok.
I have been playing around with a really ugly looking demo. I included twitter bootstrap in the hopes that it would just make everything look fine, but no such luck, lol.
What I have is absolutely NOT finished (actually, I found a new bug by chance and worked on tracking that thing down). What I have so far isn't really even suitable enough for aiding development, but you can have a peek at what I've done so far at https://ruby-bbcode-demo.herokuapp.com/ . Code is at https://github.com/TheNotary/ruby-bbcode-demo you can see it's pretty bare bones now. I'd submit my work CSS, but we only use the video and image tags. If you have some HTML/CSS already made, perhaps that would be good to put up on heroku and link to from the readme.
I think eventually it would be good to show the users a list of all the codes, what it looks like when they're rendered, and then finally give them a little input box they can use to submit there own forum post or article.
Let me know your thoughts on deploying a live demo project. And if you don't feel a demo project will be of aid, feel free to close this issue, I feel I've dragged up enough issues in the past 16 hours :)