We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can start using launching-soon plugin with this rails template Here is what you need to get started.
rails -m https://github.com/krick/rails-templates/raw/master/launching-soon.rb your_app_name
After that you only need to customize app/views/launching_soon/default.html.erb, delete public/index.html and you are done.
app/views/launching_soon/default.html.erb
public/index.html
You might also want to use it with base template like so:
rails -m https://github.com/krick/rails-templates/raw/master/my_new_shiny_application.rb your_app_name