Skip to content

Bottom Align an Element with Flexbox

  • June 28, 2019

Pushing elements to the bottom of a container. This used to be a bit of a hassle before flexbox came along. You had to position the element absolutely, use negative placement, extra padding, and even after all that it all…

Read Article

Benefits of Separate AWS Accounts for Clients

  • June 20, 2019

We have a number of clients that have infrastructure we manage on AWS. Sometimes it is servers and databases. Sometimes it is a cloudfront distribution and s3 buckets. Sometimes it is something totally different. We've moved from having everything intermixed…

Read Article

Trello Butler Tips

  • May 28, 2019

We are heavy users of Trello. We are heavy automators of Trello. Previously, we had custom software which did automation of Trello tasks. Things like sorting and archiving cards, copying cards between boards and auto assignment of cards. When we…

Read Article

JSON::ParserError with RailsAdmin

  • May 21, 2019

I ran into a JSON parsing issue when using RailsAdmin 1.4.2. I was trying to search for an entity to associate it with another entity, but nothing was being returned. I looked at the request/response, and it was returning 500.…

Read Article

3 Commands Your Rails CI Environment Should Run

  • April 25, 2019

Automation + Ruby on Rails + gems == a better application We love continuous integration builds here at Culture Foundry (we even use it for projects that don’t have tests). It works well with rails applications, because rails encourages a…

Read Article

Using CircleCI to Run a Scheduled Hob

  • March 19, 2019

How we use our CI infrastructure to automate a database migration and run it every night. We have one project where loading and transforming data is crucial. We're migrating from one data model to a quite different one. There are…

Read Article
Back To Top
Search