<<<<<<< HEAD
hackety-hack.com is the web backend powering the collaborative features of Hackety Hack. It is written in Rails 3 and continues to be under active development (see 'Helping Out'), the switch to Rails 3 happened quite recently so there's still lots to be done.
If you have any experience writing Rails apps, feel free to help out, we're open to pull requests as long as you follow a few conditions.
- Test your code, we really can't stress this enough, ideally you should be practicing TDD and writing tests before you even write your code. If you don't test your code, we have no way of knowing if it works properly so please do test.
- If it's a major feature, file an issue, if you file an issue we can discuss certain aspects of the new feature with you and ensure it's a good fit for hackety-hack.com.
Once you've cloned this repository, running script/bootstrap
should tell you everything you need to know.
Dependencies for the curious:
- Ruby: 1.9.3 is preferred.
- MongoDB: 2.2.x or 2.4.x
As long as you have those things, the script will handle the rest as best it can, including installing the gem dependencies with Bundler.
If the tests aren't passing when you clone, open an issue or drop into #hacketyhack on freenode.
Additionally, if you're not a developer and you have a feature you'd really like to see on the site, file an issue and we'll be sure to look into it on your behalf.
<<<<<<< HEAD
It is advisable to install Rails using chruby or rbenv instead of rmv. Otherwise, you may get weird error, Name Error :: 'undefined local variable or method' errors when you run rspec. (~JSH, Team Hackety-Hack)
After recloning the Hackety-Hack from its original repo (the repo belonging to the project's maintainer, Steve Klabnik), I did a git branch and added the simplecov gem and ran initial rspec and cucumber tests.
e1157eb7be130c5f69675f3a122c518c6caf36ac master