A ruby friend named Daniel emailed me a request for this feature: Here’s my solution,...
😖 I really dislike Stripe Elements: you have to build and style the checkout form yourself. 🤩...
Ok, so sometimes to enchance security of your application you will want to allow users to see all the...
Inspired by instaclick.io, instaclick has been added as a default behaviour in Turbo 8. InstantClick...
Thanks to URLBOX for sponsoring this blogpost! Convert URL to PNG/PDF with UrlBox screenshot API....
Over the years SMS has become a much less important way of communication , but it can still be useful...
It’s amazing that now you can add advanced javascript/websockets features like “Live visitor count”...
Previously I’ve covered Github omniauth with Devise, and Github omniauth with Devise without email...
Task: get users coordinates from browser, redirect to page with coordinates in params: To request...
MapkickJS is a javascript adapter to display coordinates on Mapbox maps. It requires a Mapbox API...
Geocoder gem allows you to preform different operations with coordinates. Useful usage...
Instead of storing static data a database, you can create a structured YML or JSON file and parse it...
JSON is possibly the most popular format for sharing data via API. Sometimes you just have a JSON...
Use the gem caxlsx to download and format data into XLSX. XLS - proprietary Microsoft Excel...
Enums are a Rails feature, not a Ruby feature. good - we get validations for available options, can...
I did not find an easy Stimulus solution to this, so here is mine. Works. Easy. quite Light....
Mission: Turn any rails view into PDF. BEFORE AFTER Video...
MISSION: field to search for user email that contains characters....
console yarn add bootstrap yarn add @popperjs/core Enter fullscreen mode Exit...
Source library: https://github.com/CodeSeven/toastr Installation: console: yarn add...
You need a captcha tool in your app. Why? For fewer bot sign-ups! You don't need Google Recaptcha...
conter_cache in Ruby on Rails the easy way
Mission: add buttons to change the status of a task HOWTO: migration - add...
My current best approach for creating polymorphic child records based on the best bits from all other...
Final result: app/views/youtubes/_thumbnail.html.erb <div> <%= image_tag y...
Sometimes you want to run a copy of your production database in development. It can be really...
1. console: yarn add @fortawesome/fontawesome-free Enter fullscreen mode ...
Final result: Here's what you need to...
"Quick guide to installing Bootstrap correctly.
How to use Credentials in Rails 6