/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

greg.molnar.io
| | hashrocket.com
4.9 parsecs away

Travel
| | Rails 5 has a ton of new features. It addresses almost 500 issues and pull-requests dealing with performance, security and new features. I'm going to list step by step what you will need to migrate from Rails 4.2 to Rails 5.0.
| | myers.io
5.2 parsecs away

Travel
| | Every so often I see posts on Stack Exchange, or Hacker News where someone has figured out that their passwords are being sent to the server and the server can see them! The logic that we see is that if the password is hashed client side, then only the hash needs to be sent to the server, so the server never knows the password. Unfortunately, I sometimes even see this go one step further when people suggest that with this arrangement, HTTPS isnt required. Wrong.
| | ankane.org
4.7 parsecs away

Travel
| | This is an update to Securing User Emails in Rails with a number of improvements: Works with Devise's email changed notifications Works with...
| | blog.roccosangellino.com
18.1 parsecs away

Travel
| In this article, we are going to continue our Basic HTML series. Over the last couple of weeks, I have discussed basic HTML structure (Basic HTML Structure Explained) and explained what the head tag is (HTML Head Tag Explained). This week let's take ...