{"id":22201866,"url":"https://github.com/jimmycuadra/railsapp","last_synced_at":"2026-05-08T13:16:48.149Z","repository":{"id":1644635,"uuid":"2370123","full_name":"jimmycuadra/railsapp","owner":"jimmycuadra","description":"An application template for Rails.","archived":false,"fork":false,"pushed_at":"2013-01-05T18:35:07.000Z","size":124,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-30T03:24:59.776Z","etag":null,"topics":["rails","rails-template","ruby"],"latest_commit_sha":null,"homepage":"","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/jimmycuadra.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":"2011-09-12T09:07:50.000Z","updated_at":"2013-09-30T14:32:31.000Z","dependencies_parsed_at":"2022-09-04T08:00:53.885Z","dependency_job_id":null,"html_url":"https://github.com/jimmycuadra/railsapp","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/jimmycuadra%2Frailsapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimmycuadra%2Frailsapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimmycuadra%2Frailsapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimmycuadra%2Frailsapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jimmycuadra","download_url":"https://codeload.github.com/jimmycuadra/railsapp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245377955,"owners_count":20605375,"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":["rails","rails-template","ruby"],"created_at":"2024-12-02T16:11:17.894Z","updated_at":"2026-05-08T13:16:43.105Z","avatar_url":"https://github.com/jimmycuadra.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# railsapp\n\nThis is an application template for Rails that sets up projects with some useful changes from a stock install.\n\n## Features\n\n* Ignores SimpleCov coverage directory, database.yml, and .env from Git.\n* Makes example files for ones that are ignored from Git.\n* Removes useless files: public.html, rails.png, and the doc and test directories.\n* Changes the README to a blank Markdown file.\n* Changes application asset manifest files to SCSS and CoffeeScript.\n* Adds the HTML5 reset CSS with cleaned up whitespace and other small fixes.\n* Moves the `javascript_include_tag` in the application layout to the bottom of the body and always loads jQuery from Google.\n* Uses RSpec instead of Test::Unit.\n* Uses Haml instead of ERB.\n* Sets up Foreman and Guard to run your development server, RSpec + Spork, and Jasmine all with one command for continuous testing.\n* Initializes a Git repository for the app.\n\n## Usage\n\nGiven that this repository lives in ~/Code, create a new application by running:\n\n```bash\nrails new \u003capp_name\u003e --skip-bundle -m ~/Code/railsapp/template.rb\n```\n\nTo simplify this process, consider adding a Bash function, like this:\n\n```bash\nfunction railsapp { rails new $1 --skip-bundle -m ~/Code/railsapp/template.rb; }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimmycuadra%2Frailsapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjimmycuadra%2Frailsapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimmycuadra%2Frailsapp/lists"}