rubysg / meetups

Repository for discussing RubySG meetups
6 stars 0 forks source link

How does it work? Meetup #2 suggestions #2

Closed arnvald closed 8 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 7th of July, so let's vote until 20th of June - this will give us ~2 weeks to read a bit of code.

Rules: vote by adding reactions to comments in this thread. :-1: means -1 point, all the other reactions ( 🎉 ❤️ 👍 etc) are worth +1 point. Everyone can vote once for each project (multiple reactions won't be counted)

arnvald commented 8 years ago

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

arnvald commented 8 years ago

Concurrent-ruby: https://github.com/ruby-concurrency/concurrent-ruby

arnvald commented 8 years ago

Bundler: https://github.com/bundler/bundler

arnvald commented 8 years ago

Rack: https://github.com/rack/rack

arnvald commented 8 years ago

Sidekiq: https://github.com/mperham/sidekiq

arnvald commented 8 years ago

Bower-rails: https://github.com/rharriso/bower-rails

arnvald commented 8 years ago

Arel: https://github.com/rails/arel

juny4ng commented 8 years ago

Devise

flyfy1 commented 8 years ago

Railtie

Railtie is the core of the Rails framework and provides several hooks to extend Rails and/or modify the initialization process.

Every major component of Rails (Action Mailer, Action Controller, Action View and Active Record) is a Railtie. Each of them is responsible for their own initialization. This makes Rails itself absent of any component hooks, allowing other components to be used in place of any of the Rails defaults.

arnvald commented 8 years ago

Ok, voting finished. We've decided to learn how concurrent-ruby works! I'll create a meetup soon and post guidelines on how to start. Thanks everyone for submitting proposals and voting!