-
Notifications
You must be signed in to change notification settings - Fork 120
Home
Lance Pollard edited this page Sep 24, 2012
·
51 revisions
- Application and File Structure
- Models
- Views
- Controllers
- Stores
- Net (HTTP and WebSockets)
- Assets
- Commands, Generators, and Tasks
- Support (Helpers and Utilities)
- file upload plugin (use paperclip as an example)
- handle large file uploads
- handle image resizing
- authorization plugin (use cancan as an example)
- authentication plugin (use devise as an example)
- payment gateway plugin (stripe, braintree, and others)
- metrics plugin (tracking in realtime arbitrary events)
- auditing plugin (track which users performed which action, and keep version history of record changes)