1) What's the difference between a tag invocation without a colon,
with a colon on the end of the tag name and with a colon in the middle
of the tag name.
2) Why doesn't Hobo throw an error for an undefined parameter?
3) How come I can't mix parameter and non-parameter tags?
other questions? Anybody want to volunteer to answer some of these?
cheers,
Bryan
what's a good DRYML editor?
nXml. the default XML mode for emacs is way too heavy. It works best
with a schema, and dislikes how Hobo uses colons for its own purposes
rather than for namespacing. For emacs users, I recommend xml-lite:
http://dogbiscuit.org/mdub/software/xml-lite.el
Here's my .emacs:
(require 'xml-lite)
(set-variable 'xml-lite-indent-offset 2)
(add-to-list 'auto-mode-alist '("\\.dryml$" . xml-lite-mode))
What other editors have an XML mode that works with DRYML?
Bryan
A lot more than you might think. The weird thing about learning rails thru hobo is taking hoboisms for granted and then wondering how the "regular" rails coders manage.
I found three things useful:
1. Rails cast podcasts- they're typically five or ten minutes on one concept
2. The rails website
3. Books:
Enterprise Rails
Ruby Best Practices
Rails Antipatterns
Design patterns in ruby
Well Grounded Rubyist
Sent from my iPhone
> --
> You received this message because you are subscribed to the Google Groups "Hobo Users" group.
> To post to this group, send email to hobo...@googlegroups.com.
> To unsubscribe from this group, send email to hobousers+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
>
http://cookbook-1.4.hobocentral.net/manual/faq
So everybody please click on the "edit this page" link and help us out!
I hope nobody minds me using questions and/or answers, I wasn't sure
what the best way to give credit was. Feel free to edit the page and
take credit for your answers.
Bryan