Mathias Uhl said
Thanks for this tutorial - it is a great introduction to refinerycms.
A subscription is required to view this video. Enroll Today
Refinery is a flexible and easily extendible Rails CMS that remains very accessible to an end user. In this episode, Josh Van Cleef walks you through setting up and customizing a Refinery app from the beginning.
Thanks for this tutorial - it is a great introduction to refinerycms.
Good video... I'm interested in using entities relationships inside the same engine with appropriate dashboard user interface. In the video there was example of Team-Driver-relationship, when admin could create new driver by selecting appropriate team via combobox. Is that possible to simplify that process using nested routes, so that admin can select team in the teams page first and then create new driver in appropriate team page without selecting it via combobox?
Right now RefineryCMS now supports Rails 3.2 but it recommends using it with Ruby 1.9.3 not Ruby 1.9.1
greate video, thank's it will be versy usefuel for us.
This is a great screen cast, thanks a lot
Great Video, I was with some difficult in understanding refinerycms, your video helped me a lot!! Thank you
Hello. Great video.
I just don't understand why you are overriding generated models. They are in vendor/engines directories and they are there for you. Refinery best practice is to edit them direct. Overriding is here only for copying files hidden in gem.
Really nice tutorial. Well done :)
Great tutorial - clear and concise. Will definitely look to use this in a future project.
Igmarin's right, but the Refinery CMS team is expecting to roll out the 2.0 gem within the month, this version is compatible up to rails 3.2. In the meantime, I've created a walkthrough of how to get started on that version via github. http://semanteks.com/blog/posts/refinerycms-on-rails-32
I think is important to notice, that the current RefineryCMS only works with Rails 3.0.X and to run:
refinerycms appname --rails-version 3.0.X