The middleman website for http://ruby-meetup-resources.github.io/
A community driven list of resources for people running Ruby Meetups
- Create a new file under source/resources/ with name year-month-date-name.html
- Add a description to the bottom of the file.
- You're done! Send in a pull request!
If you want to run the middleman server yourself locally... just:
- Clone this repo
- Run
bundle install
from the project directory - Run
bundle exec middleman server
to start a local server - To create a new blank template, just run
middleman article Whatever Your Title Is
Ideally we are looking for hack night / game resources While we do have a list of learning ruby resources, this is more about tools in helping running a meetup.
ideally we are looking for things which are:
- Ready to go. There shouldn't be too much configuration required to get the resource running. Otherwise it's not making your life easier ;)
- Have a collaboration / team / game environment. There are lots of great resources out there for coding challeges etc (some listed on the beginner page), but what we're looking for is something "fun", like the robotwars, or a scoreboard for some sort of coding challenge type event. Well, that's the ideal anyway, but sure it's all up for debate, and if you have something to contribute or a different idea, please, open an issue on this repo, or just send a pull request as outlined above.