816-841-2535 chips@itnachos.com

Ruby on Rails – find_by_sql

Problem: Need to find data from Table A where a.name contains ‘term’. Also need to search Table B where b.name contains ‘term’ and include the associated row from Table A where A.primary_id = B.other_id in the returned data. Sadly, Ruby on...

Backend for DevBridgeAutoComplete Implementation

DevBridge auto-sorts local json, but requires that remote json be presorted. This article describes how to implement a json filter for remote json files. It accepts multiple json files and converts them to a “suggestion” format. A value key must still be...

Adding SES to EC2 instance

Here is a walk-thru from AWS that has worked well. If AWS, or anyone, comes up with a simpler way to do this, then this page will be updated and credit given to the solution creator. https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sendmail.html Here is a PDF...