* Add a/b test for implicit follow points * Add field test specs * Add a/b testing docs * Fix tests * Fix tests * Update docs/technical-overview/ab_testing.md Co-authored-by: Molly Struve <mollylbs@gmail.com> * Add comment * Update docs/technical-overview/ab_testing.md Co-authored-by: Jacob Herrington <jacobherringtondeveloper@gmail.com> * Update config/field_test.yml * Update docs/technical-overview/ab_testing.md Co-authored-by: Julianna Tetreault <32834804+juliannatetreault@users.noreply.github.com> * Update docs/technical-overview/ab_testing.md Co-authored-by: Julianna Tetreault <32834804+juliannatetreault@users.noreply.github.com> Co-authored-by: Molly Struve <mollylbs@gmail.com> Co-authored-by: Jacob Herrington <jacobherringtondeveloper@gmail.com> Co-authored-by: Julianna Tetreault <32834804+juliannatetreault@users.noreply.github.com>
20 lines
450 B
Markdown
20 lines
450 B
Markdown
---
|
|
items:
|
|
- stack.md
|
|
- architecture.md
|
|
- feed.md
|
|
- compatibility.md
|
|
- ab_testing.md
|
|
---
|
|
|
|
# Technical Overview
|
|
|
|
We are a [Ruby on Rails](https://rubyonrails.org) web application.
|
|
|
|
Our [stack][stack] is composed of many tools and services.
|
|
|
|
You can read more about our architecture and app's concepts here: [A few
|
|
high-level things to know][architecture].
|
|
|
|
[stack]: /technical-overview/stack
|
|
[architecture]: /technical-overview/architecture
|