I currently have a folder with a list of small *.ogg files that I would like to insert into an html.erb page in my /public folder.
The code is within video tags - I want to use Ruby to scan the folder and produce a video snippet for each video it finds in the folder. The code will stay the same between videos, except for the video filename.
The resulting page will be a list of playable videos.
Any advice would be awesome.