{"id":15675133,"url":"https://github.com/secretpray/hotwire-crud-modal","last_synced_at":"2025-05-06T23:42:37.495Z","repository":{"id":45117874,"uuid":"427967228","full_name":"secretpray/Hotwire-CRUD-MODAL","owner":"secretpray","description":null,"archived":false,"fork":false,"pushed_at":"2022-01-07T04:11:04.000Z","size":616,"stargazers_count":16,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-31T04:05:27.712Z","etag":null,"topics":["crud","crud-application","hotwire","hotwire-turbo","modal","ruby","ruby-on-rails"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/secretpray.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}},"created_at":"2021-11-14T15:34:17.000Z","updated_at":"2024-08-22T00:09:55.000Z","dependencies_parsed_at":"2022-09-16T19:51:17.610Z","dependency_job_id":null,"html_url":"https://github.com/secretpray/Hotwire-CRUD-MODAL","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secretpray%2FHotwire-CRUD-MODAL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secretpray%2FHotwire-CRUD-MODAL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secretpray%2FHotwire-CRUD-MODAL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secretpray%2FHotwire-CRUD-MODAL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/secretpray","download_url":"https://codeload.github.com/secretpray/Hotwire-CRUD-MODAL/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252788387,"owners_count":21804280,"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":["crud","crud-application","hotwire","hotwire-turbo","modal","ruby","ruby-on-rails"],"created_at":"2024-10-03T15:57:08.189Z","updated_at":"2025-05-06T23:42:37.455Z","avatar_url":"https://github.com/secretpray.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Full CRUD on Hotwire\n\n\u003cdetails\u003e\n  \u003csummary\u003eGetting Started\u003c/summary\u003e\n  \n  1) Bundle install:\n  \n  ```ruby\n  bundle install\n  ```\n  2) Yarn install:\n \n  ```ruby\n  yarn install --check-files\n  ```\n  3) Prepare database (db:setup or db:prepare)\n \n  ```ruby\n  bin/rails db:setups\n  ```\n  \n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003eVideo Preview\u003c/summary\u003e\n  Hotwire CRUD simple\n\n  https://user-images.githubusercontent.com/17977331/142139566-8944ec36-3649-4a59-963e-1df8956c2dfe.mp4\n\n  Hotwire CRUD in Modal (with validation)\n\n  https://user-images.githubusercontent.com/17977331/142774000-1455e1fa-f210-40df-a314-f2f2a1c6593b.mp4\n\n  Devise User in Modal (edit profile only) and Tailwind dropdown \n\n  https://user-images.githubusercontent.com/17977331/144759682-3296d459-e2ee-4c77-a965-b6e3225384fc.mov\n\n  Hotwire CRUD for Commets \u0026 Reply with broadcast and comments live counter\n\n  https://user-images.githubusercontent.com/17977331/144759752-f09ea168-0158-4410-980a-74000ca0da01.mov\n\n  Authorization Hotwire Commets \u0026 Reply (broadcast)\n\n  https://user-images.githubusercontent.com/17977331/144826926-6c9c593d-4d51-4e4e-b49c-c18d7b5cdf50.mov\n\n  Authorization Hotwire Posts (broadcast)\n\n  https://user-images.githubusercontent.com/17977331/145093777-8c493f4d-9336-4c18-b1fa-540fa0a57f33.mp4\n\n  Hotwire Comments info: comments count and author avatar (broadcast)\n\n  https://user-images.githubusercontent.com/17977331/145165029-52a11c83-7411-4642-a343-5b82a24696b5.mov\n\n  Hotwire 'Like' model with uniq validation. In real time (broadcast), information about the number of likes and whether the user has already voted is updated.\n\n  https://user-images.githubusercontent.com/17977331/145777827-22698e2f-029b-4712-9877-57ac6f632dfe.mp4\n\n  Hotwire online user status.\n\n  https://user-images.githubusercontent.com/17977331/146153984-2170b5ca-6535-4de9-a199-439de09c58ff.mp4\n  \n  The maximum depth of nesting comments has been set (in Comment model -\u003e 3).\n  \n  https://user-images.githubusercontent.com/17977331/146458915-1ea489b5-1419-4279-a802-5657140e3b33.mp4\n  \n  Added posts sorting with Hotwire. The selected sorting method is saved in Kredis.\n  \n  https://user-images.githubusercontent.com/17977331/147132281-937e9427-a1a6-447d-88fc-973495c62802.mp4\n  \n  Added live search on posts (with validation and debounce). Posts are sorted based on search results. Added tooltip.\n  \n  https://user-images.githubusercontent.com/17977331/147553151-0a5f9df0-077f-43c7-b75a-e1edd2f8c009.mov\n  \n  Added pagination with Pagy (Hotwire)\n  \n  https://user-images.githubusercontent.com/17977331/147630254-1c79de48-f292-4c9d-99f5-bf810d136baa.mov\n  \n  Added standard infinity scroll\n  \n  https://user-images.githubusercontent.com/17977331/148028203-4f05c9dc-614b-4f6b-a9ce-b4d22f5e0767.mp4\n    \n  Added asynchronous infinite scrolling after a certain delay (2.5 seconds)\n  \n  https://user-images.githubusercontent.com/17977331/148028250-dee27f72-0e46-4591-b848-51413573339c.mp4\n  \n  Added User history search (last 5 uniq result)\n  \n  https://user-images.githubusercontent.com/17977331/148333124-cfaa9cc6-dfc4-40fd-897d-00c9aa4c2a45.mov\n  \n  Added forced sanitization of search input\n\n\n\u003c/details\u003e\n\u003cdetails\u003e\n  \u003csummary\u003eTODO:\u003c/summary\u003e\n  \n  1. Full text index search\n  \n  2. Filter search result\n\n\u003c/details\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecretpray%2Fhotwire-crud-modal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsecretpray%2Fhotwire-crud-modal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecretpray%2Fhotwire-crud-modal/lists"}