search for: pfeffer

Displaying 9 results from an estimated 9 matches for "pfeffer".

Did you mean: pfeiffer
2006 Apr 19
1
Flash, Rails, and Routes
...r => ''view'', :action => ''get_vars'' Thinking that maybe IE/Flash was confused by what could have been a directory path, but no dice. Any ideas? Why does a plain text file or PHP file in /public work, but a seemingly identical route not work? Thanks! Doug Pfeffer -- Posted via http://www.ruby-forum.com/.
2014 Dec 12
2
Fwd: Fwd: Fwd: Fwd: Fwd: Fwd: Fwd: Fwd: 26.
...at truemetal.org ja ich hab nen Caquelon und einen Rechaud. Dazu n Brenner und noch genug Brennpaste. Das wars. Man braucht noch Teller, Gabeln. Und K??se, gerieben. Vom St??ck, nicht aus der T??te. Brot. Wei?~_brot oder Fonduebrot. Wei?~_wein. Kirschschnapps. Etwas Speisest??rke. Knoblauch. Viel Pfeffer aus einer M??hle, frisch und schwarz. Beilagen: Mixed Pickles, Trauben, ggf B??ndnerfleisch. -------- Weitergeleitete Nachricht -------- Betreff: Fwd: Fwd: Fwd: 26. Datum: Sun, 07 Dec 2014 01:57:50 +0100 Von: Markus <universe at truemetal.org> An: universe at truemetal.org Panna Cotta U...
2006 Mar 17
10
breadcrumbs?
Before I start down this road, has anyone done a breadcrumbs implementation they''d be happy to share? Thanks Chris T
2007 Jan 28
1
Is this the best approach?
Hello, I''m working on a Rails app with a fairly complex set of model relationships. I''m abandoning my MySQL based search mechanism for Ferret/acts_as_ferret in the hopes of being able to more easily and effectivly enable searching. Before I get coding I was wondering if you folks might be able to tell me if my plan makes sense, or what could be a better way. The situation is as
2014 Dec 12
0
Fwd: Fwd: Fwd: Fwd: Fwd: Fwd: Fwd: Fwd: 26.
...ich hab nen Caquelon und einen Rechaud. Dazu n Brenner und noch > genug Brennpaste. Das wars. Man braucht noch Teller, Gabeln. Und K??se, > gerieben. Vom St??ck, nicht aus der T??te. > Brot. Wei?~_brot oder Fonduebrot. Wei?~_wein. Kirschschnapps. Etwas > Speisest??rke. Knoblauch. Viel Pfeffer aus einer M??hle, frisch und > schwarz. Beilagen: Mixed Pickles, Trauben, > ggf B??ndnerfleisch. > > > > > -------- Weitergeleitete Nachricht -------- > Betreff: Fwd: Fwd: Fwd: 26. > Datum: Sun, 07 Dec 2014 01:57:50 +0100 > Von: Markus <universe at truemetal.org>...
2005 Dec 24
10
can''t find view from Mailer?
Hi everyone, Like so many other here, I too am new to Rails (and Ruby), and so far it''s been a great experience. I haven''t been able to get around one problem though. When trying to use the mailer, I recieve an error like this: ActionView::ActionViewError in Tell_friend#send_email No rhtml, rxml, or delegate template found for send_to_friend The scenario is this: A form on
2006 Jun 07
0
using inline insert_html to generate uniquely named elements
Hello all, I?m using some inline rjs to add content with a unique id like so: In the <head>: function add_fields() { html = ''<div id="'' + new Date().getTime() + ''">''; html += "<%= escape_javascript(render :partial => ''field_set'') -%></div>"; new Insertion.After("whatever", html); } In
2006 Jun 26
0
has_many validation
Hi all, I''ve got a pretty standard has_many relationship here. Customer has_many items, and the association is being performed like so: @customer.items << @item My question regards the best way to perform validation when adding an item to a customer. Specifically, I need to make sure that a certain property of the @item matches that of the @customer. Does this type of
2006 Apr 10
0
RMagic via Rails: "Corrupt JPEG data"
Hello, I''m having some trouble with opening files with ImageMagick, by way of RMagick, from within Rails. When trying to open an existing image, I get this error: "Corrupt JPEG data: premature end of data segment: " My code is pretty straightforward: pic = Magick::Image.read(filename) I can view the image in question through the browser, so I don''t think