search for: nunpodnw

Displaying 14 results from an estimated 14 matches for "nunpodnw".

2006 Jul 10
11
prototype hash method
var v1 = { a: ''value for a'', b:''value for b'' } var v2 = { c: ''value for c'', d: function(){some code...} }; var v3 = v2.merge(v1); I''m getting an error doing this... what is wrong?
2006 May 26
25
migration to rails
Hi, I''m a PHP developer and I''m think about migration to rails... my big problem is about printing web Reports, well I could not found a good thing to help me with this... Does Ror or some other ruby project have some thing to help about make/print database reports? tks
2012 Apr 18
1
Lançamento http://www.taxei.com.br
...hoje pelos sites *urbanos e afins. O site foi lançado no final do ano passado, mas tinha outro nome http://www.priceme.com.br mas achei melhor trocar por algo mais local. Aguardo ansioso por críticas e sugestões de vocês! Grande abraço a todos e participem! Thiago Taranto ttaranto-X6Rx6glfNwVfJ/NunPodnw@public.gmane.org -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-ta...
2010 May 02
8
dev tool
Can anyone suggest a development tool for RoR? How is the plugin for Eclipse? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to
2006 May 25
1
prototype Ajax.Request
Hi, I''m using like this var pars = ''table=''+this.config[''table'']+''&op=update&id=''+id; new Ajax.Request( this.config[''url''], { method: ''get'', parameters: pars,
2006 May 18
1
RE: Rails-spinoffs Digest, Vol 12, Issue 29
...gt;</img> And it doesn''t display the image. What did I do wrong? How do I make the @pic be the url that i did a search for in my database? Thank you, Ben ------------------------------ Message: 2 Date: Wed, 17 May 2006 17:56:10 -0300 From: Fernando <fernando-YZKC1iyWIStfJ/NunPodnw@public.gmane.org> Subject: [Rails-spinoffs] How to send data using prototype To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Message-ID: <446B8DEA.4070504-YZKC1iyWIStfJ/NunPodnw@public.gmane.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed I have a for...
2005 Dec 11
62
PROPOSAL: The list needs to fork (desperately).
I''d like to propsoe that the RubyOnRails mailing list forks into three lists. PROBLEM: * The list is getting swamped with traffic, making it hard to use and even harder to follow. * Many, many messages get lost, with no reply. * Due to the overwhelming traffic, it''s hard for beginners to get the help that they need, since their messages get lost in the shuffle, and
2005 Dec 22
0
ActiveRecords: save & relationships
Dear all, How many steps does ''save method'' save in has_many/belongs_to relationships ? Just to exemplify, let''s suppose: School has_many Classes Classes has_many Students School.name = ''school'' Class.name = ''class'' Student1.name = ''student1'' Student2.name = ''student2'' Class.students
2007 Dec 07
0
Associations counting
Hi, I''m using the models, User, Item, and Add. Add belongs_to User (with counter_cache enabled) Add belongs_to Item (also, with counter_cache enabled) User has_many adds, and has_many items through adds Item has_many adds, and has_many users through adds When I go to save a new Item, I want to create a new Add for this, with the proper (loged in) User: @item.adds.create :user =>
2006 Jun 16
1
mask input fields
how to mask input fields? like my mask = ''## / ####'' when user type it will put / after the second char . and bla bla bla have ror a helper for do it? or, someone knows a good js code for it? tks _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2006 Jun 28
1
Proxy
how to set my proxy, so that I can install rails with.. gem install rails --remote. please, how to define the proxy? tks. _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2006 May 17
1
How to send data using prototype
I have a form, with a input type="file", how to send this "file" to the POST var?
2006 Jan 22
1
Dynamic parameter to autocompleter
Hi All Is there any way to pass a dynamic parameter do AutoCompleter URL? I want to pass the current text on autocompleter input field plus a parameter "last", with data from field "last" When i try to use "parameters" option, they get only first value of field "last", not dynamicaly. Thanks.
2006 May 18
2
script.aculo.us auto-completing
Hi, there is a way to use the html list like <selects> so I can use a text to display information and a value that have the real information to send. like <li > <div id="value> </div> <div id="text> </div> </li> the div text, I will show , and the div value will be the value of my input.... tks