🚀 See the 2024 Ruby on Rails Community Survey results!

Development Posts

Article  |  Development

Debugging HTTP Requests with Sinatra

23 Feb 2016

Debugging HTTP Requests with Sinatra

Recently I was working on a task where I was attempting to connect to a third party API (from a Rails app using the HTTParty gem). The API had a fairly complicated authorization header that needed to be built, by concatenating the body of the request itself along with various authorization headers, then being hashed, and then being base64 encoded and escaped. If the header was improperly formed, all I saw was a 403 Forbidden response - not particularly helpful for debugging.

Continue Reading

Link  |  Development

A Reflection on "The Rails Doctrine"

8 Feb 2016

Link  |  Development

Ember 2.x has been released

13 Aug 2015

Link  |  Development

A hands-on intro to building modern web applications with Elixir and Phoenix

8 Jun 2015

Article  |  Development

Haml - A Change of Heart

7 May 2015

It was a couple of years ago when I was introduced to Haml. I believe my first time working with it was on an inherited project. The markup was very unfamiliar and a bit of a pain. Why would anyone want to abstract out HTML when you could just write it normally? It initially seemed like a needless, intermediary step.

I did recognize some of it's benefits. For example, it is nice to not have to worry about closing tags and the amount of typing it could save was pretty obvious. However, the indentation and other quirks seemed like a little too much to put up with.

So I went about my day, turning my nose up at the mention of Haml. Too cool for school, right?

Continue Reading

Have a project that needs help?