Module

Scaffolds

Scaffolds

Rails UI supplies pre-designed scaffolds in addition to the Rails defaults. To accomplish this you can run an alternative generator when scaffolding a new resource.

Custom scaffold generator

rails generate railsui:scaffold ModelName

The custom scaffold generator performs the same function as the default but uses alternative view templates when generating. Below is an example of each template for the Hound theme.

Note: Changing your Rails UI theme will not automatically update existing scaffolds to match the new theme.

Index

Posts

Title

Example post title

Content

Example post content

View post

Title

Example post title 2

Content

Example post content 2

View post

Show

post #1

Edit

Title

Example post title 2

Content

Example post content 2

New

New Post

Edit

Edit Post

Partial

Title

Example post title 2

Content

Example post content 2