Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation


I was thinking about this post: http://news.ycombinator.com/item?id=1568298

I don't like the Google branding, either.

I figured out how to do it from this post:

http://ididitmyway.heroku.com/past/2010/3/30/superdo_a_sinatra_and_datamapper_to_do_list/

One thing of note, you should change this in main.rb:

get '/all' do
 @emails = Email.all
 erb :show
end

It's obviously unsecure. If you're not too worried, you could simply obfuscate it and make it a really hard to guess URL ... or get fancy and put some authentication around it.

About

Heroku / Sinatra / Email Collection

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages