{"id":17224838,"url":"https://github.com/pseudomuto/rails-template","last_synced_at":"2025-03-25T16:44:44.972Z","repository":{"id":5987905,"uuid":"7210257","full_name":"pseudomuto/rails-template","owner":"pseudomuto","description":"An application template for my rails apps","archived":false,"fork":false,"pushed_at":"2013-06-20T13:10:56.000Z","size":112,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-30T14:52:35.905Z","etag":null,"topics":[],"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/pseudomuto.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-12-17T18:54:13.000Z","updated_at":"2013-06-20T13:10:56.000Z","dependencies_parsed_at":"2022-09-11T05:41:43.502Z","dependency_job_id":null,"html_url":"https://github.com/pseudomuto/rails-template","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/pseudomuto%2Frails-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pseudomuto%2Frails-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pseudomuto%2Frails-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pseudomuto%2Frails-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pseudomuto","download_url":"https://codeload.github.com/pseudomuto/rails-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245503447,"owners_count":20626164,"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":[],"created_at":"2024-10-15T04:12:07.489Z","updated_at":"2025-03-25T16:44:44.940Z","avatar_url":"https://github.com/pseudomuto.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Purpose\n==============\n\nThis is an application template I use for creating new rails apps. Basically the template:\n\n- Switches the layout engine to Haml\n- Generates app/controllers/HomeController and adds an index action\n- Generates app/views/home/index.html.haml\n- Adds \"root to: 'home#index'\" to config/routes.rb\n\nOptionally does the following:\n==============================\n\nThe template will ask whether or not you want to use these features/gems:\n\n- Add and install RSpec\n- Add and install Cucumber\n- Add and install twitter-bootstrap-rails (with less), using therubyracer (will fix later)\n\t- removes /app/views/layouts/application.html.erb\n\t- creates fluid layout at /app/views/layouts/application.html.haml\n- Inits and Initial Commit for Git\n\t- create .gitignore with common rails exlusions\n\t- git init and git add '.'\n\t- git commit -a -m \"Initial commit.\"\n\nUsage\n=====\n\nAssuming you intend to use RSpec, you will probably want to pass -T to exlude Test::Unit. Perfectly same to\nomit if you intend on not using RSpec (though I'd like to know why :/)\n\n`rails new myappname -m \u003cthisfile.rb\u003e -T`\n\nIf you prefer not to clone/fork/download the template, you can call it directly from the command line\n\n`rails new myappname -m https://github.com/pseudomuto/rails-template/raw/master/main-template.rb -T`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpseudomuto%2Frails-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpseudomuto%2Frails-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpseudomuto%2Frails-template/lists"}