{"id":20769366,"url":"https://github.com/bayars/rails-blog-sample","last_synced_at":"2026-05-06T09:34:15.031Z","repository":{"id":39700518,"uuid":"161029911","full_name":"bayars/Rails-Blog-Sample","owner":"bayars","description":"The project made with Ruby on Rails that is simple blog application. ","archived":false,"fork":false,"pushed_at":"2024-03-28T18:43:53.000Z","size":55972,"stargazers_count":1,"open_issues_count":9,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T19:45:08.619Z","etag":null,"topics":["blog","hacktoberfest","postgresql","ruby","ruby-2-6-5","ruby-on-rails"],"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/bayars.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}},"created_at":"2018-12-09T10:56:53.000Z","updated_at":"2022-04-23T19:03:04.000Z","dependencies_parsed_at":"2023-12-29T16:31:38.015Z","dependency_job_id":"5196c66b-909e-4435-a4d9-c9f8c612d078","html_url":"https://github.com/bayars/Rails-Blog-Sample","commit_stats":null,"previous_names":["bayars/rails-blog-sample"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bayars/Rails-Blog-Sample","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bayars%2FRails-Blog-Sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bayars%2FRails-Blog-Sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bayars%2FRails-Blog-Sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bayars%2FRails-Blog-Sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bayars","download_url":"https://codeload.github.com/bayars/Rails-Blog-Sample/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bayars%2FRails-Blog-Sample/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32687068,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T08:33:17.875Z","status":"ssl_error","status_checked_at":"2026-05-06T08:33:17.221Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["blog","hacktoberfest","postgresql","ruby","ruby-2-6-5","ruby-on-rails"],"created_at":"2024-11-17T11:43:35.390Z","updated_at":"2026-05-06T09:34:15.013Z","avatar_url":"https://github.com/bayars.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rails Sample Blog\n\n[![pipeline status](https://gitlab.com/rection/WorkofRails/badges/master/pipeline.svg)](https://gitlab.com/rection/WorkofRails/-/commits/master)\n\nHi, It's running with ruby-2.6.5 and rails 6.0. It's has admin panel and you can login and sign up. This is live in [Heroku](https://serene-anchorage-83026.herokuapp.com).\n\nThe main page:\n![image](public/main_page.png)\n\nFor use for development;\n\n## Development\n\nFirst you need to installed rvm. You can install in [here](https://rvm.io/rvm/install). These commands preparing for run rails application.\n\n```\nrvm install ruby-2.6.5\nrvm use ruby-2.6.5\nrvm gemset create blog\nrvm use ruby-2.6.5@blog\n```\n\nYou need to install gems and configure postgreSQL connection. It might be install postgreSQL and postgreSQL-devel. I used PostgreSQL 11 but you have to use up to PostgreSQL 10 version.\n\n```\nRAILS ENV=development bundle install\nRAILS ENV=development bundle exec db:setup\nRAILS ENV=development bundle exec db:migrate\n```\n\nYou can run with;\n\n```\nRAILS ENV=development rails server\n```\n\n## Test\n\nIf you want to run rspec tests;\n\n```\nrspec spec/\n```\n\n## Production:\n\n```\ngit clone https://gitlab.com/rection/WorkofRails\ncd WorkofRails\n```\n\nRvm installation need to do and that is upside.\n\n```\nRAILS ENV=production bundle install\nRAILS ENV=production bundle exec db:setup\nRAILS ENV=production bundle exec db:migrate\n```\n\nThe last step is running unicorn.\n\n```\nRAILS ENV=production rails server\n```\n\n\nI use reverse proxy on Nginx. That's change with your style.\n![image](public/site.png)\n![image](public/article.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbayars%2Frails-blog-sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbayars%2Frails-blog-sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbayars%2Frails-blog-sample/lists"}