summaryrefslogtreecommitdiff
path: root/spec/factories/user_agent_details.rb
Commit message (Collapse)AuthorAgeFilesLines
* Further refactor and syntax fixes.Patricio Cano2016-08-151-6/+1
|
* Complete refactor of the `Spammable` concern and tests:Patricio Cano2016-08-151-0/+2
| | | | | | | - Merged `AkismetSubmittable` into `Spammable` - Clean up `SpamCheckService` - Added tests for `Spammable` - Added submit (ham or spam) options to `AkismetHelper`
* Lay the ground works to submit information to AkismetPatricio Cano2016-08-151-0/+10
- New concern `AkismetSubmittable` to allow issues and other `Spammable` models to be submitted to Akismet. - New model `UserAgentDetail` to store information needed for Akismet. - Services needed for their creation and tests.