search for: segabor

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

Did you mean: gabor
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
2005 Oct 24
3
bogus find_all in Rails 0.14.1
I have the following statement cl = ChatEvent.find_all("ev_type <> #{t} and chat_id = #{@params [:chat_id]} order by created_at") which produces the following error: #42000You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''order by created_at)'' at line 1: SELECT * FROM
2006 Apr 10
1
LoginEngine 1.0.1
...ser Controller tests to parse the user_id and email out of the URL in the email body. (snowblink@gmail.com) * Ticket #89 (lazyatom@gmail.com) User creation halts the after_save callback chain. * Ticket #97 (dcorbin@machturtle.com) The forgotten_password view generates invalid HTML * Ticket #112 (segabor@gmail.com) Authentication system will break even on successful login * Added simple email validation to the User model. (snowblink@gmail.com) This should also take care of the unit test failures detailed in Ticket #114 (morris@wolfman.com) * Ticket #118 (augustz@augustz.com) SVN source for log...
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 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
2005 May 16
2
assign value to MySQL timestamp field
With what class type can I assign value to a timestamp field? I tried Time.now and DateTime.now both failed (did nothing).
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 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 Nov 16
4
What happened to mysql connection?
I''ve been using Rails for more than six months and until today I had no problem with mysql connection. It''s a Mac OS X 10.4 box having rails installed and updated by gem. I use a remote mysql server no local instance installed. Here''s my config: development: adapter: mysql database: hdchat host: 10.0.0.1 username: webuser password: test: adapter: