Skip to content

reallygoodsoftware/h1rails

Repository files navigation

H1 Rails

H1 Rails is the quickest way to make beautiful web apps with minimal complexity. It uses Ruby on Rails, but centers on HTML, CSS, and Javascript, with the goal of being extremely approachable to developers who are new to Rails.

What's Inside

Forms

  • Clean, consistent styling for all form input types. Read More
  • Support for multi-selects tag select, type to search. Read More
  • Code examples for commonly used patterns e.g nested relationships. Read More

Icons

Pre loaded icons from Heroicons and Tabler Icons, powered by inline_svg.

<%= inline_svg_tag("heroicons/check.svg") %>

More On Icons

Modals Open any action in a modal with one line.

class MyController
  before_action :renders_in_modal, only: [:edit]
end

Documentation & Demos

  • Documentation is available at h1rails.com.
  • Demos are available at /demos in the app.

About

A Rails Boilerplate that follows HTML First principles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages