class InstallScrivitoMigration < Scrivito::Migration def up Scrivito::ObjClass.remove Page.create(_path: '/', title: 'Welcome to Scrivito!', body: [ HeadlineWidget.new(headline: 'A professional Cloud CMS built for Ruby on Rails.'), TextWidget.new(text: %{
With Scrivito, you can develop your website like you always did. It just works, and it just works "The Rails Way".
Your clients can edit content in-place, directly on the website itself. Intuitively, without any training or HTML skills.
You should focus on the important things: Developing the functionality and look of your website. That's why we built Scrivito as a cloud service. So you don't have to keep on updating your CMS or worry about uptime all the time. And you always get the newest features.
}) ]) end end