{"id":14955396,"url":"https://github.com/pablob07/journey_template_rails","last_synced_at":"2026-01-20T05:07:38.706Z","repository":{"id":54775260,"uuid":"522619863","full_name":"PabloB07/Journey_Template_Rails","owner":"PabloB07","description":"Ruby Template with ESBuild, TailwindCSS, Sidekiq, Friendly_id, Kaminari, Lucide icons, Devise. for Rails 6 and 7.","archived":false,"fork":false,"pushed_at":"2023-06-15T10:48:00.000Z","size":43,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T09:43:00.202Z","etag":null,"topics":["devise","esbuild","gems","javascript","rails","rails6","rails7","ruby","tailwindcss","template"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PabloB07.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"PabloB07"}},"created_at":"2022-08-08T16:08:26.000Z","updated_at":"2023-06-09T10:41:45.000Z","dependencies_parsed_at":"2024-09-29T06:17:36.118Z","dependency_job_id":null,"html_url":"https://github.com/PabloB07/Journey_Template_Rails","commit_stats":{"total_commits":13,"total_committers":2,"mean_commits":6.5,"dds":0.07692307692307687,"last_synced_commit":"dafeef22c48d411d84baefa4b1c5dbd15ce3dcbc"},"previous_names":["pablob07/journey_template_rails"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PabloB07%2FJourney_Template_Rails","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PabloB07%2FJourney_Template_Rails/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PabloB07%2FJourney_Template_Rails/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PabloB07%2FJourney_Template_Rails/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PabloB07","download_url":"https://codeload.github.com/PabloB07/Journey_Template_Rails/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247631263,"owners_count":20970037,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["devise","esbuild","gems","javascript","rails","rails6","rails7","ruby","tailwindcss","template"],"created_at":"2024-09-24T13:11:05.832Z","updated_at":"2026-01-20T05:07:38.640Z","avatar_url":"https://github.com/PabloB07.png","language":"HTML","funding_links":["https://github.com/sponsors/PabloB07"],"categories":[],"sub_categories":[],"readme":"# 🧗🏻‍♂️ Journey Template\nA Rails 6 \u0026 7 application template for personal use. This particular template utilizes [TailwindCSS](https://tailwindcss.com), a utility-first CSS framework for rapid UI development.\n\nNow we don't need Webpack, we need the new ESBuild!\n\n## 💎 Included gems\n\n- [devise](https://github.com/plataformatec/devise)\n- [friendly_id](https://github.com/norman/friendly_id)\n- [kaminari]()\n- [sidekiq](https://github.com/mperham/sidekiq)\n- [lucide-Icons (React)]()\n- [chilean-rutify]()\n- [simple-form-tailwind]()\n- Etc, etc...\n\n## 🍀 Tailwind \u0026 ESBuild\nWith Rails 6 \u0026 7 we have ESBuild by default now. so we can generate fresh\n\n### **WARNING** \u003c\u003e ```For Rails 6, please use version \u003e= 6.1```\n\n# 🔨 How it works\n\nWhen creating a new rails app simply pass the template file through.\n\n# 👨🏻‍🎨 Creating a new app\n\n```ruby\nrails new myapp -d \u003cpostgresql, mysql, sqlite3\u003e -m template.rb\n\n```\nOr\n```ruby\nrails new myapp -d \u003cpostgresql, mysql, sqlite3\u003e -m \"Raw URL\"\n```\n\n## Finally\n\n```ruby\nbin/dev\n```\n\n# ✅ Once installed what do I get?\n\n- ESBuild support + Tailwind configured in the `app/javascript` directory.\n- Devise with a new `name` field already migrated in. The name field maps to the `first_name` and `last_name` fields in the database.\n- Support for Friendly IDs thanks to the handy [friendly_id](https://github.com/norman/friendly_id) gem. Note that you'll still need to do some work inside your models for this to work. This template installs the gem and runs the associated generator.\n- Optional Foreman support thanks to a `Procfile`. Once you scaffold the template, run `foreman start` to initalize and head to `locahost:3000` to get `rails server`, `sidekiq` and `bin/dev` running all in one terminal instance. Note: Will still compile down with just `rails server` if you don't want to use Foreman. Foreman needs to be installed as a global gem on your system for this to work. i.e. `gem install foreman`\n\n# More?, yes.\n\n- A custom scaffold view template when generating theme resources (Work in progress).\n- Git initialization out of the box\n- Custom defaults for button and form elements\n- Lucide Icons, for React rails app **NEW**\n- Devise login support\n- Kaminari\n- Chilean Rutify\n- ActiveStorage Support\n\n# 🔜 Things to come on this template\n\n- Mrsk\n- Faker\n- Cancancan\n- name_of_person\n\nIf you are using this template and you feel good using this template please ⭐️ my Template :)! or you have a question and feel confusing and you want to contribuite please create a Issue.. all contributions are Welcome!\n\n### **Cheers 🤟🏻.**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpablob07%2Fjourney_template_rails","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpablob07%2Fjourney_template_rails","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpablob07%2Fjourney_template_rails/lists"}