Sha256: b07ffce02a7b5a9d42c679fc8d6e5e745652151647290f49be0edbc53d416140

Contents?: true

Size: 1 KB

Versions: 11

Compression:

Stored size: 1 KB

Contents

NAME:             user

/define
  name:           username
  is:             one_line_text
  length between: 3, 10
  only chars:     a-z A-Z 0-9 _ - *
  unique:         enforce

/after_create

-----------------------------

background {
  url "/imgs/squares.png"
}

div.^(:col, :create) {

  form.*('#stuff') {
    post '/create'

    textarea {
    }

    div.^(:buttons) {
      button.^(:submit) { 'Create' }
    }

  }

} # div.create

div.^(:col).^(:creations) {

  div.^(:list) {

    update  :top
    every   5
    from    '/success/#stuff'

    #
    # 1) due date/time
    # 2) Limit/# of respones
    # 3) mark as done
    # 4) Collect info.
    # 5) No limit of response
    # 6) Text/story.
    # 7) Match response
    #

  } # div.list

} # div.col.creations

----------------------------


title "Hello, World!"

form {
  button "send"
}


col.c_1! {
  box {
    p.first!.hello { "Hiya" }
  }
}

col.c_2! {
  box {
    p.second!.hello.again { 
      border "1px solid #fff"
      "Hiya, again."
    }
  }
}




Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
www_app-2.3.0 specs/sample.rb
www_app-2.1.3 specs/sample.rb
www_app-2.1.1 specs/sample.rb
www_app-2.1.0 specs/sample.rb
www_app-2.0.2 specs/sample.rb
www_app-2.0.1 specs/sample.rb
www_app-2.0.0 specs/sample.rb
www_app-1.3.0 specs/sample.rb
www_app-1.2.1 specs/sample.rb
www_app-1.2.0 specs/sample.rb
www_app-1.1.0 specs/sample.rb