upmin / upmin-admin-ruby

Framework for creating powerful admin backends with minimal effort in Ruby on Rails.
MIT License
755 stars 66 forks source link

Views? #135

Closed CiaranPearse closed 9 years ago

CiaranPearse commented 9 years ago

I've successfully installed Upmin (which is awesome) but the docs are lacking. In the few docs I do see there is a reference to app/views/upmin but these seem to be missing from my project. Is there some step I missed?

mbrookes commented 9 years ago

Hi Ciaran,

At the moment you have to manually copy any view components you'd like to customise from Upmin into your rails app. You simply mirror the directory structure from app/views/upmin in your rails app, and any files you add there will override those in the gem.

You can see the files you might want to copy here (and also here if you need to customise the layout).

The docs are a bit sparse in places, but the wiki is open for edits, so once you've figured it out, please do head back and make changes where you feel they'd help. It can sometimes be hard when you're familiar with the internals to see where the gaps are in the docs.