Seishin's Life
  • Home
  • About Me
Sign in Subscribe

rails

Deep Linking with Branch, Rails server and Android client

Today I will share with you how to generate deep links from your rails server and handle them in an Android application. First we will start with the server's implementation. Rails Server For the Rails <-> Branch.io communication I used the branch_io gem which is really easy and straightforward
Atanas Dimitrov Oct 4, 2017

Store JSON in PostgreSQL column

Today I want to share with you how to store JSON object or array in PostgreSQL table column. This problem is really easy to solve since the PostgreSQL has a native support for storing JSONs as Binary JSON or JSONB. Just create a new column of type jsonb: add_column
Atanas Dimitrov Sep 24, 2017

How to execute code before action is called

Rails is a great framework! When you start building web apps with it, you will definitely fall in love with it! Today I want to share with you one really cool feature - you have hooks (called Filters in Rails) that allow you to execute code before, after or around
Atanas Dimitrov Sep 23, 2017
Rails and sending transactional emails

Rails and sending transactional emails

Yesterday I was working on configuring the default Rails mailer to work with 3rd party SMTP server providers like Gmail, Zoho and so on. First, I tried Gmail since it gives you quota of 500 mails per day for the trial users but it is paid. Then I remembered that
Atanas Dimitrov Sep 21, 2017

Subscribe to Seishin's Life

Don't miss out on the latest news. Sign up now to get access to the library of members-only articles.
  • Sign up
Seishin's Life © 2023. Powered by Ghost