Skip to content

Using template to create app with launching soon

krick edited this page Sep 13, 2010 · 1 revision

You can start using launching-soon plugin with this rails template
Here is what you need to get started.


rails -m http://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.

You might also want to use it with base template like so:


rails -m http://github.com/krick/rails-templates/raw/master/my_new_shiny_application.rb your_app_name
Clone this wiki locally