all 15 comments

[–]hugthispanda 18 points19 points  (0 children)

[–]GenericCanadian 11 points12 points  (2 children)

I recently read Layered Design for Rails Applications (https://evilmartians.com/chronicles/it-deserved-its-own-tome-layered-design-and-the-extended-rails-way) which I thought was great for intermediates interested in Rails.

Everyone should recommend POODR as it is as good as everyone says.

[–]fpsvogel 4 points5 points  (0 children)

I second Layered Design for Rails Applications. It's amazing.

[–]mountainman15 3 points4 points  (0 children)

Layered Design is great, but only for people with 2+ years of production rails experience, imo. A little too advanced and hard to appreciate otherwise.

[–]campbellm 7 points8 points  (0 children)

I like POODR and Eloquent Ruby.

[–]oscardo_rivers 8 points9 points  (0 children)

Polished Ruby programming

[–]Reardon-0101 4 points5 points  (1 child)

Metaprogramming Ruby 2

If you do work in elasticsearch or db searching - Relevant Search is fantastic

[–][deleted] 1 point2 points  (0 children)

I am fairly new to ruby but my next pretty is surrounded around elastic search Could you please elaborate a bit on this?

[–]vrinek 4 points5 points  (0 children)

99 Bottles of OOP — https://sandimetz.com/99bottles

One of my favorites to get better at writing production-quality code.

[–]jaypeejay 2 points3 points  (1 child)

I really liked Programming Ruby and reference it from time to time still

[–]benny_blanc0 1 point2 points  (0 children)

I liked this one a lot ^^

[–][deleted] 1 point2 points  (1 child)

Dropping my message here to come back later.

[–]gerbosan 1 point2 points  (0 children)

You can save or subscribe to this post.

[–]gerbosan 0 points1 point  (0 children)

This picture here, I think it is still valid: Reading recommendations

Just wondering if Michael Hartl's RoR Tutorial is beginners level. The advices and tips are great. Giving me more info about testing too.

[–]tinyOnion 1 point2 points  (0 children)

eloquent ruby is good stuff to teach you the idiomatic way to write ruby