0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Aug 13, 2024 — Aug 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Release v0.5.0 More... about 16 years ago
version file More... about 16 years ago
test fixed and normalized in folders More... about 16 years ago
Sudo gems:install for template More... about 16 years ago
Tog Oracle Template More... about 16 years ago
stripping html tags from overdue question notif. (plain) email Signed-off-by: Balint Erdi <[email protected]> More... about 16 years ago
typo fix when closing overdue questions and sending out emails about them Signed-off-by: Balint Erdi <[email protected]> More... about 16 years ago
closed questions should not be considered overdue More... about 16 years ago
using rufus-scheduler to run a periodic task that closes overdue questions More... about 16 years ago
updated README More... about 16 years ago
Changed test helper More... over 16 years ago
put edit and pick suitable links on 'Your questions' page More... over 16 years ago
Rename routes.rb to desert_routes.rb More... over 16 years ago
adding the acts_as_abusable requirement to the init file and the call to the Answer class (forgot these last time) More... over 16 years ago
* abuses (an abusive answer to a question) can be reported * acts_as_taggable_on_steroids required from init More... over 16 years ago
question can be tagged More... over 16 years ago
added test for mail delivery More... over 16 years ago
closed questions can not be edited/updated More... over 16 years ago
only the question's publisher can edit it More... over 16 years ago
question body should be inputted in a text area, not a text field More... over 16 years ago
list of closed (archived) questions More... over 16 years ago
fixed the two remaining test failures More... over 16 years ago
edit question More... over 16 years ago
making all tests pass again after starting to use factory_girl More... over 16 years ago
using factory_girl to create test object instances More... over 16 years ago
adding title to Question Signed-off-by: Balint Erdi <[email protected]> More... over 16 years ago
removing suitable_answer setter and getter methods from question (all tests now pass) More... over 16 years ago
altered form to choose the suitable answer for a question to choose answers directly, not through the suitable answer association of the question More... over 16 years ago
removed debugger line More... over 16 years ago
- adding controller tests for closing a question - relying on the only_owner plugin for checking if it is the question's owner that wants to close the question More... over 16 years ago