{"id":36048017,"url":"https://github.com/developertown/rails-templates","last_synced_at":"2026-01-10T18:04:18.029Z","repository":{"id":128137175,"uuid":"3955675","full_name":"developertown/rails-templates","owner":"developertown","description":"A set of starting points for Rails applications to help kickstart development of new applications.","archived":false,"fork":false,"pushed_at":"2016-01-29T14:19:23.000Z","size":128,"stargazers_count":6,"open_issues_count":3,"forks_count":3,"subscribers_count":36,"default_branch":"master","last_synced_at":"2023-08-05T21:10:57.058Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"CSS","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/developertown.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":"2012-04-07T04:19:01.000Z","updated_at":"2020-04-03T21:05:53.000Z","dependencies_parsed_at":"2023-04-23T03:07:52.410Z","dependency_job_id":null,"html_url":"https://github.com/developertown/rails-templates","commit_stats":null,"previous_names":[],"tags_count":1,"template":null,"template_full_name":null,"purl":"pkg:github/developertown/rails-templates","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developertown%2Frails-templates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developertown%2Frails-templates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developertown%2Frails-templates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developertown%2Frails-templates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/developertown","download_url":"https://codeload.github.com/developertown/rails-templates/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developertown%2Frails-templates/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28256867,"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","status":"online","status_checked_at":"2026-01-10T02:00:06.867Z","response_time":57,"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":[],"created_at":"2026-01-10T18:01:10.580Z","updated_at":"2026-01-10T18:04:18.019Z","avatar_url":"https://github.com/developertown.png","language":"CSS","readme":"### DeveloperTown Rails Application Templates\n\nThis is a set of starting points for Rails applications to help kickstart development of new applications.\n\n------------------------------------------------------------------------------\n\n#### 1. basic_template.rb\nHighlights of this template include:\n\n* Authentication/Authorization with Devise/Authority\n* HAML + Twitter Bootstrap (Sass version)\n* Simple Form\n* Deployment to OpsWorks\n* Testing via rspec+factory_girl+guard+spring, coverage with simplecov\n\nTo use it, run:\n\n    gem install rails --no-ri --no-rdoc    # (if you need it)\n    rails new my_new_app -m https://bit.ly/DTRailsTemplate\n\n##### Important post-build things to do:\n\n1. Ensure you have defined default url options in your environments files. Here is an example of ```default_url_options``` appropriate for a development environment in config/environments/development.rb:\n\n    ```config.action_mailer.default_url_options = { :host =\u003e 'localhost:3000' }```\n\n2. Before deploying to CI, create a CI database and environment configuration.\n3. Before deploying to CI, update config/deploy.rb and the associated capistrano environment configs with appropriate configuration.\n4. Be sure to change the default ActiveAdmin username/password (u: admin@example.com, p: password)\n\n##### How to create static pages\n1. Create a file in the home folder with the same name as the url you want the page to use (i.e. organic.html.haml will be available at localhost:3000/organic)\n2. That's it. Magic!\n\n\n##### How to switch to a fluid layout\n1. Delete application.html.haml or rename it to something like application_fixed.html.haml\n2. Rename application_fluid.html.haml application.html.haml\n3. Modify the default css in application.css to make it work for a fluid layout\n\n##### How to add scaffolding\n    rails g scaffold Post title:string description:text\n    rake db:migrate\n    rails g bootstrap:themed Posts\n\nMore info: https://github.com/twbs/bootstrap-sass\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevelopertown%2Frails-templates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevelopertown%2Frails-templates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevelopertown%2Frails-templates/lists"}