docbrown/spec
Fernando Valverde c2982ef0fc
Ensure Article's username method returns a downcased string (#11813)
* Adds a lower() query to the DB in Stories#show

* Restructure spec

* bypass article callbacks in order to test edge case

* Fixes spec

* Change the approach to unsure downcase path in Article model

* Move .downcase call to set_caches before_save callback

* Adds data update script for fixing offending Article paths

* Moves model tests to correct block

* Apply suggestions from code review

Co-authored-by: Vaidehi Joshi <vaidehi.sj@gmail.com>

Co-authored-by: Vaidehi Joshi <vaidehi.sj@gmail.com>
2020-12-09 12:56:40 -06:00
..
black_box Routine rubocop fixes (#10237) 2020-09-08 12:06:47 -04:00
decorators Refactor EdgeCache (#11684) 2020-12-02 14:20:22 -05:00
factories 🚀 Ability to allow tag moderators to create chat channels (#9741) 2020-12-08 13:10:36 +07:00
fixtures Deployment Task: Update onboarding fields prior to #11629 (#11704) 2020-12-07 14:57:18 -05:00
generator Add service generator (#11265) 2020-11-10 09:09:35 +07:00
helpers [EOY2020 Issue] Default new forems to Email Authentication only (#11696) 2020-12-02 16:49:07 -05:00
initializers Refactor:Implement Carrierwave Monkeypatch in all Envs (#11233) 2020-11-03 10:51:53 -06:00
labor Remove timeframer from app/labor (#11782) 2020-12-08 12:52:33 +07:00
lib Ensure Article's username method returns a downcased string (#11813) 2020-12-09 12:56:40 -06:00
liquid_tags Improve user subscription UX flow when latency is high (#11735) 2020-12-03 12:25:32 -08:00
mailers Update trusted role email Subject (#11519) 2020-11-20 09:54:21 -06:00
models Ensure Article's username method returns a downcased string (#11813) 2020-12-09 12:56:40 -06:00
policies [EOY2020 Issue] Default new forems to Email Authentication only (#11696) 2020-12-02 16:49:07 -05:00
queries/admin Add all new functionality for trusted (#10816) 2020-10-15 17:00:49 -04:00
refinements Update data exporter to handle admin send (#10274) 2020-10-26 18:00:56 -04:00
requests Remove resource_admin dashboards (Administrate) (#11792) 2020-12-08 12:38:13 -06:00
routing Redirect old settings routes to new ones (#11681) 2020-11-30 16:54:31 +01:00
serializers/search [deploy] Refactor:Remove Reaction Search Code (#10377) 2020-09-23 12:27:50 -05:00
services Create services for busting pages, tags, events, and podcasts (#11812) 2020-12-09 10:37:02 -05:00
support Add implicit points to follows to improve feed relevancy (in all algorithms) (#11513) 2020-11-25 16:09:51 -05:00
system Render Profile Fields on user profiles (#11485) 2020-12-09 09:41:11 -06:00
tasks Refactor:Send Welcome Broadcast Notifications From Sidekiq (#9923) 2020-08-21 12:57:08 -04:00
uploaders Flaky Spec Fix:Remove let_it_be Test Prof Helper (#9556) 2020-07-29 11:31:01 +02:00
view_objects Enable Rubocop 0.89 cops and fix Lint/ violations (#9709) 2020-08-10 16:57:12 +02:00
views Comments UI update (#11283) 2020-11-18 18:21:19 -05:00
workers Remove concept of "ongoing" field tests and clarify a/b test instructions/expectations. (#11734) 2020-12-07 13:52:54 -05:00
rails_helper.rb Drop profile columns from user (#10707) 2020-12-03 08:14:38 +07:00
spec_helper.rb Manually load dotenv in test (#9971) 2020-08-24 20:19:03 +02:00