Displaying 2 results from an estimated 2 matches for "stadia".
Did you mean:
sadia
2004 Jul 09
7
IRC channel #asterisk on irc.freenode.net
Hi all!
It's great to start with "for dummies" question, but hey, we all have
been human infants also =)
Problem is, that I can not log on to this channel and I haven't found
anything helpful during the past few days either.
1. The irc.freenode.net server gives me "Couldn't look up your hostname"
and "No identd (auth) response" followed with
2011 Apr 05
4
Rails 3.0.5 gives SQLite3::SQLException for the same code that works on 3.0.3
Hello,
I recently updated Rails to 3.0.5. The very same code that worked on
3.0.3 now gives error.
The code is:
def kategorialista
Kategoria.where(:elfogadva => TRUE).order("nev").collect {|s|
[s.nev, s.sefuri]}
end
It is in application_controller.rb with
helper_method :kategorialista
The error it gives on 3.0.5:
SQLite3::SQLException: no such table: kategoria: SELECT