rubysg / meetups

Repository for discussing RubySG meetups
6 stars 0 forks source link

Ruby Code Reading Group - meetup #3 suggestions #3

Closed arnvald closed 7 years ago

arnvald commented 8 years ago

Hi!

In this issue you can vote on the library we'll try to learn and understand on the next meetup. In the comments I'll add libraries that you suggested during today's meetup. I think we can meet the next time around 11th of August, so let's vote until 28st of July - this will give us ~2 weeks to read a bit of code.

Rules:

arnvald commented 8 years ago

Kleisli - a collection of monads for Ruby

https://github.com/txus/kleisli

arnvald commented 8 years ago

Roda - Routing Tree Web Framework Toolkit

https://github.com/jeremyevans/roda

Drenmi commented 7 years ago

Maybe we can add some popular ones from the previous votes? 😀

arnvald commented 7 years ago

@Drenmi good idea!

Rack: https://github.com/rack/rack (previously 3 votes)

arnvald commented 7 years ago

Arel: https://github.com/rails/arel (previously 4 votes)

arnvald commented 7 years ago

CSRF (not as a project, but as part of Rails): https://github.com/rails/rails (previously 3 votes)

arnvald commented 7 years ago

Sidekiq: https://github.com/mperham/sidekiq (previously 2 votes)

Drenmi commented 7 years ago

(I think rack is particularly interesting, since Aaron mentioned at Taiwan Ruby Conference last year that he plans to start work on a new, backwards incompatible, version sometime soon.)

arnvald commented 7 years ago

Ok, no more votes, we go with rack then!

Drenmi commented 7 years ago

I recommend everyone watch this talk by Aaron, from RubyConf Taiwan last year.