{"id":14969322,"url":"https://github.com/renderedtext/base-app","last_synced_at":"2026-03-01T19:01:39.573Z","repository":{"id":848254,"uuid":"1567922","full_name":"renderedtext/base-app","owner":"renderedtext","description":"An app to help jumpstart a new Rails 4 app. Features Ruby 2.0, PostgreSQL, jQuery, RSpec, Cucumber, user and admin system built with Devise, Facebook login.","archived":false,"fork":false,"pushed_at":"2023-08-14T12:09:49.000Z","size":328,"stargazers_count":122,"open_issues_count":15,"forks_count":63,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-05-12T17:23:18.803Z","etag":null,"topics":["cucumber","database","devise","facebook-login","jquery","rspec","ruby","semaphore-open-source"],"latest_commit_sha":null,"homepage":"http://rt-baseapp.herokuapp.com/","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/renderedtext.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":"2011-04-04T16:40:46.000Z","updated_at":"2024-12-10T10:16:23.000Z","dependencies_parsed_at":"2024-09-27T11:40:47.938Z","dependency_job_id":"b2940a55-ca9a-4637-8428-d7601903a4ec","html_url":"https://github.com/renderedtext/base-app","commit_stats":{"total_commits":184,"total_committers":5,"mean_commits":36.8,"dds":0.5217391304347826,"last_synced_commit":"a90c8bb8649cff2b05de8ae59ea07b40cde392bd"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/renderedtext/base-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renderedtext%2Fbase-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renderedtext%2Fbase-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renderedtext%2Fbase-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renderedtext%2Fbase-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/renderedtext","download_url":"https://codeload.github.com/renderedtext/base-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renderedtext%2Fbase-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29980787,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T16:35:47.903Z","status":"ssl_error","status_checked_at":"2026-03-01T16:35:44.899Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["cucumber","database","devise","facebook-login","jquery","rspec","ruby","semaphore-open-source"],"created_at":"2024-09-24T13:41:36.466Z","updated_at":"2026-03-01T19:01:39.558Z","avatar_url":"https://github.com/renderedtext.png","language":"Ruby","readme":"# base-app\n\nA base Rails 4 application. Features user and admin system with Facebook login. It is instadeployable to Heroku.\n\nThe view is implemented using [Bootstrap 3](http://getbootstrap.com/).\n\nHere's a [live demo](http://rt-baseapp.herokuapp.com/). Just note that environment variables for Facebook login are not set so logging in that way will not work.\n\n\u003ca href=\"https://semaphoreapp.com/renderedtext/base-app\"\u003e\u003cimg src=\"https://semaphoreapp.com/api/v1/projects/73c4b979-0a40-49db-b10e-571d41e10d9a/133529/badge.png\"\u003e\u003c/a\u003e\n\n### Gemfile\n\n- [pg](http://rubygems.org/gems/pg) for PostgreSQL\n- [jQuery](https://github.com/rails/jquery-ujs)\n- [Devise](https://github.com/plataformatec/devise) for authenticating users with [OmniAuth](https://github.com/intridea/omniauth) for Facebook login\n- [Ransack](https://github.com/activerecord-hackery/ransack) for searching users\n- [Kaminari](https://github.com/amatsuda/kaminari) for pagination\n\nFor testing and development:\n\n- [Rspec](https://github.com/dchelimsky/rspec)\n- [Cucumber](https://github.com/aslakhellesoy/cucumber) with [Capybara](https://github.com/jnicklas/capybara)\n- [Database_cleaner](https://github.com/bmabey/database_cleaner)\n- [Debugger](https://github.com/cldwalker/debugger)\n- [Factory Girl](https://github.com/thoughtbot/factory_girl_rails)\n- [Awesome Print](https://github.com/michaeldv/awesome_print)\n- [Email spec](https://github.com/bmabey/email-spec)\n- [Shoulda](https://github.com/thoughtbot/shoulda)\n- [Thin](https://github.com/macournoyer/thin)\n\n### Setting up\n\n- Make sure you have Ruby 2.0.0.\n- Install dependencies from Gemfile: `bundle install --path .bundle`.\n- Create your `config/database.yml`, create the database and run the migrations.\n- For Facebook login to work, export environment variables `FACEBOOK_APP_ID` and `FACEBOOK_APP_SECRET`.\n- When creating a new app from this one, you will want to change\n  `config/initializers/secret_token.rb` and set `DEVISE_SECRET_KEY`\n  (see `config/initializers/devise.rb`).\n\n### License\n\nbase-app is Copyright © 2011-2014 [Rendered Text](http://renderedtext.com). It is free software, and may be redistributed under the terms specified in the LICENSE file.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenderedtext%2Fbase-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frenderedtext%2Fbase-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenderedtext%2Fbase-app/lists"}