diff --git a/lib/tasks/db.rake b/lib/tasks/db.rake index 896f581..770bf6c 100644 --- a/lib/tasks/db.rake +++ b/lib/tasks/db.rake @@ -1,7 +1,7 @@ namespace :db do desc "Loading Rails World 2024 conference data." task :rails_world_2024_seed, [:start_date] => :environment do |t, args| - start_date = args[:start_date].present? ? Date.parse(args[:start_date]) : Date.new(2024, 9, 26) + start_date = Date.current month = start_date.month start_day = start_date.day registration_day = start_day - 1 @@ -321,7 +321,7 @@ namespace :db do title: "What to do tonight", starts_at: Time.zone.local(2024, month, registration_day, 17, 0) ) do |session| - session.description = "TODO" # TODO + session.description = "
\n
If you are looking for things to do in the city after you pick up your badge, check out this list of recommendations created for you by the Toronto Ruby meetup group.

Don't stay out too late - the keynote tomorrow morning waits for no one.
\n
\n" session.ends_at = Time.zone.local(2024, month, registration_day, 18, 0o0) session.location = toronto_location end @@ -331,14 +331,14 @@ namespace :db do title: "Doors Open", starts_at: Time.zone.local(2024, month, start_day, 9, 0) ) do |session| - session.description = "Rails World attendees are welcome to register, enter, and grab a coffee and light breakfast before the keynote begins." + session.description = "Rails World attendees are welcome to enter Evergreen Brickworks, pick up your swag bag, and grab a coffee and light breakfast before the keynote begins." session.ends_at = Time.zone.local(2024, month, start_day, 9, 45) session.location = sponsor_garden end Session.find_or_create_by!( conference: conference, - title: "Opening Keynote", + title: "Rails World Opening Keynote", starts_at: Time.zone.local(2024, month, start_day, 9, 45) ) do |session| session.description = "DHH will kick off the second edition of Rails World in Toronto with an Opening Keynote highlighting what is new in Rails today, and where the framework is headed tomorrow." @@ -377,7 +377,7 @@ namespace :db do title: "Lunch (and other things to do in the breaks)", starts_at: Time.zone.local(2024, month, start_day, 11, 45) ) do |session| - session.description = "TODO" # TODO + session.description = "
\n
Lunch will be served in the Sponsor Garden and in the Pavilion

During lunch and breaks between sessions on both days, attendees can also: 

\n
\n" session.ends_at = Time.zone.local(2024, month, start_day, 13, 0) session.location = break_location end @@ -457,7 +457,7 @@ namespace :db do title: "Double Up Lab (sponsored by Test Double)", starts_at: Time.zone.local(2024, month, start_day, 14, 15) ) do |session| - session.description = "" # TODO + session.description = "
\n
Join Test Double in the Double Up Lab to pair with one of our double agents on Rails, no-strings-attached career advice, and more. Bring something to work on, check out what we've been up to, or just recharge and chat.

Book time here.

You can also stop by 1:00-2:15 pm daily to say hello, score some swag, schedule a session, or get resume & career advice.
\n
\n" session.ends_at = Time.zone.local(2024, month, start_day, 14, 45) session.location = double_up_location end @@ -498,10 +498,10 @@ namespace :db do Session.find_or_create_by!( conference: conference, - title: "Double Up Lab (sponsored by Test Double)", + title: "Double Up Lab", starts_at: Time.zone.local(2024, month, start_day, 15, 15) ) do |session| - session.description = "" # TODO + session.description = "
\n
Join Test Double in the Double Up Lab to pair with one of our double agents on Rails, no-strings-attached career advice, and more. Bring something to work on, check out what we've been up to, or just recharge and chat.

Book time here.

You can also stop by 1:00-2:15 pm daily to say hello, score some swag, schedule a session, or get resume & career advice.
\n
\n" session.ends_at = Time.zone.local(2024, month, start_day, 15, 45) session.location = double_up_location end @@ -535,7 +535,7 @@ namespace :db do title: "Matz & DHH Fireside chat, hosted by Tobias Lütke", starts_at: Time.zone.local(2024, month, start_day, 16, 30) ) do |session| - session.description = "" # TODO + session.description = "
\n
We are pleased to welcome Ruby creator and special guest Yukihiro Matsumoto (Matz) to the Rails World stage for a fireside chat with Rails creator David Heinemeier Hansson (DHH). Together on stage for the very first time!

Hosted by Shopify founder Tobias Lütke, this is sure to be a conversation you don’t want to miss.
\n
\n" session.ends_at = Time.zone.local(2024, month, start_day, 17, 30) session.location = track_1 session.speakers = [matz_speaker, david_heinemeier_hansson_speaker, tobias_luetke_speaker] @@ -592,7 +592,7 @@ namespace :db do title: "Lunch (and other things to do in the breaks)", starts_at: Time.zone.local(2024, month, second_day, 11, 45) ) do |session| - session.description = "TODO" # TODO + session.description = "
\n
Lunch will be served in the Sponsor Garden and in the Pavilion

During lunch and breaks between sessions on both days, attendees can also: 

\n
\n" session.ends_at = Time.zone.local(2024, month, second_day, 13, 0) session.location = break_location end @@ -662,7 +662,7 @@ namespace :db do title: "Double Up Lab (sponsored by Test Double)", starts_at: Time.zone.local(2024, month, second_day, 14, 15) ) do |session| - session.description = "" # TODO + session.description = "
\n
Join Test Double in the Double Up Lab to pair with one of our double agents on Rails, no-strings-attached career advice, and more. Bring something to work on, check out what we've been up to, or just recharge and chat.

Book time here.

You can also stop by 1:00-2:15 pm daily to say hello, score some swag, schedule a session, or get resume & career advice.
\n
\n" session.ends_at = Time.zone.local(2024, month, second_day, 14, 45) session.location = double_up_location end @@ -693,10 +693,10 @@ namespace :db do Session.find_or_create_by!( conference: conference, - title: "Double Up Lab (sponsored by Test Double)", + title: "Double Up Lab", starts_at: Time.zone.local(2024, month, second_day, 15, 15) ) do |session| - session.description = "" # TODO + session.description = "
\n
Join Test Double in the Double Up Lab to pair with one of our double agents on Rails, no-strings-attached career advice, and more. Bring something to work on, check out what we've been up to, or just recharge and chat.

Book time here.

You can also stop by 1:00-2:15 pm daily to say hello, score some swag, schedule a session, or get resume & career advice.
\n
\n" session.ends_at = Time.zone.local(2024, month, second_day, 15, 45) session.location = double_up_location end