semanticui-generators provides SemanticUI scaffold generators for Rails 5 (supported Rails >= 3.1).
Installs SemanticUI via Semantic-UI-Rails-LESS
Add this to your Gemfile:
gem 'semanticui-generators'
Then run these commands:
bundle
rails generate semanticui:install
rails generate scaffold post title body:text published:boolean
rake db:migrate
rails server
Go to: http://localhost:3000/posts