{"id":51280198,"url":"https://github.com/gilcierweb/literary-pad","last_synced_at":"2026-06-30T01:03:12.354Z","repository":{"id":365119805,"uuid":"1127027561","full_name":"gilcierweb/literary-pad","owner":"gilcierweb","description":"Discover Amazing Stories, Ruby on Rails, Turbo Stream, Stimulus.js, PostgreSQL, Redis, Tailwindcss, FlyonUI ","archived":false,"fork":false,"pushed_at":"2026-06-16T00:49:31.000Z","size":285,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-16T01:22:15.591Z","etag":null,"topics":["flyonui","postgresql","ruby","ruby-on-rails","stimulus-js","tailwindcss","turbo-streams"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gilcierweb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-03T03:04:07.000Z","updated_at":"2026-06-16T00:49:35.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/gilcierweb/literary-pad","commit_stats":null,"previous_names":["gilcierweb/literary-pad"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/gilcierweb/literary-pad","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gilcierweb%2Fliterary-pad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gilcierweb%2Fliterary-pad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gilcierweb%2Fliterary-pad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gilcierweb%2Fliterary-pad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gilcierweb","download_url":"https://codeload.github.com/gilcierweb/literary-pad/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gilcierweb%2Fliterary-pad/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34948227,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-29T02:00:05.398Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["flyonui","postgresql","ruby","ruby-on-rails","stimulus-js","tailwindcss","turbo-streams"],"created_at":"2026-06-30T01:03:11.772Z","updated_at":"2026-06-30T01:03:12.349Z","avatar_url":"https://github.com/gilcierweb.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LiteraryPad\n\nDiscover Amazing Stories, Ruby on Rails, Turbo Stream, Stimulus.js, PostgreSQL, Redis, Tailwindcss, Flyonui.\n\nThings you may want to cover:\n\n* Ruby version\n\n* System dependencies\n\n* Configuration\n\n* Database creation\n\n* Database initialization\n\n* How to run the test suite\n\n* Services (job queues, cache servers, search engines, etc.)\n\n* Deployment instructions\n\n* ...\n\n![App Nuxt](app/assets/images/literary-pad.webp)\n\n### Skills\n\n- [Ruby](https://www.ruby-lang.org/)\n- [Ruby On Rails](https://rubyonrails.org/)\n- [Ruby on Rails Guides](https://guides.rubyonrails.org/)\n- [Postgresql](https://www.postgresql.org/)\n- [Redis](https://redis.io/)\n- [Dragonfly](https://www.dragonflydb.io/)\n- [Pagy](https://github.com/ddnexus/pagy)\n- [Sidekiq](https://github.com/sidekiq/sidekiq)\n- [Rubocop rails](https://github.com/rubocop/rubocop-rails)\n- [Stimulus JS](https://stimulus.hotwired.dev/)\n- [Esbuild](https://esbuild.github.io/)\n- [Bootstrap 5](https://getbootstrap.com/)\n- [Chart.js](https://www.chartjs.org/)\n- [Tailwindcss](https://tailwindcss.com/)\n- [FlyonUI](https://flyonui.com/)\n\n### Install Ruby and Ruby on Rails\nhttps://gorails.com/setup/ubuntu/22.04\n\n\n### Run app\n\n```shell\ncd myapp\n\n./bin/dev\n#Run in http://localhost:3000 \n```\n\n### Run app with Docker and Docker Compose\n\n```shell\ncd myapp\n\ndocker-compose build\ndocker-compose up # run http://localhost:3000\n \ndocker-compose up --build # run http://localhost:3000\n\n# Optional\ndocker-compose ps\ndocker-compose stop\ndocker-compose down\ndocker-compose run --rm app rails db:create\ndocker-compose run --rm app rails db:setup db:migrate \ndocker-compose run --rm app rails db:migrate \ndocker-compose run --rm app rails db:seed \ndocker-compose run --rm app rails console\ndocker-compose run --rm app rails rspec\ndocker-compose run --rm app rails rubocop\ndocker-compose run --rm app bash\ndocker-compose run --rm app bundle install\ndocker-compose run --rm app yarn install --check-files \n\n# run http://localhost:3000\n```\n\n### Test for checks Ruby on Rails applications for security vulnerabilities with brakeman gem\n```shell\nbrakeman\nbrakeman --help\nbrakeman -o tmp/output_analysis.html\nopen tmp/output_analysis.html # open browser\n\n```\n\n### Run all specs in spec directory (excluding plugin specs). Run tests with rspec\n```shell\nrake spec # or\nrails spec\n```\n\n### Code Coverage With SimpleCov Gem\n\n#### In a Debian/Ubuntu Terminal you can use this command:\n```shell\nopen coverage/index.html\n```\n\n#### In a Mac terminal, you can use this command:\n```shell\nxdg-open coverage/index.html\n```\n\n#### Report code statistics (KLOCs, etc) from the application or engine\n```shell\nrake stats # or\nrails stats\n\n```\n\nhttps://gilcierweb.com.br","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgilcierweb%2Fliterary-pad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgilcierweb%2Fliterary-pad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgilcierweb%2Fliterary-pad/lists"}