Displaying 1 result from an estimated 1 matches for "structuree".
Did you mean:
  structure
  
2006 Mar 16
6
Newbie question - Rails without database
Hello to all,
I am entirely new to Ruby and also to Ruby on Rails. As far as I understand, 
Rails builds its model according to the a specified table structuree in in the 
database.
However, most of my applications, are for the most part (except some backend 
CRUD stuff) not database centric. They do a lot of calculation for the user.
So, how can I create a model, when no database is needed, and yet, have it 
running on the Rails framework?
Greetings
M...