mirror of
https://github.com/samsonjs/stormy-weather.git
synced 2026-03-25 09:15:57 +00:00
64 lines
897 B
Markdown
64 lines
897 B
Markdown
# 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.
|
|
|
|
|
|
## Models
|
|
|
|
### Account Model
|
|
|
|
|
|
## Controllers
|
|
|
|
### Account 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](http://sjs.mit-license.org).
|
|
|
|
© 2012 Sami Samhuri <[sami@samhuri.net](mailto:sami@samhuri.net)>
|