One thing I'll say about Locomotive, besides it being just an awesome take on CMS and being incredibly powerful under the hood, is that the quality of code just completely blew me away. Didier, and later other members of the team like Mario, care about the hygiene, visual formatting, test coverage, extensibility, and properness in a way I just haven't really seen in other open source projects (mine included!).
If you're looking for basically a canonical example of rails-done-right to learn from or base certain practices from, look at Locomotive CMS.
Oh, and again, it's a totally awesome (and beautiful!) CMS as well.
Hi @rb2k_, thanks for the feedback.
About the demo link, since we do not have a stable version of the engine yet, we chose to disable our demo platform. But it'll be coming soon !
You're totally right about the installation procedure. Like the other open source projects such as Spree for instance, we miss an executable which will help users to start a new engine with ease. That could be perhaps your first contribution to the project :-)
I actually agree with the OP in general. I have a mistrust of MongoDB overall, and avoid using it in big, data-intensive situations...
BUT, in LocomotiveCMS and a few others, it make brilliant sense. Like you mentioned, it's very lightweight in terms of DB-writes, and allows for a flexibility that when put together the way the the Locomotive team has done makes a CMS a wonderful thing for end users.
So I think you guys are both right in the this case. Choose the right tool for the job and all that... and the Locomotive team definitely chose the right tool.
Just an opinion - none of us will be able to push Locomotive in an enterprise setting (which is precisely where CMS makes a lot of sense) without it supporting a relational DB.
Dont get me wrong - I get the value proposition of mongo - but in this case, it is taking away a lot and not giving me anything in return.
We chose the tools that worked best for us and for our clients. LocomotiveCMS is already used by startups, web agencies, and big companies to design, deploy, and update sites every day. If Mongodb becomes a limiting factor, or if someone provides an equally elegant implementation on top of a RDMS, we'll happily switch. Until then, we'll focus on building our vision of the most elegant and friendly CMS possible.
I'm not well-versed in Mongo, but it seems like the comment was saying that he didn't trust Mongo to handle any writes. Your response seems to say that since there aren't many writes to lose, it's okay. Does that concede that Mongo will lose data? (I didn't know that about Mongo.)
To explain the parent comment, in a write heavy application, you would probably want to turn off transactions in Mongo in return for the performance gain.
What the comment you're responding to is saying is that when you aren't making many writes, you can afford to switch transactions on and have Mongo lock the whole database because the odds of having a read come in at the same moment are much lower than if you were making a write every second.
Ahh, thanks for the explanation. This clears up something I didn't know about Mongo (next to nothing other than that the other commenters all seemed to indicate that it should not be used for writes).
If you're looking for basically a canonical example of rails-done-right to learn from or base certain practices from, look at Locomotive CMS.
Oh, and again, it's a totally awesome (and beautiful!) CMS as well.