6
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 16, 2024 — Jun 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Refactoring so that instantiation of a SalmonInterpreter validates the data More... about 13 years ago
Changing my mind and switching from class methods to instantiating a SalmonInterpreter More... about 13 years ago
Starting to move salmon controller code into a class. All tests pass, but that just shows how little coverage we have of this because there's no way this works ;) More... about 13 years ago
Changing `if development?` to `if Rails.env.development?` because i'm seeing a few errors in airbrake saying method development? is not a method. More... about 13 years ago
Updating rake More... about 13 years ago
Updating rake More... about 13 years ago
Adding documentation for the webfinger object More... about 13 years ago
Adding decorators to the app index More... about 13 years ago
Keep the jump-to sections up to date in the manually created index files (I really should figure out a better way to do this More... about 13 years ago
Add some documentation to the decorators More... about 13 years ago
Let's build docs for the decorators too More... about 13 years ago
Forgot to change one place in the test index to decorator and fabricators should have a slash since it's a directory More... about 13 years ago
Update the doc indices to reflect the use of decorators More... about 13 years ago
added tests for user search regex processing More... about 13 years ago
catch regex exception in user search More... about 13 years ago
Changing the one method in a helper to be a decorator method More... about 13 years ago
There's lots of stuff called url; I think link is a bit more descriptive for this method More... about 13 years ago
Merge pull request #525 from nashby/draper More... about 13 years ago
Limit travis status image to the master branch More... about 13 years ago
draperify More... about 13 years ago
Merge pull request #522 from buddhamagnet/master More... about 13 years ago
added title for user show action More... about 13 years ago
Merge remote-tracking branch 'buddhamagnet/dynamic_titles' More... about 13 years ago
added title variable where appropriate More... about 13 years ago
Removing an unused user_controller action More... over 13 years ago
Merge pull request #517 from clnclarinet/issue-506 More... over 13 years ago
Move the logic around the webfinger username lookup into a webfinger model; move the edge case tests into a unit test and leave one 404 path and one happy path test in the acceptance test More... over 13 years ago
Fixes #510. Relax the regex for Webfinger XRD user lookup and return a 404 if the user isnt found More... over 13 years ago
Merge pull request #518 from colindean/patch-1 More... over 13 years ago
Correct some comments and documentation regarding user emails More... over 13 years ago