Marnen Laibow-Koser wrote in post #957911:
> Vadim Comanescu wrote in post #957907:
> [...]
>> What i'm trying to figure out is if Rails can provide me the ORM needed
>> for this kind of stuff or should am i doomed to build my own from
>> scratch.
>
> There's no R to build an ORM to. The standard Ruby library does provide
> a decent filesystem interface, though.
>
> Best,
> --
> Marnen Laibow-Koser
> http://www.marnen.org
> marnen@marnen.org
I was thinking of mapping every system resource in an entity (object) in
my application. Also considering that it will have a rich web interface
for configuration im thinking pure scripting just wont do it without a
backend server where the application runs. And it would be really hard
from what i'm guessing now to actually reflect the complex interactions
in the system without a well designed layered architecture for this.
That's why i was wondering about rails considering the MVC architecture
and the implementation of object aggregation like has_a or belongs_to or
any other relationships that might have helped me alot. But i guess
rails for this would be an overkill.
Thanks again.
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
No comments:
Post a Comment