#Rails http://weblog.rubyonrails.org/2016/6/30/Rails-5-0-final/?utm_source=rubyweekly&utm_medium=email
Riding Rails
Rails 5.0: Action Cable, API mode, and so much more
After six months of polish, four betas, and two release candidates, Rails 5.0 is finally done! It’s taken hundreds of contributors and thousands of commits to get here, but what a destination: Rails 5.0 is without a doubt the best, most complete version of…
#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…