No description
Find a file
2012-02-05 22:01:28 -08:00
bin first commit 2012-02-05 22:01:28 -08:00
lib first commit 2012-02-05 22:01:28 -08:00
public first commit 2012-02-05 22:01:28 -08:00
test first commit 2012-02-05 22:01:28 -08:00
views first commit 2012-02-05 22:01:28 -08:00
.gitignore first commit 2012-02-05 22:01:28 -08:00
config.ru first commit 2012-02-05 22:01:28 -08:00
Gemfile first commit 2012-02-05 22:01:28 -08:00
Gemfile.lock first commit 2012-02-05 22:01:28 -08:00
Rakefile first commit 2012-02-05 22:01:28 -08:00
Readme.md first commit 2012-02-05 22:01:28 -08:00
update-and-restart.sh first commit 2012-02-05 22:01:28 -08:00

Stormy Weather

A web server blueprint using Sinatra and Redis.

Storm Weather is only a vague idea. Trying to nail down a lightweight blueprint for projects that have user accounts and admin accounts.

Models

Account Model

Admin Model

Controllers

Account Controller

Admin Controller

Public Controller

Helpers

Accounts

Admin

Authorization

FAQ

Utils

Views

Tests

% rake test

The tests are pretty slow. Mocking out Redis didn't improve the speed of tests. Advice on speeding them up is greatly appreciated.

Thanks

These truly are gems. Thanks to all the maintainers.

  • ActiveSupport
  • Bcrypt
  • Erubis
  • Pony
  • Rack and Rack::Test
  • RDiscount
  • Redis
  • Rmagick
  • SimpleCov
  • Sinatra
  • Thin

License

Licensed under the terms of the MIT license.

© 2012 Sami Samhuri <sami@samhuri.net>