Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

RoR && "coming soon" page

I am looking for a simple way to implement simple "coming soon" (pre-launch) page for my project on Ruby on Rails. User should be able to leave an email in order to be notified when project is launched.

Is there such a plugin\gem? Or I should do it myself...

like image 719
Konstantin Avatar asked Nov 19 '09 12:11

Konstantin


2 Answers

Launching Soon is a rails plugin. It also integrates with MailChimp or Campaign monitor.

like image 81
coreypurcell Avatar answered Oct 14 '22 08:10

coreypurcell


I hope people don't interpret this as shameless self-promotion but I've just implemented exactly that functionality in a web service. It's called ComingSoonApp http://comingsoonapp.com. Besides capturing the email addresses, it also embeds your google analytics code so that you can see how traffic is building to your site.

like image 38
Denis Hennessy Avatar answered Oct 14 '22 06:10

Denis Hennessy