~/writing
The blog
Indie hacking, testing, Rails & React — field notes from building and shipping software.
~/writing $ filter --tag
total 12
- ▸ -rw-r--r-- archive ~2023-02-02 Simple XLS with Caxlsx gem I needed this gem for one of my projects, I liked the capability and simplicity of it. In this quick tutorial, I will show how you can create a simple XLS te… 1m
- ▸ -rw-r--r-- archive ~2022-10-06 How to add code highlighting to Ruby on Rails For some reason, very obvious tools lie somewhere really far from me and my google search engine logic :). What I mean by that is that sometimes when I reall… 2m
- ▸ -rw-r--r-- archive ~2021-12-12 Local ENV['SOMETHING'] for Rails App The way I like to keep my local environment in a rails app. You know sometimes we need to keep our config variables locally and the best way(at least to me) … 1m
- ▸ -rw-r--r-- archive ~2021-10-14 Render Word Document in Rails Here is a very simple way of rendering embed word/excel document in rails application. What we need for that: A doc or excel document we want to render Acces… 1m
- ▸ -rw-r--r-- archive ~2021-08-16 How to run local Rails server outside of local network with ssl Sometimes for test purposes, it is necessary to run dev server with ssl enabled. In my case, I had to test my paypal webhooks implementation and it was requi… 2m
- ▸ -rw-r--r-- archive ~2021-06-17 How to create SQL to test before developing it in Rails Not a long time ago I got this new project to develop and it had really complicated DB structure I came up with. When I tried to implement it in Rails I bump… 3m
- ▸ -rw-r--r-- archive ~2020-12-21 Bungie Manifest API. SQLite to Ruby on Rail API. How to build your own Bungie Manifest API from a single sqlite file. I just recently found out that Bungie(the company which developed Destiny Online) happen… 4m
- ▸ -rw-r--r-- archive ~2020-10-22 Building Doughnut Skills Chart in Rails with React You probably have seen these skills doughnut skill charts on portfolio websites before. I would like to share how I implemented it using React, Webpack, Char… 4m
- ▸ -rw-r--r-- archive ~2020-08-24 How to set background-image in Rails This one will be very short. When Sprokets compiling images following won't work on rails production server: body { background-image: url("paper.gif"); } It … 1m
- ▸ -rw-r--r-- archive ~2020-04-27 Adding Contact Form to Rails 5 Quick guide: What needed? Mail-Form gem Mail-Form Home Page SendGrid SendGrid Heroku Steps: 1. Install MailForm. Just edit your Gemfile adding the following:… 2m
- ▸ -rw-r--r-- archive ~2020-02-27 How to add Disqus comments to Ruby On Rails The Disqus for WordPress plugin lets site owners and developers easily add Disqus to their sites, replacing the default WordPress comment system. Disqus inst… 2m
- ▸ -rw-r--r-- archive ~2019-12-30 CORS errors in Rails 6 and Action Text with Google Cloud Storage Today I first time ran my Web Portfolio Application online using Heroku as a cloud platform. It took me 24 builds to successfully deploy it( not including SS… 1m
