Skip to content

Ride Guides

Sebastian Sastre edited this page Jan 13, 2024 · 5 revisions

Welcome to the Ride Guides

Guides

  1. [Install and Setup](Install and Setup)
  2. Routing
  3. [API-only Applications](API-only Applications)
  4. Persistence
  5. [Async Tasks](Async Tasks)
  6. [Ride Boilerplate](Ride Boilerplate)
  7. [Assets Map Explained](Assets Map)
  8. [Ride Startup Sequence](Ride Startup Sequence)
  9. [Error Handling](Error Handling)
  10. [Internationalization of a Ride Application](Internationalization of a Ride Application)
  11. [Sending Emails from your Ride Application](Sending Emails from your Ride Application)
  12. Model-View-Presenter in Ride
  13. [Custom JavaScript in a Presenter](Custom JavaScript)
  14. [Ride Rendering Explained](Ride Rendering Explained)
  15. [Container Deployment](Container Deployment)
  16. Diagnosing Exceptions
  17. Logging

Install and Setup

How to install Ride in a Smalltalk image and how a Ride-based application is basically setup via ENV VARS and how to start stop the application as a service running in the image.

Routing

This guide describes how to use the Declarative Router in Ride.

API-only applications

Persistence

Async Tasks

Ride Boilerplate

This guide covers how to use Ride draft to produce geral use boilerplate code for you. It also covers how you can make your own application boilerplate to be more productive making common features that are specific to your application.

Assets Map

This guide explains how the assets map work.

Ride Startup Sequence

Here we cover the startup sequence of a Ride-based application.

Error Handling

This guide explains how Ride handles application errors.

Internationalization of a Ride Application

Model-View-Presenter in Ride

Custom JavaScript in a Presenter

Ride Rendering Explained

Container deployment