Hi Again!
I hate to be a PITA, but one more issue:
<extend tag="nav-item">
*
*
*
</extend>
works in RC2, but produces:
undefined method `nav_item' for class `#<Class:0xaeb1a54>'
in RC3.
The original def tag for nav-item is in the RC3 file
*gems/hobo-1.3.0.RC3/lib/hobo/rapid/taglibs/rapid_navigation.dryml*, as
in the RC2 file
*gems/hobo-1.3.0.RC2/lib/hobo/rapid/taglibs/rapid_navigation.dryml*
but I can't seem to make it visible to application.dryml (where I
include the file that extends nav_item) in the RC3 code.
Ideas anyone?
Don Z.
BTW, I have had problems in RC2 and before with the order in which
dryml files are included. This looks to be along the same lines except
that things that fixed the problem before no longer work in RC3.
On 10/25/2011 12:49 PM, Bryan Larsen wrote:
Please test with your app, we're hoping to release this as 1.3.0 final
in a few days.
Notable changes:
- Matt Jones is responsible for the majority of these patches and for
cleaning up our Lighthouse. Thanks Matt.
- #966 exposed bugs in both Rapid and some user applications where<%
was used instead of<%=. If your app breaks, that might be the first
thing to check.
- will_paginate is a common pain point for new users, so hopefully
this release will help.
Here's the shortlog from 1.3.0.RC2:
9702117 Fix new-link on index-for pages.
164bc3a support for will_paginate 3.0
672c60e better handling of name_attribute on generated pages and in translations
04dd273 fix restore_locals
9369bfd fixed typos - administrtator => administrator, ActiveSuport =>
ActiveSupport
5c17a23 de-contextualize the table-plus search form tag
cbf7a24 [#888] fix handling of has_one and is_a
265475c mention what go-back needs to work
b5ee0fe [#714] don't make users log in to sign up
f913d95 [#753] put the inherited callback someplace it will actually get called
d3a7f44 fix handling of @model instance variables
a450d53 [#964] [#726] fix handling of can_view when repeating over an array
83e96e1 [#774] respect :primary_key option in select-one and friends
2367f9f [#788] indicate disabled buttons
982e7b3 [#780] handle magic options in all positions for auto_actions
3a1f398 [#960] force count option to integer in ht
aa33235 [#771] fix in-place editing and broken integer-select-editor
44bf29c remove non-working references to onBefore callback
a0c3cf0 [#748] fix create-button attribute handling
c06e190 rename Hobo::Controller::User to UserBase to avoid shadowing
application models
d854d52 [#951] pass default on to repeated invocations of choose
2395c8c [#708] check index name length before creating
eab4d6a [#769] harmonize behaviors of select-one-editor and select-one
aceb7af [#779] for-type now works outside of tag definitions
bbe3ac5 [#700] complain about useless :unique => true declaration
23893f5 [#747] show non-reversible reflections in aside
abb2120 [#777] handle new records and nils correctly in belongs_to test methods
17011ac [#966] support Rails 3-style block helpers
3ef3252 [#915] ignore generated :polymorphic klass shims in migration generator
76ba85d [#967] mark escaped string as html_safe in text type
9593993 [#967] fix obscure heisenbugs caused by class reloading after
basic types are registered
8f8371f use Time fallback when mass-assigning Date fields
926ec93 remove the span wrapper around primary-content
983c411 in future, CHECK the w3c specs before assuming you remember them ;)
6883fee [#755] wrap name-one in fields-with-errors correctly
2fbeac3 Identify the label to allow clicking the label instead of only
the checkbox
3717200 reduce chance of collisions in francois' patch to check-many
c3e7994 clarify some documentation for table tag.
2498d17 [#970] fix handling of before/after/prepend/append params with
new ERB parser
8cf9783 hack around issue with return value vs output buffer in new_context
0164d93 further fixes to ERB in params behavior
8a9c59b skip page / form generation for non-hobo_model_controllers
865563e [#966] fix dev-user-changer and select-menu bugs exposed by #966 bugfix.
f3a5900 target version RC3
These can easily be turned into a URL, for example
https://github.com/tablatom/hobo/commit/865563e
Bryan
--
You received this message because you are subscribed to the Google Groups "Hobo
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/hobousers?hl=en.