๐Updating your project
How to Update Your LightningRails Project
๐ Prerequisites
๐ UPDATE SCRIPT (Heavy conflicts resotution)
๐จ For Projects Before v1.5.0 (Before July 2025)
Option 1: Download the Script (Recommended)
# Make generators directory
mkdir generators
# One-time setup per user
gh auth login
# Fetch the update file and add it to your folder
gh api repos/LightningRails/lightning-rails/contents/generators/update_project.sh \
--jq '.content' | base64 -d > generators/update_project.sh
# Commit this change
ga . && gc -m "Added generator folder"
# You're ready to go!
bash generators/update_project.sh๐ How to Use the Update Script
Step 1: Choose to Apply Updates

Step 3: Resolve Conflicts (If Any)
Step 4: Complete the Update
๐ Cherry picking specific PRs
๐ Quick Troubleshooting
๐ก Pro Tips
Last updated