Displaying 6 results from an estimated 6 matches for "sebesti".
Did you mean:
sebasti
2006 Apr 02
16
12 / 16 = 0
Hi,
Just thought it was weird that Ruby doesn''t automatically cast ints to
floats. Seems so un-rubyish
irb(main):006:0> 12/16
=> 0
irb(main):007:0> 12.to_f / 16.to_f
=> 0.75
Jeroen
2006 Feb 21
4
rekord id-je .create után
Hali!
Mi a legegyszer?bb m?dja annak, hogy egy pl. note = Notes.create(...)
ut?n megkapjam az adott note ActiveRecord id-j?t (primary key)? Sajnos
ez ugye 0, mivel frissen lett l?trehozva...
?tlet?
G?bor
2006 Mar 08
5
@params["aKey"] and multiple aKeys in request
Hi,
I''ve actually run into an interesting problem and no idea how to fix
it. In request parameters i have multiple "url" keys like this:
url=www.abc.com&url=cnn.com&url=....
But @params[:url] has only the latest value for "url" key instead of
having values kept in array.
So what''s next? Is there way out of this issue?
Thanks,
G?bor
PS.: I use rails
2006 Mar 16
1
include once in partials
Hi!
I have to include javascript code into my partial but I should do it
once. How can I do that?
What is the rule of thumb?
G?bor
2006 Mar 16
1
include once in partial
Hi!
I have to include javascript code into my partial but I should do it
once. How can I do that?
What is the rule of thumb?
G?bor
2005 Aug 25
1
newbie questions about hosting address
Dear Rails groups,
thank you for all the previous helps in this group, and me being a newbie is getting more comfortable with rails and now I finish most of the scaffold modification without much problem. My question is(I know it''s absolutely basic questions but I''m a real outsider :~( ) I have been developing in my own pc, now my office ''s other people will test on it,