Skip to content

draft: add rails migrate guide#295

Open
koladev32 wants to merge 38 commits intomainfrom
draft/migrating-from-rails-to-fusionauth
Open

draft: add rails migrate guide#295
koladev32 wants to merge 38 commits intomainfrom
draft/migrating-from-rails-to-fusionauth

Conversation

@koladev32
Copy link
Collaborator

No description provided.

@koladev32 koladev32 self-assigned this Jul 22, 2025
@koladev32
Copy link
Collaborator Author

koladev32 commented Jul 23, 2025

  • Bulk migration example
  • Gradual migration example - Needs to be added
  • Custom hashing schemes - Not mentioned, need to add link to [custom password hashing documentation]
  • Inline export scripts - Replace with <RemoteCode> Astro widget pointing to import script repo
  • Export scripts in repository - Need to add export scripts to the repo
  • Example data files - Need to create example data files like [frontegg/exampleData](https://github.com/ritza-co/fusionauth-import-scripts/tree/feat/add-ruby-on-rails-script/frontegg/exampleData)
  • Hardcoded application ID - Replace "YOUR_APPLICATION_ID_HERE" with dedicated sample FusionAuth app ID
  • Export filename - Change from "users_export_#{Time.current.strftime('%Y%m%d_%H%M%S')}.json" to "users.json" for easier QA
  • Import script - Ensure it's in the fusionauth-import-scripts repo
  • Export scripts - Add to repository structure
  • Example data - Create sample files for testing and comparison

@ritza-publishing-assistant
Copy link

https://github.com/ritza-co/fusionauth-site/blob/draft/migrating-from-rails-to-fusionauth/astro/src/content/docs/lifecycle/migrate-users/_bulk-migration.mdx (146)
https://github.com/ritza-co/fusionauth-site/blob/draft/migrating-from-rails-to-fusionauth/astro/src/content/docs/lifecycle/migrate-users/_gradual-migration.mdx (89)
https://github.com/ritza-co/fusionauth-site/blob/draft/migrating-from-rails-to-fusionauth/astro/src/content/docs/lifecycle/migrate-users/framework-specific/rails.mdx (2813)
https://github.com/ritza-co/fusionauth-site/blob/draft/migrating-from-rails-to-fusionauth/astro/src/content/docs/lifecycle/migrate-users/provider-specific/_final-destination.mdx (141)
https://github.com/ritza-co/fusionauth-site/blob/draft/migrating-from-rails-to-fusionauth/astro/src/content/docs/lifecycle/migrate-users/provider-specific/_other-entities-framework-intro.mdx (122)
https://github.com/ritza-co/fusionauth-site/blob/draft/migrating-from-rails-to-fusionauth/astro/src/content/docs/lifecycle/migrate-users/provider-specific/_password-hashes-section.mdx (100)
https://github.com/ritza-co/fusionauth-site/blob/draft/migrating-from-rails-to-fusionauth/astro/src/content/docs/lifecycle/migrate-users/provider-specific/_set-up-user-roles.mdx (127)
https://github.com/ritza-co/fusionauth-site/blob/draft/migrating-from-rails-to-fusionauth/astro/src/content/docs/lifecycle/migrate-users/provider-specific/_social-login-note.mdx (76)
https://github.com/ritza-co/fusionauth-site/blob/draft/migrating-from-rails-to-fusionauth/astro/src/content/docs/lifecycle/migrate-users/provider-specific/_verify-import.mdx (183)

Total word count: 3797

rideam and others added 15 commits July 30, 2025 20:26
…sionauth

edit: migrating from rails to fusionauth
* ID provider links blog post

* Fixed lint error
* run with -v every time so we can see the issue at hand without running it locally

* make it run on every PR
* feat(android-e2e-testing-blog): first draft

* feat(android-e2e-testing-blog): draft update

* feat(android-e2e-testing-blog): add conclusion

* feat(android-e2e-testing-blog): add further details around github workflows and dependabot

- Imported RemoteContent from 'src/components/RemoteContent.astro' to replace initial kickstart details with raw content from quickstart.
- Provided detailed explanation for using 10.0.2.2 in the context of Android Emulator.
- Expanded the GitHub Automation and Dependabot sections with instructions and inline code blocks.

* feat(android-e2e-testing-blog): add details around the FullEnd2EndTest Gradle Task

* docs: review and edit text for clarity and accuracy
- Improved phrasing and grammar throughout the document
- Clarified several key points for better understanding
- Fixed formatting issues and ensured consistent style
- Updated links and references where necessary

* feat(android-e2e-testing-blog): add additional context and a few TODOs

* feat(blog): integrate mocking critique into Android E2E testing

* chore(blog): Android E2E testing - formating

* chore(blog): Android E2E testing - fixing links

* feat(blog): Android E2E testing - incorporate Mocking into Why we need E2E testing section

* chore(blog): Android E2E testing - remove absolute URL for fusionauth.io

* feat(mocking) improve mocking coverage

* feat(links) replace external with internal link.

* feat(links) fixes wrong link and adds redirect

* feat(redirects) fixes wrong link

* feat(redirects) have it in alphabetic order

* fix: add screenshot, update more links, add latest API lvl

* fix(android-e2e-testing-blog): incorporate review

* Image update, date change

---------

Co-authored-by: Aaron-Ritter <git@ritter.world>
Co-authored-by: Michael Roth <mitch@sonderformat.llc>
Co-authored-by: escii <escii@oom.ch>
* Notes

* Apply suggestion from @bhalsey

Co-authored-by: Brent Halsey <211656+bhalsey@users.noreply.github.com>

---------

Co-authored-by: Brent Halsey <211656+bhalsey@users.noreply.github.com>
* wip: writing guide for migrating from passport to fusionauth

* add passport js migration guide

* fix: minor edits

* wip

* image updates

* text updates

* minor fixes

* updates

* remove include

* Edit: Set Up User Roles include

* Edit: Migrate From Passport

* Update astro/src/content/docs/lifecycle/migrate-users/framework-specific/passportjs.mdx

Co-authored-by: Kim Maida <yi.mihi@gmail.com>

* Update astro/src/content/docs/lifecycle/migrate-users/framework-specific/passportjs.mdx

Co-authored-by: Kim Maida <yi.mihi@gmail.com>

* Update astro/src/content/docs/lifecycle/migrate-users/framework-specific/passportjs.mdx

Co-authored-by: Kim Maida <yi.mihi@gmail.com>

* update examples

* update examples

---------

Co-authored-by: koladev <onaelmangabo@gmail.com>
Co-authored-by: tatenda <tatendamvh@gmail.com>
Co-authored-by: Tatenda <31291528+rideam@users.noreply.github.com>
Co-authored-by: Sarah McGregor <sarah@worktheclock.co.za>
Co-authored-by: Kim Maida <yi.mihi@gmail.com>
* LLM content update - 1

* Apply suggestions from code review

* Update single-tenant-scaling.mdx

* Removed absolute URLs.

* Fixed a broken URL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants