public
Description: guestbook application written in merb using recaptcha spam protection and haml
Homepage:
Clone URL: git://github.com/michaelh/merbguestbook.git
merbguestbook / README
100644 26 lines (18 sloc) 0.558 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
MerbGuestbook
 
A merb guestbook application using spam protection (recaptcha) and haml.
 
The following dependencies are needed:
 
- merb 0.9.7
- merb-more
- merb_global
- merb_helpers
- merb_activerecord
- gravtastic
 
- merb_paginate http://github.com/gogolok/merb_paginate/
- merb_recaptcha http://github.com/gogolok/recaptcha/
- merb-fixtures http://github.com/gogolok/merb-fixtures/
 
 
You need to set the environment variables
RECAPTCHA_PUBLIC_KEY
and
RECAPTCHA_PRIVATE_KEY
before starting the application.
 
You should also protect the pages below /admin.