1 follower
Finance graduate, payment and billing system builder, indiehacker at heart, love ruby, rails, and vue, and currently working for WeTransfer from Netherlands.
Get an end-to-end integration between subscription and registration up quickly utilizing Stripe's Pricing Table and Checkout objects. · What we are going...
Before we start, don't forget to run these commands for your convenience: bundle install yarn rake db:create rake db:migrate rake db:seed SETUP Get...
In rails community, one of the stronger convention is to avoid writing plain SQL queries and stick to using the magnificent Active Record for all your...
Connecting to a public API is always exhilarating for me. The idea of quickly having a feature or functionality built into your application by...
Almost 95% of apps written in ruby today, as of 2017, are built using rails as the framework. It is not surprising, as Rails helped propel ruby into...
Ever integrated your app with third party APIs? You know, like sending request to Google Cloud storage or connecting to a Trello board? To ensure that...