heartcombo / simple_form

Forms made easy for Rails! It's tied to a simple DSL, with no opinion on markup.
http://blog.plataformatec.com.br/tag/simple_form
MIT License
8.21k stars 1.31k forks source link

Invalid http address after installation #1773

Closed GWakabayashi closed 2 years ago

GWakabayashi commented 2 years ago

Environment

Current behavior

After running _rails generate simpleform:install --bootstrap in the terminal, an invalid HTTP address gets printed:

For usage examples and documentation, see:

http://simple-form-bootstrap.plataformatec.com.br/

Expected behavior

The correct address is:

For usage examples and documentation, see:

https://simple-form-bootstrap.herokuapp.com/documentation
nashby commented 2 years ago

It was fixed by https://github.com/heartcombo/simple_form/commit/123d3b3822cb8a23c6216261f32d5e1af139a087 but not released yet.