What are real-world examples of good Ruby code for beginner side projects?
I am looking for input on real-world projects that demonstrate good Ruby style and coding practices. It can be libraries, apps, plugins, etc, whatever you think shows a very high quality of coding? I am looking to incorporate it into small Rails side projects to help me level up. Peter Cooper asked a similar question in 2009
Comments
Hi Vinchenkso,
The
apps/andengines/directories in this project will take you to some good examples of real world Rails code https://github.com/eliotsykes/real-world-railsHTH, Eliot
@Eliot WoW…Thanks man -That repo is a treasure trove of excellent examples. Also your repo on Rspec examples is really good for leveling up my TDD code
Take a look at the RailsApps open source project which offers example applications and tutorials for Rails developers.
@Daniel Thanks Daniel - RailsComposer apps are perfect. Also well done on the Rails 5 Kickstarter , you doing amasing work. #YourBookIsWhereIStarted
Post a comment