-
Notifications
You must be signed in to change notification settings - Fork 4
/
README
29 lines (20 loc) · 1.06 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Author: Roman Snitko
http://snitko.ru
== GETTING THE CODE AND SETTING UP
1. clone repo from github
2. git submodule update
3. cp config/_database.rb config/database.rb && cp config/_session_secret_key.txt config/session_secret_key.txt
== DEPENDENCIES
1. Currently TeachMate runs on Rails 2.1.2, but I'm pretty sure
it will work on 2.0.2
2. You will need rspec gem installed.
If you're using Rails 2.1.2 you will need rspec 1.1.11
If you're using Rails 2.0.2 i can tell you it wokred fine with rspec 1.1.4
3. rmagick gem
== CONTRIBUTING
* If you're planning to add or enhance a feature please check through TODO first.
* When implementing, please make sure you write specs for your code.
I do not accept models/controllers/lib code without specs or at least regular tests for it.
* If you have any suggestions or questions you can find my contacts at http://snitko.ru
* You can contribute by just posting about TeachMate in your blog.
TeachMate could become extremely useful for people as it gets more users from all over the world.