Skip to content

falcon serve on blank rails app with ruby 3.0.0 fails  #138

@scally

Description

@scally
/Users/sean/.rvm/gems/ruby-3.0.0/gems/railties-6.1.1/lib/rails/initializable.rb:60 in `run_initializers'
/Users/sean/.rvm/gems/ruby-3.0.0rve.rb:60 in `load_app'
 /Users/sean/.rvm/gems/ruby-3.0.0/gems/falcon-0.37.2/lib/falcon/controller/serve.rb:89 in `block (2 levels) in setup'
/Users/sean/.rvm/gems/ruby-3.0.0/gems/async-1.28.3/lib/async/task.rb:265 in `block in make_fiber'
Caused by TypeError: nil can't be coerced into Float
→ /Users/sean/.rvm/gems/ruby-3.0.0/gems/timers-4.3.2/lib/timers/timer.rb:103 in `+'

A blank app will boot with ruby 3.0 and rails 6.1 using rails s. Removing puma and adding falcon to the gem file and then running falcon serve results in this error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions