Skip to content

Commit

Permalink
rails_apps_composer: add README files
Browse files Browse the repository at this point in the history
  • Loading branch information
nahurst committed Mar 17, 2013
1 parent a4696bf commit bb9f996
Show file tree
Hide file tree
Showing 5 changed files with 118 additions and 266 deletions.
21 changes: 18 additions & 3 deletions README
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
RECIPES
Happy To
========================

This application was generated with the rails_apps_composer gem:
https://github.com/RailsApps/rails_apps_composer
provided by the RailsApps Project:
http://railsapps.github.com/

________________________

Recipes:
["controllers", "core", "email", "extras", "frontend", "gems", "git", "init", "models", "prelaunch", "railsapps", "readme", "routes", "saas", "setup", "testing", "views"]
PREFERENCES
{:git=>true, :railsapps=>"none", :dev_webserver=>"webrick", :database=>"sqlite", :templates=>"erb", :unit_test=>"rspec", :integration=>"rspec-capybara", :fixtures=>"factory_girl", :frontend=>"foundation", :email=>"gmail", :authentication=>"none", :authorization=>"none", :form_builder=>"none", :starter_app=>"none"}

Preferences:
{:git=>true, :railsapps=>"none", :dev_webserver=>"webrick", :database=>"sqlite", :templates=>"erb", :unit_test=>"rspec", :integration=>"rspec-capybara", :fixtures=>"factory_girl", :frontend=>"foundation", :email=>"gmail", :authentication=>"none", :authorization=>"none", :form_builder=>"none", :starter_app=>"none", :rvmrc=>true, :quiet_assets=>true, :better_errors=>true, :jsruntime=>false, :github=>true}

________________________

License
261 changes: 0 additions & 261 deletions README.rdoc

This file was deleted.

80 changes: 80 additions & 0 deletions README.textile
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
h1. Happy To

This application was generated with the "rails_apps_composer":https://github.com/RailsApps/rails_apps_composer gem provided by the "RailsApps Project":http://railsapps.github.com/.

h2. Diagnostics

This application was built with recipes that are known to work together.

This application was built with preferences that are NOT known to work together.

If the application doesn't work as expected, please "report an issue":https://github.com/RailsApps/rails_apps_composer/issues and include these diagnostics:

We'd also like to know if you've found combinations of recipes or preferences that do work together.

Recipes:
["controllers", "core", "email", "extras", "frontend", "gems", "git", "init", "models", "prelaunch", "railsapps", "readme", "routes", "saas", "setup", "testing", "views"]

Preferences:
{:git=>true, :railsapps=>"none", :dev_webserver=>"webrick", :database=>"sqlite", :templates=>"erb", :unit_test=>"rspec", :integration=>"rspec-capybara", :fixtures=>"factory_girl", :frontend=>"foundation", :email=>"gmail", :authentication=>"none", :authorization=>"none", :form_builder=>"none", :starter_app=>"none", :rvmrc=>true, :quiet_assets=>true, :better_errors=>true, :jsruntime=>false, :github=>true}

h2. Ruby on Rails

This application requires:

* Ruby version 1.9.2
* Rails version 3.2.12

Learn more about "Installing Rails":http://railsapps.github.com/installing-rails.html.

h2. Database

This application uses SQLite with ActiveRecord.

h2. Development

* Template Engine: ERB
* Testing Framework: RSpec and Factory Girl
* Front-end Framework: Zurb Foundation
* Form Builder: None
* Authentication: None
* Authorization: None

h2. Email

The application is configured to send email using a Gmail account.

h2. Getting Started

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

h2. Documentation and Support

This is the only documentation.

h4. Issues

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

h2. Similar Projects

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

h2. Contributing

If you make improvements to this application, please share with others.

* Fork the project on GitHub.
* Make your feature addition or bug fix.
* Commit with Git.
* Send the author a pull request.

If you add functionality to this application, create an alternative implementation, or build an application that is similar, please contact me and I'll add a note to the README so that others can find your work.

h2. Credits

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

h2. License

Lorem ipsum dolor sit amet, consectetur adipiscing elit.
2 changes: 0 additions & 2 deletions doc/README_FOR_APP

This file was deleted.

20 changes: 20 additions & 0 deletions public/humans.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/* the humans responsible & colophon */
/* humanstxt.org */


/* TEAM */
<your title>: <your name>
Site:
Twitter:
Location:

/* THANKS */
Daniel Kehoe (@rails_apps) for the RailsApps project

/* SITE */
Standards: HTML5, CSS3
Components: jQuery
Software: Ruby on Rails

/* GENERATED BY */
RailsApps application template: http://railsapps.github.com/

0 comments on commit bb9f996

Please sign in to comment.