search for: obhg

Displaying 8 results from an estimated 8 matches for "obhg".

2007 Nov 13
4
Public folder simple question
...blic folders for each different domain... Thanks in advance... -- Gianluca Tessarolo TreNetMediaMaster S.r.l. The Internet Technology Company Telefono +39(049)776196 Fax +39(049)8087806 Visit us @: http://www.trenet.it - http://www.mediamaster.it e-mail me @: tessarolo.gianluca-6ZZdBs7hMehZp5Udy/Obhg@public.gmane.org ---------------------------------------------------------------------- Le informazioni trasmesse sono destinate esclusivamente alla persona o alla società in indirizzo e sono da intendersi confidenziali e riservate. Ogni trasmissione, inoltro, diffusione o altro uso di queste infor...
2007 Oct 31
7
Question for rails multidomain application design
Hi to all, I would design an application for multidomain support and my question is what is the best practice to do this kind of application ? Eg.: I think to write my application handling the multidomain into routing map: map.connect ":domain/:controller/:action" map.connect ":domain/:controller/:action/:id" Assuming that I hanlde 3 domains for 3 different customers:
2007 Feb 21
1
how to install globalize 1.2 in ROR
hi, can any one tell how to install globalize 1.2 in raby on rails step by step as soon as possible -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2009 Apr 02
4
Uploads with FCKEditor
Hello everyone. Since I''ve found very poor documentation about the rails FCKEditor plug-in and Easy-FCKEditor (which is a fork of the very same plug-in), I decided to bother you with my noobish questions. I have this weird sensation that the image-uploading feature of FCKEditor isn''t supposed to work magically, without some sort of server side preparation, but I have no idea
2010 Feb 09
3
acts_as_tree question
Hi, I''m trying to implement a very simple acts_as_tree search in my index html. I am able to show the parents, with no issue, but the children will not show. I have something like this for the parent, which displays fine: <% for group in Group.roots %> <td> <tr> <a href="#" onclick="Effect.BlindDown(''show_<%=
2007 Dec 04
37
Can`t connect to MySQL Database with Netbeans 6 for RoR ?
Hello, I am just yes fighting is the right word through the Netbeans 6.0 for RoR guidance: [quote]1.gem install mysql 2.Choose the win32 build. 3.Install MySQL and put its /bin directory on your path.[/quote] did the first 2 steps but what means step 3 ??? Your path? What is my path and which path? The connection to the MySQL database is also not working, why? what do i wrong? Please help :)
2008 May 21
0
Errors in using gdb (PR#11496)
...7QeNvz2xmxw9aGzfNTRM8oHZC+MZ7O6Mpyw9ak Tz4wJBKJNNNZHX1ghoPZbKRpeVaHQExZfeAA0886uNSamOF3kmFYD3ZwCvQMyJHS+5mZPcnO jzNPmJ4Fq/fZwNLBzOqTX+G3jNV7403oj8PBxIypyT+K0Q0GIg6sDsJA0GnDgNUDAO+wGXit qBOmv7PrWB3eV3rdlp/AyX1f8oepiNX7A8f18Uzopl44l2NNdnW4b5alfcEfOEsIju2NB2N7 J4YAOk8z4vmddhj6QMu+P54tuul104/p8SDoRF3Yb/oBHG+HEx/hePoR3trgYxz5cXewRV7g wuotCDObh7GTDhxNob+b+bvEGaD3JxbHhP97KbzHUeYdk/mGpbPFQHVpR63WMOzqE9UMC6OX bWwJ4IqZufAdoSZWx7rE/OQDnHpochaobIg3/xPP4NsgHf4c86s2mAw2J5FIJBKxugOoK/dr ZfWIZ3XfT8E7c27p8ayekfkEq2dzPCLVx5ntHo/3LH1g+H1ZPKtH2fjKSQbo9QHUw27cjXrj 4y3G6jgFRDGr94DV/Vann5nNi1g9TFl9YsLGoJvaUacuh1TeB2YivW...
2007 May 28
1
upload_column problems on post after validation error
Hi to all the crew ! I''ve a little (big ?) problem. I''m using upload_column plugin, it works very well but it throws an exception when I try to repost the form after a validation error. Here some details: Model: (hostel.rb) HOSTEL_PHOTO_DIR = Proc.new {|inst, attr| "hostel/#{inst.id}"} HOSTEL_PHOTO_THUMB = "100x100" HOSTEL_PHOTO_NORMAL =