I want to know what are ways or how to use the Active Scaffold without
Database connection ....
I mean Instead of Database I will have a CSV or Flat file.....
Thro Active Scaffold Plug-in how to read this file instead of
database....
Kindly Can I have you Ideas and Views..... ASAP.....
- Antony
--
Posted via http://www.ruby-forum.com/.
Kindly provide you suggestion.
> --Antony
Then, if you're really set on ActiveScaffold, and if you really need CSV
output, use the database for storage as Matt suggested, and just write
to CSV on demand. Matt is right that using a CSV file as a database
makes no sense.
>
> Kindly provide you suggestion.
>
>> --Antony
Best,
--
Marnen Laibow-Koser
http://www.marnen.org
mar...@marnen.org
Actual Scenario is ..... In out project there are lot of config
pages.....
ex : Setting server time....
so in csv or flat file .... it will not be more then 3 records......
we have 10 config like this as of now later it will be around 20......
If I use Active scaffold means I don't need to create views
I hope you get my point .......
-Antony
You're not listening. Let me make it clearer.
Do not use ActiveScaffold with a CSV file -- it will not work. Use
ActiveScaffold with a database. If no database, then no ActiveScaffold.
Is that clear now?
>
> -Antony
Best,
--
Marnen Laibow-Koser
http://www.marnen.org
mar...@marnen.org