sjdonado
38f9cfd48e
fix: replace uuid columns with rowid aliases
2025-03-20 07:34:33 +01:00
sjdonado
b22381cb7f
fix: idx_links_slug_optimized avoid to duplicate id already included by rowid
2025-03-18 10:56:38 +01:00
sjdonado
001caffba6
feat: performance improvement replace slug index with covering index
2025-03-18 07:46:18 +01:00
sjdonado
8cab7a51ad
feat: country ip lookup
2025-03-16 11:42:01 +01:00
sjdonado
ece74226d4
feat: add country to clicks
2025-03-16 11:26:20 +01:00
Juan Rodriguez
80cebe3357
fix: update slug size after 2nd attempt
2024-07-14 22:30:15 +02:00
Juan Rodriguez
2f796dbdab
feat: create clicks model + migration
2024-07-12 07:28:27 +02:00
Juan Rodriguez
0ad534065c
feat: user migration + model
...
- link belongs to user
- user api_key index
2024-05-13 22:33:38 +02:00
Juan Rodriguez
e4ae0c2ac4
feat: link uuid + increase counter concurrently
2024-05-13 08:08:20 +02:00
Juan Rodriguez
b34a52f3e0
feat: redirect by slug
2024-05-12 23:21:14 +02:00
Juan Rodriguez
c806953b9a
feat: create links - route + controller + model + migration
2024-05-12 22:50:47 +02:00
Juan Rodriguez
720b70c6a0
chore: remove rails app
2024-05-12 15:07:56 +02:00
Juan Rodriguez
73b674b613
refactor: ⚡ Username and slug unique indexes, before actions for set link and user
...
confirm_password_validation around action, unnecessary helpers removed, rubocop-rails suggestions applied
Add username index and unique slug index migrations
2021-06-15 15:24:34 -05:00
Juan Rodriguez
f63be42b4c
feat: ✨ Create users
...
Users migration, model, controller. user_id to links. signup view
2021-06-14 08:24:34 -05:00
Juan Rodriguez
3e8bdee17a
feat: ✨ Generate short url view
...
stimulus links controller, tailwindcss setup, links controller post route, tests updated
Generate short links view
2021-06-14 00:41:53 -05:00
Juan Rodriguez
d72ad2d43b
feat: ✨ Links controller
...
Show method, Home page, redirection validation
LinksController show method
2021-06-13 20:34:41 -05:00
Juan Rodriguez
587f9552c8
feat: ✨ Link model
...
create_links and slug index migrations. generate_slug and shorten model methods
- Create links migration - Add slug index migration
2021-06-13 10:55:05 -05:00
Juan Rodriguez
a9d3cbe544
refactor: ♻️ Rubocop auto-correct
...
frozen_string_literal and single quote strings
2021-06-13 10:46:52 -05:00
Juan Rodriguez
019e2516d7
feat: 🏗️ Rails setup
...
postgresql database
2021-06-13 09:05:20 -05:00