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

Broken Link in Readme File for Bootstrap Live App example #1815

Open al3xt96 opened 1 year ago

al3xt96 commented 1 year ago

In Readme file, you're referencing an example for Simple Form with Bootstrap the live link example

In the Github Repo for this example same issue is opened, but it would be good to replace it here as well Broken link: https://simple-form-bootstrap.herokuapp.com #379

carlosantoniodasilva commented 1 year ago

Thanks, the app went down with the heroku changes, we're looking into alternatives.

al3xt96 commented 1 year ago

I might suggest looking into Render

Works great with rails and u have a free instance option which would be great for this example project.

vmrocha commented 1 year ago

The link is also broken when running the install task.

$ rails generate simple_form:install --bootstrap
[Simple Form] Simple Form is not configured in the application and will use the default values. Use `rails generate simple_form:install` to generate the Simple Form configuration.
      create  config/initializers/simple_form.rb
      create  config/initializers/simple_form_bootstrap.rb
       exist  config/locales
      create  config/locales/simple_form.en.yml
      create  lib/templates/erb/scaffold/_form.html.erb
===============================================================================

  Be sure to have a copy of the Bootstrap stylesheet available on your
  application, you can get it on http://getbootstrap.com/.

  For usage examples and documentation, see:

    https://simple-form-bootstrap.herokuapp.com

===============================================================================
$   
JNajera commented 1 year ago

I deploy it on render. You can find it on: https://simple-form-bootstrap.onrender.com/