Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup spec/support folder and spec/spec_helper | Robert Speicher | 2012-08-25 | 1 | -136/+0 |
| | | | | | | | | | | | | | Changes: * Move spec/monkeypatch to spec/support * Remove unused support/shared_examples * Move support/api to support/api_helpers to match module name * Move support/login to support/login_helpers to match module name * Move API specs to requests/api (convention over configuration) * Remove unused support/js_patch * Simplify login_as helper * Move DatabaseCleaner stuff to its own support file * Remove unnecessary configuration and requires from spec_helper | ||||
* | Fully embrace Ruby 1.9 hash syntax | Robert Speicher | 2012-08-10 | 1 | -4/+4 |
| | | | | Didn't bother with files in db/, config/, or features/ | ||||
* | updating project api to include raw blob contents and single branch | Jeremy Anderson | 2012-07-31 | 1 | -1/+31 |
| | |||||
* | return 404 if project not found | Nihad Abbasov | 2012-07-25 | 1 | -0/+6 |
| | |||||
* | API: ability to get project by id | Nihad Abbasov | 2012-07-25 | 1 | -1/+7 |
| | |||||
* | Update master | m16a1 | 2012-07-13 | 1 | -1/+1 |
| | |||||
* | ability to update and get a raw snippet via API | Nihad Abbasov | 2012-07-04 | 1 | -1/+18 |
| | |||||
* | add API version | Nihad Abbasov | 2012-07-04 | 1 | -25/+19 |
| | |||||
* | add project snippets API | Nihad Abbasov | 2012-06-29 | 1 | -0/+28 |
| | |||||
* | show only current user projects | Nihad Abbasov | 2012-06-28 | 1 | -2/+1 |
| | |||||
* | add projects API | Nihad Abbasov | 2012-06-28 | 1 | -0/+56 |