Skip to content

adlerhsieh/ruby_reading_list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Ruby Reading List

This is a guide for Ruby junior developers who have finished their basic trainging but do not know where to continue. It also aims to help them get ready for work quickly. Suggestions, ideas, and pull requests are welcome.

General

Testing

  • Better Specs illustrates different patterns to write a readable and efficient test suite in RSpec.
  • FactoryGirl Getting Started Guide is a good starting point in using factory in testing. This guide is very long, but you don't have to read through carefully. Less mistakes will be made once you grasp the essentials.

Debugging

Refactoring

Project Structure

  • The roles of the Gemfile explains why Gemfile.lock should be committed in your ruby project but not in gem development.

Performance & Scaling

Tips & Tricks

About

A curated list of must-know ideas in Ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors