Rails Tabler Starter

screenshot of Rails Tabler Starter
rails
bootstrap
scss

Rails Tabler Starter

Free and open source Ruby on Rails starter kit built using Tabler

Overview:

Rails Tabler Starter is a boilerplate for Ruby on Rails applications that provides a solid foundation for building web applications. It includes features such as user authentication and authorization through Devise and OmniAuth, background worker and scheduler using Sidekiq and Sidekiq-Scheduler, role management, pre-built UI layouts from Tabler, and development-focused tools like Annotate, Brakeman, Byebug, and Dotenv. The goal of this boilerplate is to provide a simple and efficient starting point for developers familiar with Ruby on Rails.

Features:

  • User authentication & authorization: Authentication is handled through Devise, and OmniAuth is supported to extend authentication through third-party providers. Authorization is implemented using Pundit.
  • Background worker & scheduler: The boilerplate uses Sidekiq and Sidekiq-Scheduler to handle background jobs and scheduling tasks.
  • Role management: The boilerplate supports standard roles across spaces and allows the creation of custom roles per space. Fine-grained permissions can be assigned to each role.
  • Multiple user groups support: The Space model is used to represent a group, such as a team, organization, or group. The boilerplate allows the creation of multiple user groups.
  • Pre-built UI layouts: The boilerplate includes high-quality UI elements and layouts from Tabler, providing a visually appealing interface for the application.
  • Development-focused tools: Annotate is included to annotate Rails classes with schema and routes information. Brakeman is used to perform static analysis and identify security vulnerabilities. Byebug is a simple debugger, and Dotenv is used to load environment variables from a .env file.

Summary:

rails
Ruby on Rails

Ruby on Rails, often referred to as Rails, is an open-source web application framework written in Ruby. Known for its convention over configuration and don't repeat yourself (DRY) principles, Rails simplifies and accelerates the development of database-backed web applications.

bootstrap
Bootstrap

Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

dashboard
Dashboard

A dashboard style website template is a pre-designed layout that features a user interface resembling a control panel or dashboard. It typically includes charts, graphs, tables, and other data visualization tools that allow users to monitor and analyze data in real-time.

template
Templates & Themes

A template or theme refers to a pre-designed layout or structure that provides a basic framework for building a specific type of application or website. It typically includes good design, placeholder content and functional features, allowing developers to customize and fill in the details according to their specific needs.