0
I Use This!
Inactive

Commits : Listings

Analyzed 9 days ago. based on code collected 9 days ago.
Jun 07, 2023 — Jun 07, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Reformatting. More... about 16 years ago
Adding css classes to the PainPoint view. More... about 16 years ago
Rendering the pain_point element id. More... about 16 years ago
Added DownVoteSubmissionsController. DownVoteSubmissionsController#create sends #down_vote to the Vote. More... about 16 years ago
Using the profile formatter because the specs run faster. Setting the Vote state to neutral in votes.yml. More... about 16 years ago
UpVoteSubmissionsController finds or creates a new Vote and sends #up_vote to the Vote. More... about 16 years ago
Testing invalid data being passed to #create. More... about 16 years ago
Vote has a state machine with up, down, and neutral states. Vote also has the up_vote and down_vote state transitions available. More... about 16 years ago
Added UpVoteSubmissionsController that subclasses VoteSubmissionsController. This is to account for both up votes and down votes. The url is /pain_points/:pain_point_id/vote_submissions/up. More... about 16 years ago
VoteSubmissionsController#create responds with a blank body. More... about 16 years ago
Moved /vote_submissions into /pain_points/:pain_point_id/vote_submissions. More... about 16 years ago
Renaming VotesController to VoteSubmissionsController because POST /vote_submissions will create or update the Vote for the user and the PainPoint. More... about 16 years ago
Removing VotesController#new. More... about 16 years ago
Implemented VotesController#create. More... about 16 years ago
Renaming describe block to #unsuspend! More... about 16 years ago
Add Life Cycle describe block. More... about 16 years ago
Reorganizing specs. More... about 16 years ago
Adding VotesController. More... about 16 years ago
Adding uniqueness validations on Vote#user_id and #pain_point_id. Adding not blank validations on #user_id and #pain_point_id. More... about 16 years ago
Added Vote. More... about 16 years ago
Editing Pain Points. More... about 16 years ago
Added fixture specs. More... about 16 years ago
Showing pain point list in /pain_points More... about 16 years ago
Extracted pain_points/_list partial template. More... about 16 years ago
Extracted pain point list into a partial. More... about 16 years ago
Showing incorrect login attempt. More... about 16 years ago
added some common use cases More... about 16 years ago
Going back to erb. Ugh. More... about 16 years ago
Adding IndentedTextFormatter. More... about 16 years ago
Using a Guid library that does not write a file to the filesystem. JsSpec server works with Thin 0.7.1 & Thin 0.8.0. Using Thin 0.7.1 by default. More... about 16 years ago