search for: 20060622

Displaying 20 results from an estimated 63 matches for "20060622".

Did you mean: 20060122
2006 Jun 22
0
maildir++ Quotas - bizarre behavior.
...l as the output of the aforementioned debugging. Please help. Steve -------------- next part -------------- A non-text attachment was scrubbed... Name: quotalogging.patch Type: application/octet-stream Size: 6797 bytes Desc: not available URL: <http://dovecot.org/pipermail/dovecot/attachments/20060622/d17d0ecc/attachment.obj> -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: ls-lR.txt URL: <http://dovecot.org/pipermail/dovecot/attachments/20060622/d17d0ecc/attachment.txt> -------------- next part -------------- An embedded and charset...
2006 Jun 22
3
Importing images with file_column over http?
...to upload a file, or enter in a URL to store as file on the system. Any/all help would be cool. -- seth at subimage interactive http://www.subimage.com/sublog/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060622/9942cc31/attachment.html
2006 Jun 22
2
Embed a Rails app within another?
...ot;sub" application, but I have no ideas. Brad -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3245 bytes Desc: S/MIME Cryptographic Signature Url : http://wrath.rubyonrails.org/pipermail/rails/attachments/20060622/50566999/smime.bin
2006 Jun 22
1
Models and Backgroundrb
...Engine and uninitialized constant LoginEngine", when i try to do a find in the worker code!!! Why am i getting this error? -- nothing much to talk -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/backgroundrb-devel/attachments/20060622/5550f7bf/attachment-0001.html
2006 Jun 21
3
Great news from the micro$soft front
...sjobs.be/news/20060621018 -- Facts are stuborn things -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 250 bytes Desc: OpenPGP digital signature URL: <http://lists.centos.org/pipermail/centos/attachments/20060622/c39cc439/attachment-0002.sig>
2006 Jun 22
4
rendering partials in layouts?
Hello all, Forgive me if this is a really stupid question. How do you render partials in a layout? It''s probably way easier than i believe it to be. thanks! -- Posted via http://www.ruby-forum.com/.
2006 Jun 22
4
Latest CVS: no fonts?
...ied and pasted all of the font files from the equivalent location in one of my backups to this directory and I can read all of the buttons again. Thanks, Vince -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20060622/aad47e67/attachment.htm
2006 Jun 22
1
Thoughts on building a Voicemail only Asterisk server?
...the bill above? Or experience running a similar application? Just looking for some thoughts on RAM, Processor speed, Disc etc... Thanks in advance. -Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060622/42288d8c/attachment.htm
2006 Jun 22
4
Passing DID to external number?
...h internal extensions and both external numbers should ring according to the ring group setting. Any ideals what's going wrong? Kind regards Brian. UK -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060622/785d1c9e/attachment.htm
2006 Jun 22
2
[LLVMdev] Heads Up: libLLVMCore.a and loadable modules
...://lists.cs.uiuc.edu/mailman/listinfo/llvmdev -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20060622/e3469ef2/attachment.sig>
2006 Jun 21
2
Mouseover Speed Issues
I''m having severe speed issues on our server (localhost is lightening fast!). Here''s the call: <img src= <%= @pics[col].img_url %> height=80 width=60 onMouseover="<%= remote_function(:update => "diag_box", :url => { :action => :preview, :tit => @pics[col].mname, :desc => @pics[col].description })%>;"> It''s an
2006 Jun 22
0
acts_as_threaded with pagination
...-- Regards, Ian Connor http://www.projectlounge.com (the code is available at svn://svn.projectlounge.com/open/light - see the discussion forum and posts model) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060622/89176127/attachment.html
2006 Jun 22
2
Setting an index on a collection_select
...lasses/ActionView/Helpers/FormHelper.html#M00038 9 Thanks, Jeff Dean www.jefdean.com <http://www.jefdean.com/> jeff@jefdean.com 917 414 7801 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060622/cbaed2b9/attachment.html
2006 Jun 22
3
create pie chart
Hi, I want to be able create a pie chart using rails, does anyone know of any plugin''s taht could help me here? Scott -- Posted via http://www.ruby-forum.com/.
2006 Jun 22
1
Active Record question, orphaned children
...Card < ActiveRecord::Base belongs_to :deck end def destroy Deck.find(params[:id]).destroy redirect_to :action => ''list'' end -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060622/6e582851/attachment.html
2006 Jun 22
0
xml rpc client
...rorra.com.ar www.iplan.com.ar <http://www.iplan.com.ar/> www.rorra.com.ar <http://www.rorra.com.ar/> 5031-6303 15-5695-6027 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060622/86ea0b4d/attachment.html
2006 Jun 22
1
error messaging for a form without ActiveRecord model
I have a form that has no ActiveRecord model behind it, it is just composed of random fields like "email_address", "email_body", etc. Even though there is no model, some of these fields are required, and I would like to use the built-in Rails methods for automatically showing errors in the form. Unfortunataely, I can only see how to do this if the form is based on an
2006 Jun 22
1
finding one db entry and how to display it in a view
Here is my controller: class BrowseController < ApplicationController def index @products = Product.find(:all) end def item @products = Product.find(:all, :conditions => "id = #{params[:id]}") end end --- the ''item'' method is bothering me, because I know I should be able to simply do: def item @product = Product.find(params[:id])
2006 Jun 22
0
Domain modelling and ActiveRecords
...tel: 33(0)6.61.48.57.65/33(0)3.81.88.62.02 e-mail: etorreborre@yahoo.com blog: http://etorreborre.blogspot.com -------------------------------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060622/e104874a/attachment-0001.html
2006 Jun 22
2
str_replace PHP Function Equiv.
I''ve been searching for ages and not come up with anything on the internet. I was wondering if there is a Rails equiv. for the PHP function str_replace. For example; variable_for_new_string("value_to_repace", "string_to_replace_with", "string_to_perform_modification_to") Thanks in advance for any help. -- Posted via http://www.ruby-forum.com/.