Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Models and Resources can now be rendered by Roda automatically #845

Merged

Conversation

jaredcwhite
Copy link
Member

This makes working with content within SSR context much more straighforward.

I also added more documentation around server rendering, with still more to come.

bridgetown-routes now supports initializer-based config.

  • Bridgetown 2.0 will consider both Server Rendering and Island Architecture to be out of "experimental" status.

  • BREAKING CHANGES: collection resources are now read on Roda SSR boot by default, with possible performance implications on large site projects. This is configurable. In addition, the handling of file-based routes within Islands has changed, though the previous behavior was undocumented.

@jaredcwhite jaredcwhite added this to the 2.0 milestone Feb 22, 2024
Base automatically changed from ruby-3.1-minimum to main March 17, 2024 02:23
* This makes working with content within SSR context much more straighforward.
* I also added more documentation around server rendering, with still more to come.
* bridgetown-routes now supports initializer-based config.
* Bridgetown 2.0 will consider both Server Rendering and Island Architecture to be out of "experimental" status.

* BREAKING CHANGES: collection resources are now read on Roda SSR boot by default, with possible performance implications on large site projects. This is configurable. In addition, the handling of file-based routes within Islands has changed, though the previous behavior was undocumented.
@jaredcwhite jaredcwhite force-pushed the autoread-collections-and-autorender-resources-in-roda branch from 40035d5 to 2464dad Compare March 17, 2024 02:41
Copy link

render bot commented Mar 17, 2024

Copy link

render bot commented Mar 17, 2024

@jaredcwhite jaredcwhite merged commit a748c05 into main Mar 17, 2024
3 checks passed
@jaredcwhite jaredcwhite deleted the autoread-collections-and-autorender-resources-in-roda branch March 17, 2024 02:49
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.

1 participant