0
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Jun 13, 2023 — Jun 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove old Rails README stuff. A little coding mentors mention. More... about 15 years ago
Improve the README surround installation a bit. More... about 15 years ago
Add email/password fields to UserController#edit. Remove skills text fields. More... about 15 years ago
Add recaptcha to the signup process More... about 15 years ago
Add some installion instructions to README and ignore presence of config/initializers/site_key_xxx.rb and config/initializers/recaptcha_xxx.rb More... about 15 years ago
Add dummy values for Recaptcha keys and Site keys More... about 15 years ago
Add restful_authentication and set 'login' via 'email' field. More... about 15 years ago
Add basic accept/reject actions to Mentorship#respond More... about 15 years ago
Add User#to_s to return User#name More... about 15 years ago
Add framework for MentorshipController#respond More... about 15 years ago
Change another view spec to pending More... about 15 years ago
Add sender_note and receiver_note to Mentorship and apply sender_note to MentorshipController#new view. More... about 15 years ago
Set sender and receiver on MentorshipsController#new and hide those fields in the form. More... about 15 years ago
Make pages/home the root route More... about 15 years ago
Add PagesController for random pages and a Home action More... about 15 years ago
Add ability to associate skills to a mentorship relationship and interface for that interaction. More... about 15 years ago
Freeze to Rails 2.3.2 More... about 15 years ago
Add validation for uniqueness of a skill on a user. Include validation in form. More... about 15 years ago
Scope autocomplete to unused skills More... about 15 years ago
Add basic (read: performance poor) autocomplete to skills More... about 15 years ago
Fix bug with non-uniq div ids for new skills More... about 15 years ago
Add todos to skills partial More... about 15 years ago
Add interface for adding user skills More... about 15 years ago
Add UserSkill#skill_name and UserSkill#skill_name= methods. More... about 15 years ago
Add Skill model and UserSkill scaffold. Add associations between User/UserSkill/Skill. More... about 15 years ago
Add some content to view on Mentorship#new More... about 15 years ago
Make @content_title actually display More... about 15 years ago
Require (and use) either mentor_id or mentee_id for MentorshipsController#new. More... about 15 years ago
Fix spacing in mentorships_routing_spec More... about 15 years ago
Add dummy current_user methods in ApplicationController and ApplicationHelper More... about 15 years ago