search for: etozz

Displaying 3 results from an estimated 3 matches for "etozz".

Did you mean: etocz
2009 Apr 02
2
Ruby 1.9, Rails 2.3.2, and MSSQL issue
I am having a strange issue. I have upgraded to ruby 1.9.1 to do some testing on one of my machines. My app accesses a MSSQL database to pull in some information. Everything worked fine with ruby 1.8.6, but now if I try to navigate to a page that accesses that database I get this error: DBI::InterfaceError in PagesController#company Unable to load driver ''ODBC'' (underlying
2007 May 14
3
RAILS on UBUNTU
Hello Friends! :) I''ve sold my iBook before landing in LA yesterday and as long as I can''t afford buying a new one I have to do it with LINUX : ) I''ve been installing the system yesterday and it''s working good, performances on athlon are good and I''m satisfied but I have two questions.. a) which editor to use? b) is there any *session disabled*
2009 Sep 03
7
Strange NoMethodErrors in production mode, I just don't know what to do.
Hi, thanks for reading. Since hours, I am facing a problem and it seems that I am not able to solve it. Let''s say, I''ve got a model called "AnnotationType". This model has got a method called "foobar(x)". It''s just so simple. I can access this method in my unit tests, in the console (all modes), but if I start the server in production mode and try