#Ruby #Testing https://medium.freecodecamp.com/how-to-dry-out-your-rspec-tests-using-shared-examples-d5cc5d33fd76#.4my8gx7w5
freeCodeCamp
How to DRY out your RSpec Tests using Shared Examples
“Give me six hours to chop down a tree and I will spend the first four sharpening the axe.” — Abraham Lincoln
#Ruby How write a image downloader in Ruby in a bunch of lines: http://www.rubyguides.com/2017/10/build-an-image-downloader/
RubyGuides
Build an Image Downloader in Ruby
Build an Image Downloader in Ruby Watch this video to learn how to build an image dowloader program step-by-step using Ruby, Nokogiri & RestClient! Starting a new project & not sure where to start? Write down a plan! The
#Security #Ruby #Rails https://dev.to/philnash/better-passwords-in-ruby-applications-with-the-pwned-passwords-api-4o9f
DEV Community
Better passwords in Ruby applications with the Pwned Passwords API
The Pwned Passwords API can tell you if a password has been seen in a data breach before. Use it in your Ruby application to encourage better passwords.
#Ruby #Rails https://www.digitalocean.com/community/tutorials/how-to-build-a-ruby-on-rails-application
Digitalocean
How To Build a Ruby on Rails Application | DigitalOcean
Rails is a web application framework written in Ruby. It takes an opinionated approach to application development, assuming that set conventions will best se…