
Thanks for the recommendations. My users are predominantly non technical folks who want to develop content on different topics. This is what got me started for a solution that can be simple enough without needing too much hand holding. I will investigate more on the suggestions.
@mark, your solution sounds interesting. Do you have an estimate about your service launch?
--
You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" group.
To view this discussion on the web visit https://groups.google.com/d/msg/rails-oceania/-/SeBWu6EB24cJ.
To post to this group, send email to rails-...@googlegroups.com.
To unsubscribe from this group, send email to rails-oceani...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rails-oceania?hl=en.
Hello,
I am looking for a Rails 3.x based CMS gem/engine that can support custom data set for use within a website. Couple of solutions I considered are locomotive and comfortable mexican sofa. Both of them seem more suited for blog style websites. The closest I found to support some form of dynamic content creation was Google Forms (though not a CMS).
Ideally the CMS will be a reusable admin portal that allows an authenticated user to define a "Content Type" and associated attributes with data type. A Content Manager adds actual data to these predefined content types, which will be visible in the public facing website. I have also explored Spree Commerce, but feel it is an overkill for my use.
Please let me know if there is an alternative I can consider. If anyone is interested, I am also open to funding a project to build a solution.
Thanks for your help.
Cheers,
Pria
--
You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" group.
To view this discussion on the web visit https://groups.google.com/d/msg/rails-oceania/-/qe-OVu9yOyMJ.
To post to this group, send email to rails-...@googlegroups.com.
To unsubscribe from this group, send email to rails-oceani...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rails-oceania?hl=en.
Pria,We have no hard launch date at present. If I could understand your specific requirements (for example, what kinds of content, what workflow process you want_, I could be clearer. Can we take this off group?To give you an idea where we are going, this article provides some motivation: http://sunlightlabs.com/blog/2009/content-management-systems-just-dont-work/ Essentially, the architecture of our product aims at allowing users to do more than a typical CMS while providing clear ways for Rails developers to extend, or even replace, what's there.cheers
Mark
On 27 June 2012 02:59, Pria <ng....@gmail.com> wrote:
Thanks for the recommendations. My users are predominantly non technical folks who want to develop content on different topics. This is what got me started for a solution that can be simple enough without needing too much hand holding. I will investigate more on the suggestions.
@mark, your solution sounds interesting. Do you have an estimate about your service launch?To view this discussion on the web visit https://groups.google.com/d/msg/rails-oceania/-/SeBWu6EB24cJ.
--
You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" group.
To unsubscribe from this group, send email to rails-oceania+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/rails-oceania/-/slv7pnPz42UJ.
To unsubscribe from this group, send email to rails-oceani...@googlegroups.com.
You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" group.
To post to this group, send email to rails-...@googlegroups.com.
To unsubscribe from this group, send email to rails-oceania+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rails-oceania?hl=en.
--
You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" group.
To post to this group, send email to rails-...@googlegroups.com.
To unsubscribe from this group, send email to rails-oceania+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rails-oceania?hl=en.
To view this discussion on the web visit https://groups.google.com/d/msg/rails-oceania/-/QPWdKj8PzpcJ.
To unsubscribe from this group, send email to rails-oceani...@googlegroups.com.
In my experience, any CMS that allows users to create content types through a GUI is a behemoth almost by definition.John
--
You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" group.
To view this discussion on the web visit https://groups.google.com/d/msg/rails-oceania/-/s3DGvBG-H0gJ.
To post to this group, send email to rails-...@googlegroups.com.
To unsubscribe from this group, send email to rails-oceani...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rails-oceania?hl=en.
The reason we've gone down the metadata track is we want users to be able to build as much of it as possible, rather than relying on developers writing DSL. We're pragmatic though, and recognise some things are just worth 'hardening' a bit more: a developer would prefer to work closer to the code. So I see out two approaches as being applicable, depending on the context and complexity of the varieties required.
Which is why Refinery doesn't have that 'feature' :-)In version 2.0 we moved further away from storing things in the database because it's unreliable, messy and hard to migrate between environments. I'd far prefer to give the developer greater control whilst giving the user the ability to edit the things the developer *wants* them to edit.What I want to add in future is a git backend for storing things like pages (or anything really) .. but that's a pipe dream currently.
--
You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" group.
To view this discussion on the web visit https://groups.google.com/d/msg/rails-oceania/-/LuAc6-8yvfkJ.