Displaying 3 results from an estimated 3 matches for "merb_helpers".
2008 Feb 05
1
Unknown method error with control_for
Is there a trick to using control_for in forms? I''ve been trying to
make a simple form with a couple of text fields and I keep getting a
unknown method error.
Thanks!
2008 Feb 01
0
Helpers in 0.9
...I can do. But before I start I wanted to ask around
and see if these will be staying in merb-core, or if they should be
moved off to -more.
I want to start with the url helper and then get the js and css
helpers. I think these should stay in core personally. After that I
will probably try and get merb_helpers working, which I am assuming
will be moved to -more or stay a standalone gem.
Shay Arnett
2007 Dec 19
4
Questions on writing plugin for merb
Hey all,
I am looking to write a plugin for merb and have a few queries about
how to best go about it. I have a few questions (sorry if some are
very merb newbie ones):
- It seems all the plugins are gems; I can just add dependencies (my
plugin will require soap4r) as per any usual gem spec?
- If I want my plugin to add some new generate functionality? Is this
possible? If so, are there