[Rails] Re: rails, dynamic tables and erp/crm
frankjmattia@gmail.com wrote:
> well i'd like to thank everyone who's given me some responses. i've
> looked at all the precooked solutions that were suggested but what it
> really boils down to is i enjoy the programming challenge and i'm
> still not convinced i need/want to switch all the data in my app to
> someone elses app. it just isnt worth it for my needs.
Well, there is something to be said for not reinventing the wheel. On
the other hand, if you can build a better wheel, do it!
>
> im going to look deeper into using serialize but what i really wanted
> was the full abilities of rails for validations, callbacks, etc...
You can have that in any Rails app. Serialization is not relevant to
that.
Now, it's true that serialization can be abused. You want to make sure
that you separate fields as much as possible if you know that they're
going to be separate. But it's great for dynamic user-defined
attributes.
>
> in any event.. thanks for the input guys, it was much appreciated.
>
> - FJM
Best,
--
Marnen Laibow-Koser
http://www.marnen.org
marnen@marnen.org
Best,
--
Marnen Laibow-Koser
http://www.marnen.org
marnen@marnen.org
--
Posted via http://www.ruby-forum.com/.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home