README.md in app_drone-0.4.0 vs README.md in app_drone-0.5.0

- old
+ new

@@ -190,10 +190,16 @@ end **Take a look at existing drones for more info!** +### Drone naming caveat + +Because `ActiveSupport::Inflector` is used, be careful when naming drones with apparent plurals - `AppDrone::EmberJs` would be incorrectly symbolized to `ember_j`. + + + ### An important reminder AppDrone is not for everyone. It's highly opinionated about how a Rails app should be laid out, but is the fruit of tons of research into best practices and maintainability. AppDrone leans especially heavily on Sass, Compass, Coffeescript and Slim. Buyer beware. @@ -205,10 +211,11 @@ - Bundle - Stylesheet (Sass & Compass) - Javascript (Coffescript & jQuery) - SlimView - HighVoltage +- Ember (the Ember.js library) - Chosen, by harvestHQ - Bootstrap, by Twitter - SimpleForm (with optional Country Select and automatic Twitter Bootstrap integration) - Flair (drones use this to demonstrate their working functionality) - Cleanup @@ -222,14 +229,17 @@ - FactoryGirl - Guard ### Future drones (TODO - I'll get there some day!) +- Database (currenly rake db:migrate in template will break non-sqlite dbs) - Stylesheet utils - SlimViews: Add browser-specific classes to <html> via useragent + helpers.. - UserAgent blocking script - Responders +- EasyRoles +- Migrant - HasScope - Pagination - jQuery shims - jQuery UI (vendor + theme etc.) - pie.htc for IE @@ -238,10 +248,9 @@ - CarrierWave (and optional cloud resizing thingy) - rails-best-practices (and the other output gem for debugging) - NewRelic - EngineYard for deployment - Backbone integration + Skim -- Ember.js integration - Pivotal tracker ## Contributing