Edit Rails Credentials with Neovim
These instructions will allow you to edit your Rails credentials file using your Neovim editor. To use a different editor, replace "nvim" with the editor of your choice. See how to edit Rails...
Building software solutions and empowering creators through technology.
Empowering creators and businesses to build beautiful, functional websites with intuitive tools and modern design principles.
A software innovation studio focused on building cutting-edge solutions and exploring the frontiers of technology.
These instructions will allow you to edit your Rails credentials file using your Neovim editor. To use a different editor, replace "nvim" with the editor of your choice. See how to edit Rails...
iOS Push NotificationsThis went relatively smooth. I fought a bit with the .p8 file for the token and setting up the configuration for the connection, but that was likely because I it was 5:30am...
Conditional Hotwire TabsI wrote an override for HotwireTabController so that I can do a quick session check to determine which tabs should be showed. This seems to be working well enough that I...
I stepped away from the iOS app for a number of weeks to implement some other features for Missionbase. I particularly wanted to have Web Push Notifications working – which is now in place and...
Documenting my experience taking a new Rails app (Missionbase) to the iOS app store. Days 1-3Saturday, May 17, 2025 to Monday, May 19, 2025 Progress• Set up Xcode project for Missionbase • Set up...
I was running into this error for some iOS devices in my Rails 7 application. TypeError: Module specifier, 'application' does not start with "/", "./", or "../". This error occurs because import...
One annoyance I had to work through when I started using Neovim was an auto-indenting issue for Ruby code. Whenever I would write a method, the first line inside the method that should be indented...
Table of Contents 1. Methods using Local Timezone 2. Methods Using UTC Time 3. Ruby on Rails Timezone Support 4. Format Date & Time to Strings 1. Methods using Local TimezoneDateDate methods use...