Displaying 5 results from an estimated 5 matches for "marciaalmeida".
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 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
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