From 3876678af8c9adfa1ea9242d1e11d15c2816b7d0 Mon Sep 17 00:00:00 2001 From: Rodrigo Eizmendi Date: Tue, 28 Oct 2025 11:46:35 -0300 Subject: [PATCH 1/2] update next meetup for november --- _data/next_meetup.yml | 12 ++++++------ _data/people.yml | 4 ++++ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/_data/next_meetup.yml b/_data/next_meetup.yml index fa4fdca..4b10495 100644 --- a/_data/next_meetup.yml +++ b/_data/next_meetup.yml @@ -1,8 +1,8 @@ show: true -date: Miercoles 15 de Octubre +date: Jueves 13 de Noviembre date_iso: "2025-10-15" time: 19 hs -host: effectussoftware +host: cedarcode location: Bv. España 2529 # Use the following format for talks # talks: @@ -13,9 +13,9 @@ location: Bv. España 2529 # Or if the speakers are TBD # talks: [] talks: - - name: Del código al instinto, conversemos sobre Alfas y Omegas + - name: Poly-table Inheritance speakers: - - victoria_perez - - name: The power of feature flags + - nicolas_erlichman + - name: 'Authentication in Rails: The Current Landscape' speakers: - - alejandro_monetti + - joaquin_tomas diff --git a/_data/people.yml b/_data/people.yml index bb079eb..e0943f4 100644 --- a/_data/people.yml +++ b/_data/people.yml @@ -209,3 +209,7 @@ victoria_perez: alejandro_monetti: name: Alejandro Monetti + +joaquin_tomas: + name: Joaquín Tomás + github: joaquintomas2003 From 557b1e8a41153f4a3bf733fb7060348f3c1ad0ef Mon Sep 17 00:00:00 2001 From: Rodrigo Eizmendi Date: Tue, 28 Oct 2025 12:41:35 -0300 Subject: [PATCH 2/2] update Nico talk name --- _data/next_meetup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/next_meetup.yml b/_data/next_meetup.yml index 4b10495..f868b8f 100644 --- a/_data/next_meetup.yml +++ b/_data/next_meetup.yml @@ -13,7 +13,7 @@ location: Bv. España 2529 # Or if the speakers are TBD # talks: [] talks: - - name: Poly-table Inheritance + - name: Modeling class hierarchies in active record speakers: - nicolas_erlichman - name: 'Authentication in Rails: The Current Landscape'