CHANGES
-------
Revision ...ab8a9bb committed by Jim Kingdon <kin...@panix.com> on 2009-10-07 12:47:33
Motivate each example with comments.
The whole point of the examples directory is that it doesn't just
describe behavior, like a spec, but motivates it in
a somewhat well-developed use-case-like example situation.
examples/hello.rb | 3 +++
examples/wrapping.rb | 8 ++++++++
2 files changed, 11 insertions(+), 0 deletions(-)
Revision ...bb897d4 committed by Jim Kingdon <kin...@panix.com> on 2009-10-07 12:34:54
Update block/widget examples for API changes.
Specifically, they need Erector.inline and Erector::InelineWidget.
examples/blocks-via-widget.rb | 2 +-
examples/nesting-determines-meaning.rb | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
Revision ...3051509 committed by Jim Kingdon <kin...@panix.com> on 2009-10-07 12:20:49
Update wrapping.rb example for API change.
Specifically, this one needs Erector.inline.
examples/wrapping.rb | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Revision ...2557500 committed by Jim Kingdon <kin...@panix.com> on 2009-10-07 12:14:41
Update hello.rb example.
Update it for the API change to no longer provide attr_accessor for you.
examples/hello.rb | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
See http://ci.pivotallabs.com:3333/builds/Erector/ab8a9bb for details.