-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken Link in Readme File for Bootstrap Live App example #1815
Comments
Thanks, the app went down with the heroku changes, we're looking into alternatives. |
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. |
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
===============================================================================
$ |
I deploy it on render. You can find it on: https://simple-form-bootstrap.onrender.com/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: