Troubleshooting Guide
Common Issues
Check that all services are running:
$ pg_isready # Check PostgreSQL
$ redis-cli ping # Check Redis Verify your database configuration and credentials.
Clear the asset cache and recompile:
$ rails assets:clobber
$ rails assets:precompile Debugging Tips
- Use code rails console | for interactive debugging
- Check logs in code log/development.log
- Use code byebug | or code binding.pry | for breakpoints
Performance Issues
Use
rack-mini-profiler and bullet gems to identify performance bottlenecks.Getting Support
Need Help?
If you're still experiencing issues:
- Check our GitHub Issues
- Join our Discord community
- Contact support at support@railsblueprint.com