Sha256: 538564d72d13405ab1ef50e33e4e3f43f18188dc89d344fdc0bc0b079bedb673

Contents?: true

Size: 742 Bytes

Versions: 2

Compression:

Stored size: 742 Bytes

Contents

increase performance ~10%

anonymous views

view
  class level view required defaults to [] not nil
  join on widgets?
  pass block to render method so you can yield!
  better error messaging when rendering buffer, which line in content is causing the problem?
  script and style tags auto escape
  
partial
  pass the block content to partial instances too
  partial passes down params from parent view

page
  embed_js, embed_css file content, string content
  make content method = page_content, so that downstream views can just use content as their main method


name changes (for less name collision):
  options to initialization_options
  curator to _curator
  look at other names for possible issues


# CoverGirl
rails style helpers

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
garterbelt-0.0.9 TODO
garterbelt-0.0.8 TODO