/semanticui-generators

SemanticUI scaffold generators for Rails

Primary LanguageHTMLMIT LicenseMIT

SemanticUI Generators

semanticui-generators provides SemanticUI scaffold generators for Rails 5 (supported Rails >= 3.1).

Screenshots

SemanticUI Installation

Installs SemanticUI via Semantic-UI-Rails-LESS

Give it a try

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

Credits