You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> ruby -v
ruby 3.3.0 (2023-12-25 revision 5124f9ac75) +YJIT [x86_64-darwin22]
> rails -v
Rails 7.1.3.2
> bundle list
Gems included by the bundle:
⋮
* fae-rails (3.0.0)
⋮
Started a local rails server with
bin/rails s
Opened URL http://127.0.0.1:3000/admin/
Got redirected to http://127.0.0.1:3000/admin/first_user
Filled the displayed form with user data.
Behaviour
I get this response when submitting a correctly filled form for the first user:
ArgumentError in Fae::SetupController#create_first_user
missing keyword: :coder If no default coder is configured, a coder must be provided to serialize.
Extracted source (around line #208):
206 coder ||= default_column_serializer
207 unless coder
208 raise ArgumentError, <<~MSG.squish
209 missing keyword: :coder
210
211 If no default coder is configured, a coder must be provided to `serialize`.
Setup
http://127.0.0.1:3000/admin/
http://127.0.0.1:3000/admin/first_user
Behaviour
I get this response when submitting a correctly filled form for the first user:
Stack Trace
Request
Parameters
Session info
Only keys:
_csrf_token
&session_id
Header Info
The text was updated successfully, but these errors were encountered: