{"id":16900023,"url":"https://github.com/runlevel5/sail_plan","last_synced_at":"2026-04-18T09:36:52.489Z","repository":{"id":5462579,"uuid":"6657758","full_name":"runlevel5/sail_plan","owner":"runlevel5","description":null,"archived":false,"fork":false,"pushed_at":"2012-08-22T19:30:30.000Z","size":87,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-17T08:19:50.954Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":false,"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/runlevel5.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-11-12T17:51:00.000Z","updated_at":"2015-01-05T18:28:01.000Z","dependencies_parsed_at":"2022-07-08T00:20:23.667Z","dependency_job_id":null,"html_url":"https://github.com/runlevel5/sail_plan","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/runlevel5/sail_plan","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runlevel5%2Fsail_plan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runlevel5%2Fsail_plan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runlevel5%2Fsail_plan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runlevel5%2Fsail_plan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/runlevel5","download_url":"https://codeload.github.com/runlevel5/sail_plan/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runlevel5%2Fsail_plan/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31964371,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"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":"2024-10-13T17:51:20.327Z","updated_at":"2026-04-18T09:36:52.458Z","avatar_url":"https://github.com/runlevel5.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sail Plan #\n![Sail Plan will get you up and sailing quickly](http://upload.wikimedia.org/wikipedia/commons/8/87/Tackling.png)\n\nSail Plan is [DockYard](http://dockyard.com)'s Rails template\n\n## Usage ##\n\n```\nrails new app_name --old-style-hash -T -d postgresql --skip-bundle -m https://raw.github.com/DockYard/sail_plan/master/template.rb\n```\n\n## Stack ##\n\n* Configured for [PostgreSQL](http://postgresql.org)\n* [Haml](http://haml.info)\n* [Compass](http://compass-style.org)\n* [SimpleForm](https://github.com/plataformatec/simple_form)\n* [Exceptional.io](http://exceptional.io)\n* [Modernizr](http://modernizr.com) (through a [CDN](http://www.cdnjs.com))\n* [EasyAuth](https://github.com/DockYard/easy_auth)\n* [BackboneJS](backbonejs.org)\n* [haml_coffee_assets](https://github.com/netzpirat/haml_coffee_assets)\n* [WillPaginate](https://github.com/mislav/will_paginate)\n* [Pages](https://github.com/DockYard/pages)\n* [Thin](https://github.com/macournoyer/thin)\n* [Google Frame is being turned on](http://www.google.com/chromeframe)\n\n### Devlopment Environment ###\n\n* [QuietAssets](https://github.com/evrone/quiet_assets)\n* [Debugger](https://github.com/cldwalker/debugger)\n\n### Testing Environment ###\n\n* [RSpec](https://www.relishapp.com/rspec)\n* [Capybara](https://github.com/jnicklas/capybara)\n* [Poltergiest](https://github.com/jonleighton/poltergeist)\n* [CapybaraEmail](https://github.com/DockYard/capybara-email)\n* [FactoryGirl](https://github.com/thoughtbot/factory_girl)\n* [Bourne](https://github.com/thoughtbot/bourne)\n* [ValidAttribute](https://github.com/bcardarella/valid_attribute)\n* [Timecop](https://github.com/jtrupiano/timecop)\n* [Debugger](https://github.com/cldwalker/debugger)\n* [Fivemat](https://github.com/tpope/fivemat)\n* [DatabaseCleaner](https://github.com/bmabey/database_cleaner)\n\n### Environment Additions ###\n\n* `app/assets/fonts` has been added to the asset pipeline\n* `application.css` has been renamed to `application.css.sass` and it always requires `app/assets/stylesheets/application/index.css.sass`\n* A print style sheet has been added: `app/assets/stylesheets/print.css.sass` that always requires `app/assets/stylesheets/print/index.css.sass`\n\n## Notes ##\n\nThe template expects [PhantomJS](http://phantomjs.org) to be installed\nvia [Homebrew](http://mxcl.github.com/homebrew). If `PhantomJS` is not\ninstalled the template will make a single attempt to install. If that\nattempt fails the template will exit.\n\n## Authors ##\n\n* [Brian Cardarella](http://twitter.com/bcardarella)\n* [Dan McClain](http://twitter.com/_danmcclain)\n\n## Legal ##\n\n[DockYard](http://dockyard.com), LLC \u0026copy; 2012\n\n[@DockYard](http://twitter.com/DockYard)\n\n[Licensed under the MIT license](http://www.opensource.org/licenses/mit-license.php)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frunlevel5%2Fsail_plan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frunlevel5%2Fsail_plan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frunlevel5%2Fsail_plan/lists"}