You are here |
studiofreya.org | ||
| | | |
hermanschaaf.com
|
|
| | | | Benchmarks of various approaches | |
| | | |
yehudakatz.com
|
|
| | | | As you may have read, Rails adds XSS protection by default in Rails 3. This means that you no longer have to manually escape user input with the h helper, because Rails will automatically escape it for you. However, it's not as simple as all that. Consider the following: Hello | |
| | | |
jakewharton.com
|
|
| | | | ||
| | | |
www.morling.dev
|
|
| | As a software engineer, I like to automate tedious tasks as much as possible. The deployment of this website is no exception: it is built using the Hugo static site generator and hosted on GitHub Pages; so wouldn't it be nice if the rendered website would automatically be published whenever an update is pushed to its source code repository? |