-
- Downloads
Lay the ground works to submit information to Akismet
- 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.
Showing
- app/models/concerns/akismet_submittable.rb 15 additions, 0 deletionsapp/models/concerns/akismet_submittable.rb
- app/models/issue.rb 1 addition, 0 deletionsapp/models/issue.rb
- app/models/user_agent_detail.rb 16 additions, 0 deletionsapp/models/user_agent_detail.rb
- app/services/issues/create_service.rb 5 additions, 0 deletionsapp/services/issues/create_service.rb
- app/services/user_agent_detail_service.rb 12 additions, 0 deletionsapp/services/user_agent_detail_service.rb
- db/migrate/20160727163552_create_user_agent_details.rb 12 additions, 0 deletionsdb/migrate/20160727163552_create_user_agent_details.rb
- db/schema.rb 9 additions, 0 deletionsdb/schema.rb
- spec/controllers/projects/issues_controller_spec.rb 20 additions, 0 deletionsspec/controllers/projects/issues_controller_spec.rb
- spec/factories/user_agent_details.rb 10 additions, 0 deletionsspec/factories/user_agent_details.rb
- spec/models/user_agent_detail_spec.rb 22 additions, 0 deletionsspec/models/user_agent_detail_spec.rb
Loading
Please register or sign in to comment