Displaying 1 result from an estimated 1 matches for "my_coocki".
Did you mean:
my_coockie
2007 Aug 30
2
RoR - Some Questions Before Starting
...columns which are filled/updated automatically. These
are a few: created_at, created_on, updated_at, updated_on. There I
could get the full list of these columns/fields names and how
everything works? I don''t want to write code like a blind man.
2) Cookies could be accessed using cookies[:my_coockie], using this I
can read/create/update cookie?
3) The hole RoR application for me has one hole at least I think so at
this point. The are controllers, actions but what about the main page?
RoR firstly looks in the public directory and loads HTML or other
files if it exists. There are index.htm(l),...