Displaying 3 results from an estimated 3 matches for "streufert".
Did you mean:
streifert
2006 Mar 17
2
Controller/View Organization (Newbie Question)
...ese methods.
The biggest possibility of all is that I am missing some glorious way
Rails has for handling this sort of situation, and someone can set me
straight with a link to a web page or API doc ;) Either way, I would
be extremely grateful for any input you might have.
Thank you!
Justin Streufert
monitron@gmail.com
2006 Mar 29
1
View sharing between controllers?
Good evening all....
My first Rails project is flourishing, thanks in no small part to
good advice I received from members of this mailing list (thanks!).
However, I''ve run into an interesting spot on which I''d really
appreciate your advice.
My app''s main controller currently has about a dozen views,
presenting various information about the models. This
2006 Apr 05
0
Submitting sortable_element as part of form
Good evening all...
I''ve been marveling over how easy it is to make amazing drag-sort
interfaces using sortable_element. My users are really blown away by
how intuitive and simple these controls are. However, in my current
project I''m trying to use it in a particular way which has me stumped.
Normally the sortable_element makes an AJAX request whenever it is
changed.