README.md in app_drone-0.7.0 vs README.md in app_drone-0.8.0
- old
+ new
@@ -4,11 +4,11 @@
## Overview
AppDrone aims to take the bore out of setting up a Rails app just the way you like it. It's a code library that builds generator code that builds your Rails app code - R A I L S C E P T I O N!
-*If you're super lazy, a shiny UI for choosing and configuring drones is coming soon! Right now, it's CLI only :P*
+Don't want to fiddle around with the command line? No problem! Head on over to http://drone.bz and make use of the shiny Ember.js-powered UI.
## Installation
Add this line to your application's `Gemfile`:
@@ -247,16 +247,25 @@
- [base] Bundle
- [base] Stylesheet (Sass & Compass)
- [base] Javascript (Coffescript & jQuery)
- [base] SlimView
- [base] Cleanup
-- [views] HighVoltage
+- [views] HighVoltage, by ThoughtBot
- [views] Flair (drones use this to demonstrate their working functionality)
- [views] SimpleForm (with optional Country Select and automatic Twitter Bootstrap integration)
-- [ui] Chosen, by harvestHQ
+- [auth] Sorcery, for no-frills user authentication
+- [auth] CanCan, for role-based authorization
+- [auth] EasyRoles, to add roles to your User models
+- [model] Migrant, for easier schema management
+- [model] Squeel, improving on ActiveRelation
+- [model] RankedModel, for sorting and ranking objects
+- [ui] Chosen select, by harvestHQ
- [ui] Bootstrap, by Twitter
+- [ui] Gritter, for jQuery growl-like notifications
+- [ui] Underscore.js utility belt
- [ux] Ember (the Ember.js library)
+- [dev] LetterOpener, to preview email in the browser instead of sending it
### Frozen drones (currently in development)
- [base] Database (currenly rake db:migrate in template will break non-sqlite dbs)
@@ -285,11 +294,11 @@
### Future drones (TODO - I'll get there some day!)
- [ui] Stylesheet utils
- [ui] SlimViews: Add browser-specific classes to <html> via useragent + helpers..
-- [ui] Bootstrap: vendor files rather than gem require
+- [ui] Bootstrap: vendor files rather than gem require (is this necessary? seems all variables can be customized in an external sheet as long as it's required before compass_twitter_bootstrap)
- [ui] jQuery shims
- [ui] jQuery UI (vendor + theme etc.)
- [ui] pie.htc for IE
- [ui] HTML5 shim for IE
- [uploads] CarrierWave (and optional cloud resizing thingy)
@@ -312,9 +321,10 @@
- [views] ShowFor
- [views?] RedCarpet
- [?] Nokogiri
- [?] Mechanize
- [?] Money
+- [misc] NiftyGenerators
- [ui] jQuery.transit
- [ui] Ember Touch (gesture support for Ember: pinch, pan etc.)