Skip to content

New Rails Template Application for your next amazing project

License

Notifications You must be signed in to change notification settings

maful/eci-rails

Repository files navigation

Eci Rails Template

Special thanks to @excid3 (Creator of GoRails.com) for inspiring me to create this project.

Libur.run - Empower Your HR with Next-Gen Open Source Self-Serve Platform

Getting Started

👉 Eci requires Rails >= 6.0

Features

  • Authentication
  • Webpacker configuration by default
  • Tailwind CSS as a CSS framework
  • Included testing

Roadmap

  • Add OmniAuth
  • Use Tailwind CSS components by default
  • Use Sidekiq for background processing
  • Integrate Devise to ActionCable Rails
  • Setup RSpec, FactoryBotRails, Faker and much more
  • Setup Docker out of the box

Creating a new amazing app 😍

If you prefer for using PostgreSQL as a database

rails new amazing_app -d postgresql -m https://raw.githubusercontent.com/maful/eci-rails/master/template.rb

To run your app, use foreman start

Cleaning up 😢

rails db:drop
spring stop
cd ..
rm -rf amazing_app

About

New Rails Template Application for your next amazing project

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published