[Rails] Re: Accessing a file with normal Ruby IO fails. Security is

2008-11-23 Thread RichardOnRails
Hi Duilio, Thanks for your responses. I'll try them out today. I have a slight digression: in the process of removing my debugging code I managed to mess a few things up, which I'll have to fix first. I'll post back with the outcome. > PS: I'm sorry for my English No apology necessary. It

[Rails] Re: Accessing a file with normal Ruby IO fails. Security is

2008-11-22 Thread Duilio Ruggiero
Duilio Ruggiero wrote: > RichardOnRails wrote: >> Hi, >> >> I'm developing a small Rails 2.2.0 app. I have a slightly modified >> scaffold-generated file, >> PayrollSys\app\controllers\cvs_items_controller.rb, as follows: >> >> class CvsItemsController < ApplicationController >> # GET /cvs_i

[Rails] Re: Accessing a file with normal Ruby IO fails. Security is

2008-11-22 Thread Duilio Ruggiero
RichardOnRails wrote: > Hi, > > I'm developing a small Rails 2.2.0 app. I have a slightly modified > scaffold-generated file, > PayrollSys\app\controllers\cvs_items_controller.rb, as follows: > > class CvsItemsController < ApplicationController > # GET /cvs_items > # GET /cvs_items.xml >