Skip to content

Upgrade to rails 8#414

Open
MuhammadAbdullaah wants to merge 11 commits intoTarteelAI:mainfrom
MuhammadAbdullaah:upgrade-to-rails-8
Open

Upgrade to rails 8#414
MuhammadAbdullaah wants to merge 11 commits intoTarteelAI:mainfrom
MuhammadAbdullaah:upgrade-to-rails-8

Conversation

@MuhammadAbdullaah
Copy link
Copy Markdown
Contributor

@MuhammadAbdullaah MuhammadAbdullaah commented Oct 23, 2025

Migrated es_indexes columns to proper JSONB format with new migrations.

Replaced old serialize usage with attribute :field, :json.

Added enum with _prefix for cleaner and safer method naming.

Integrated Sidekiq for background job processing and scheduling.

Fixed routes: replaced invalid :delete option with :destroy in resources declarations.

Copilot AI and others added 11 commits October 15, 2025 18:38
Co-authored-by: naveed-ahmad <701567+naveed-ahmad@users.noreply.github.com>
Co-authored-by: naveed-ahmad <701567+naveed-ahmad@users.noreply.github.com>
Co-authored-by: naveed-ahmad <701567+naveed-ahmad@users.noreply.github.com>
Update config.load_defaults to 8.0

Remove deprecated new_framework_defaults initializers (5.1, 5.2, 7.0, legacy)

Fix duplicate belongs_to associations in Topic model

Verify app boot, Rails runner execution, and DB migration status

Ensure database connectivity and clean startup without errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants