I was assigned a task that do exchange currency from US dollar into Khmer riel. The exchange rate is...
[cover image by Henri Guérin at pixels.com] I am currently working on developing and api using grape...
I am currently working on developing and api using grape and devise jwt for user user...
Today I am gonna have a brief introduction about active support instrumentation. We will start from...
First you have to install web driver that you prefer For me, I'm using chromedriver Install...
Install travis gem install travis travis login --pro --github-token {GITHUBTOKEN} Enter...
Embed custom font in rails 6 is a bit tricky, below are the steps in order to embed custom font in...
Embed custom font in rails 6 is a bit tricky, below are the steps in order to embed custom font in...
During rebase we sometimes face conflict files that need to resolve and continue one by one. but how...
create pdfs/ to store the generated pdf use cronex gem to describe cron in plain english create...
Sidekiq::Queue.all.each(&:clear) Sidekiq::RetrySet.new.clear Sidekiq::ScheduledSet.new.clear Sid...
List all tags git tag Enter fullscreen mode Exit fullscreen mode ...
Sending document using .send_document sometimes success, and sometimes fail (not guarantee). send...
Installation Using pip python -m pip install --user virtualenv Enter...
Unicode characters does not render properly when generate pdf using wicked pdf. There are 3 steps...
Issue https://github.com/github/view_component/issues/288 PR:...
Today I mess up by switch ruby version back and fort that cause bootsnap fails to load the correct...
Today I am gonna show how to switch database from postgres to sqlite3 in rails application. Update...