README.md in app_drone-0.5.0 vs README.md in app_drone-0.5.1
- old
+ new
@@ -117,11 +117,11 @@
param_with :celine_dion, :celine_in_rehab, :boolean, info: 'Is she currently in rehab?'
def align
bobby_davis_jr.say 'Hi'
bobby_davis_jr.introduce 'This is Celine Dion' if pair?(:celine_dion)
- self.get_changed if param(:wear_human_suit_over_mechaskin)
+ self.visit_changing_room if param(:wear_human_suit_over_mechaskin)
end
def execute
do! :duet_with_bobby
if pair?(:celine_dion)
@@ -136,11 +136,11 @@
class AppDrone::MyDrone < AppDrone::Drone
param :lazer_color, :string, rainbow: ['all','teh','colors!']
end
AppDrone::MyDrone.params
- # => [#<struct Struct::Param name=:lazer_color, type=:string, options=[{:rainbow=>["all","teh","colors!"]}]>]
+ # => [#<struct Struct::Param name=:lazer_color, type=:string, options={:rainbow=>["all","teh","colors!"]}>]
t = AppDrone::Template.new
t.add :my_drone, lazer_color: 'teh'
@@ -234,9 +234,10 @@
- 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
+- Bootstrap: vendor files rather than gem require
- EasyRoles
- Migrant
- HasScope
- Pagination
- jQuery shims