Profile_bird

Hey there! refactotum is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What are you doing? Join today to start receiving refactotum's updates.

Already using Twitter
from your phone? Click here.

refactotum

  1. #101 (tarantula) update README to show examples of all configuration options
  2. #100 (lovd-by-less) verify that 404s are acceptable and disable them in tarantula report
  3. #99 (tarantula) allow tarantula to generate multiple reports from different test cases
  4. #98 (lovd-by-less) track down HTTP 500 posting to /profiles/8950599-de-veloper/photos
  5. #97 (lovd-by-less) [DONE] install tarantula
  6. #96 (tracks) verify that 404s and 406s are acceptable and disable them in tarantula report
  7. #95 (tracks) fix HTTP 500s from fuzzing the TodosController
  8. #94 (tracks) [DONE] disable logout urls in tarantula (login.m)
  9. #93 (tracks) fix bad html at /integrations/rest_api
  10. #92 (tracks) fix bad html at /integrations
  11. #91 (tracks) [DONE] install tarantula
  12. #90 (tracks) make sure URLS like /login/complete/1 are not routable
  13. #89 (tracks) refactor StatsController#get_stats_tags into model method on Tag.
  14. #88 (tracks) refactor ApplicationController#init* methods to stop using eval (maybe instance_variable_set?)
  15. #87 (tracks) refactor StatsController#actions_visible_running_time_data SQL into model method.
  16. #86 (tracks) refactor StatsController#actions_done_last30days_data into model methods.
  17. #85 (trakcs) refactor StatsController#actions_done_last12months_data. Convert "upto" blocks to more readable use of Enumerable.
  18. #84 (tracks) refactor TodosController#update. Move code into model methods.
  19. #84 (tracks) refactor StatsController#actions_done_last12months_data into model method. Extract common code for hash creation.
  20. #83 (tracks) fix marked todo in TodosController (routing instead of string url)