Lars Vonk
Lars Vonk
While investigating https://github.com/sinatra/sinatra/issues/1361 I found the following which I think is a separate issue. Since this issue also occurs in Sinatra 1.4.8 I don't know if this is by design...
Webrick is no longer bundled in ruby 3 so we need to add it as a gem to the documentation: See https://www.sequent.io/docs/building-a-web-application.html#installing-sinatra
Hi, Prior to https://github.com/ruby-grape/grape/pull/2189 the `params` object also contained the unknown parameters that weren't described in the route definition. For instance: ```ruby requires :name, type: String, as: :company_name, optional :bar,...
Hi all, Since our main app is growing steadily we are currently starting to implement a version of the event store to better accommodate for serious scale using Postgres database...
Out of the box Sequent uses the `Sequent::Core::Persistors::ActiveRecordPersistor` for replaying events on a Sequent migration. When a record has a `belongs_to` it expects the "parent" record to exist. During replay...
When starting Rails in using foreman like: Procfile ``` web: rails server ``` It defaults to taking port `5000`. On newer osx versions this port is now taken by MAC...
Hi, We are upgrading our ruby and dependencies and was wondering when a new docker image for 3.3.5 will be released? Thanks in advance.