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
👉 Eci requires Rails >= 6.0
- Authentication
- Webpacker configuration by default
- Tailwind CSS as a CSS framework
- Included testing
- 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
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
rails db:drop
spring stop
cd ..
rm -rf amazing_app