Jared Galanis | a/web/dev/blog
This is the blog of Jared Galanis, a web developer working mainly in Ruby and JavaScript
Featured
Unspecified Bower Components Messing With Heroku Deployment
TLDR; When updating Ember make sure your bower components match what is in your bower.json file before deploying to Heroku I definitely underestimated how difficult it would be to keep up with these posts. I’m going to try to be more consistent in writing here and as a result I...
Interpreting Rails BigDecimal with Active Model Serializers and Ember
So I’m going to keep this post relatively brief. This is about an attribute type issue I was experiencing while building an ember app with a rails backend using the very helpful Active Model Serializers gem with their JSON API adapter configuration to serve data. In this project we had...
Regular
Unspecified Bower Components Messing With Heroku Deployment
TLDR; When updating Ember make sure your bower components match what is in your bower.json file before deploying to Heroku
Interpreting Rails BigDecimal with Active Model Serializers and Ember
So I’m going to keep this post relatively brief. This is about an attribute type issue I was experiencing while building an ember app with a rails backend using the very helpful Active Model Serializers gem with their JSON API adapter configuration to serve data. In this project we had...