Displaying 7 results from an estimated 7 matches for "caracol".
2006 Apr 28
1
rails + iis + virtual directory = desperation
Hello,
I''m getting crazy trying to configure a rails application under IIS in a 
virtual directory. I have climbed highest mountains, I have run through 
the fields, I have  visited  rails forums all over the world and I still 
haven''t found what I''m looking for :(
I know this question has already had been posted here before, but I''m 
desperate.
Does anybody
2006 Feb 28
1
Ajax functions with embedded objects
Hi,
In my project, there is an rhtml page with an embedded SVG file. In my 
javascript functions, I can find an object by id inside the SVG file 
with the following:
ObjectInSVG = 
top.document.embeds[0].getSVGDocument().getElementById("rect");
Now, I want to use Ajax methods, like link_to_remote, in the rhtml page 
to manipulate the SVG objects. The problem is that link_to_remote
2006 Apr 11
3
model classes in different folders
Hello,
I have the following structure:
- app
  - controllers
    - helpdesk
      - call_controller.rb    (Helpdesk::CallController < 
ApplicationController)
  - models
    - employee.rb
    - department.rb (Department < ActiveRecord::Base)
    - helpdesk
      - call.rb
      - call_history.rb (Helpdesk::CallHistory < ActiveRecord::Base)
Is it possible to have a relationship between
2016 May 07
0
RV: Daily mail report for 2016-05-06lzq
...77 juridico.copextel.com.cu
2 102320 control.copextel.com.cu
2 89603 vplog.copextel.com.cu
2 66303 ucixtel.copextel.com.cu
2 31203 bfi.cu
2 11148 servicios.copextel.com.cu
2 5993 pri.ecc.cu
1 782k pr.mincom.gob.cu
1 722k princesa.pri.sld.cu
1 719k pr.gobpr.co.cu
1 694k dcd.copextel.com.cu
1 672k pr.caracol.cu
1 662k ecpri.cupet.cu
top 50 Senders by message count
-------------------------------
28 leydi at pr.copextel.com.cu
18 bety at pr.copextel.com.cu
13 odalys at pr.copextel.com.cu
12 listas at sistemas.copextel.com.cu
10 claudia at pr.copextel.com.cu
10 laritza.torres at atm.transtur.cu
9 isis a...
2006 May 25
7
Grouping controllers
I''m grouping controllers to avoid cluttering the top-level namespace.
First, I used script/generate Admin::Customers new edit show list and then I
used
script/generate Admin::Providers new edit show list.
The generator created the subfolders correctly: I have an admin folder and
inside there''s customer_controller.rb and provider_controller.rb.
I have the same structure in
2006 Aug 07
0
create directory on a remote machine
Hello,
Does anybody know how can I create folders and files on a remote machine
running Win NT?  I was thinking about using RubySmb, but the project
isn''t updated since 2002, besides, it have to be compiled yet. Is there
an easier way? Maybe a ssh library...
Do you have any idea?
Thanks in advance,
Marcia
-- 
Posted via http://www.ruby-forum.com/.
2006 Mar 16
5
Multiple databases + switching databases
Hello,
I have an application that access two different DBMS - Firebird
and Postgres. So far, that''s ok. The problem is, depending on the
customer logged, a different database (Firebird) must be selected.
To make the things clearer:
Postgres: 1 database shared by all customers with these tables:
	- user
	- vehicle
	- driver
Firebird: several databases with different names and identical