search for: boci

Displaying 4 results from an estimated 4 matches for "boci".

Did you mean: bci
2005 Dec 01
0
symlink and 0.14.3
Hi! I have a little problem with 0.14.3. I followed the http://wiki.rubyonrails.com/rails/pages/HowtoUseSymLinksToGraftRailsOntoYourWebsite but it''s not work. My rails directory is /home/boci/ujautoszalon and I symlinked the public dir to /home/httpd/htdocs/ujautoszalon2, but it''s not find the database.yml file. Here is the whole log: ============================================== Mysql::Error in Admin/manufacturers#index Access denied for user: ''@localhost'...
2006 Jan 04
0
Layered/Delegated WebService
Hi! How can I access to the Controller from a Layered web service? Cow
2006 Jan 07
0
Bug in rails?
Hi! The last 2 day''s I tried create WebService which get back ActiveRecord object, but it''s always get back error. Today I found why. In Mysql the boolean type is a int(1) alias, but in postgresql the boolean type is boolean(!). When in the database table contain boolean type the AWS going to crazy because it''s can''t recognize it. (It''s say:
2006 Jan 06
6
AWS and array of Model
Hi! I try to use a layered webservice and I want to get back an array of users; In the API I use: api_method :listUsers,:returns=>[[User]] in the service: def listUsers User.find(:all) end Result in soap mode: Don''t know how to cast TrueClass to Object Result in XML-RPC mode: You have a nil object when you didn''t expect it! You might have expected