Models creation Merge organisation - nbugnon/kagglito GitHub Wiki
Hi,
For this first step and as response to Anguelos.
-
Thanks for the github organisation
-
I would like you to really reconsider the scaffold function (why did you wright scUffold in your vendor?) :
- it creates everything for us and I really want to profite from this function
- as I tested it, the interaction with ActiveRecord is not a problem
- I began it this night with the Competition table. The result is impressively good. I think we could do it for every tables.
--> please take a look at http://stark-waterfall-4282.herokuapp.com/competitions and test the functions Edit, Destrox, New, Show.
-
My Idea with that was to first create the whole structure of the Database and at the same time the **interfaces **with scaffold, to after make the application working specific for our project.
-
But now, you already put your Application on the Git. I would have prefered the opposite, as in my application has many files already in Layouts, helpers, viewers, controllers, models, Assets (for CSS and JS), etc.
I will show tomorrow if I can merge both thing. But maybe I think It would be very easier to create the models with scaffold.
See you Nicolas