Skip to content
This repository was archived by the owner on Jul 4, 2018. It is now read-only.

Commit 119e769

Browse files
author
Philip Vieira
committed
rails_apps_composer: add README files
1 parent 1fa0eba commit 119e769

File tree

5 files changed

+223
-33
lines changed

5 files changed

+223
-33
lines changed

README

+60-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,60 @@
1-
RECIPES
2-
["apps4", "controllers", "core", "email", "extras", "frontend", "gems", "git", "init", "models", "prelaunch", "railsapps", "readme", "routes", "saas", "setup", "testing", "views"]
3-
PREFERENCES
4-
{:git=>true, :apps4=>"none", :dev_webserver=>"thin", :prod_webserver=>"thin", :database=>"postgresql", :templates=>"haml", :unit_test=>"rspec", :integration=>"none", :continuous_testing=>"guard", :fixtures=>"fabrication", :frontend=>"bootstrap3", :email=>"none", :authentication=>"omniauth", :omniauth_provider=>"twitter", :authorization=>"pundit", :form_builder=>"simple_form", :starter_app=>"none"}
1+
Pony
2+
========================
3+
4+
This application was generated with the rails_apps_composer gem:
5+
https://github.com/RailsApps/rails_apps_composer
6+
provided by the RailsApps Project:
7+
http://railsapps.github.io/
8+
9+
________________________
10+
11+
Recipes:
12+
13+
* apps4
14+
* controllers
15+
* core
16+
* email
17+
* extras
18+
* frontend
19+
* gems
20+
* git
21+
* init
22+
* models
23+
* prelaunch
24+
* railsapps
25+
* readme
26+
* routes
27+
* saas
28+
* setup
29+
* testing
30+
* views
31+
32+
Preferences:
33+
34+
* git: true
35+
* apps4: none
36+
* dev_webserver: thin
37+
* prod_webserver: thin
38+
* database: postgresql
39+
* templates: haml
40+
* unit_test: rspec
41+
* integration: none
42+
* continuous_testing: guard
43+
* fixtures: fabrication
44+
* frontend: bootstrap3
45+
* email: none
46+
* authentication: omniauth
47+
* omniauth_provider: twitter
48+
* authorization: pundit
49+
* form_builder: simple_form
50+
* starter_app: none
51+
* rvmrc: false
52+
* quiet_assets: true
53+
* local_env_file: figaro
54+
* better_errors: true
55+
* ban_spiders: true
56+
* github: true
57+
58+
________________________
59+
60+
License

README.md

+142
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,142 @@
1+
Pony
2+
=========
3+
4+
This application was generated with the [rails_apps_composer](https://github.com/RailsApps/rails_apps_composer) gem
5+
provided by the [RailsApps Project](http://railsapps.github.io/).
6+
7+
Diagnostics
8+
-
9+
10+
This application was built with recipes that are known to work together.
11+
12+
This application was built with preferences that are NOT known to work
13+
together.
14+
15+
If the application doesn’t work as expected, please [report an issue](https://github.com/RailsApps/rails_apps_composer/issues)
16+
and include these diagnostics:
17+
18+
We’d also like to know if you’ve found combinations of recipes or
19+
preferences that do work together.
20+
21+
Recipes:
22+
23+
* apps4
24+
* controllers
25+
* core
26+
* email
27+
* extras
28+
* frontend
29+
* gems
30+
* git
31+
* init
32+
* models
33+
* prelaunch
34+
* railsapps
35+
* readme
36+
* routes
37+
* saas
38+
* setup
39+
* testing
40+
* views
41+
42+
Preferences:
43+
44+
* git: true
45+
* apps4: none
46+
* dev_webserver: thin
47+
* prod_webserver: thin
48+
* database: postgresql
49+
* templates: haml
50+
* unit_test: rspec
51+
* integration: none
52+
* continuous_testing: guard
53+
* fixtures: fabrication
54+
* frontend: bootstrap3
55+
* email: none
56+
* authentication: omniauth
57+
* omniauth_provider: twitter
58+
* authorization: pundit
59+
* form_builder: simple_form
60+
* starter_app: none
61+
* rvmrc: false
62+
* quiet_assets: true
63+
* local_env_file: figaro
64+
* better_errors: true
65+
* ban_spiders: true
66+
* github: true
67+
68+
Ruby on Rails
69+
---
70+
71+
This application requires:
72+
73+
- Ruby
74+
- Rails
75+
76+
Learn more about [Installing Rails](http://railsapps.github.io/installing-rails.html).
77+
78+
Database
79+
---
80+
81+
This application uses PostgreSQL with ActiveRecord.
82+
83+
Development
84+
-
85+
86+
- Template Engine: Haml
87+
- Testing Framework: RSpec
88+
- Front-end Framework: Bootstrap 3.0 (Sass)
89+
- Form Builder: SimpleForm
90+
- Authentication: OmniAuth
91+
- Authorization: None
92+
- Admin: None
93+
94+
95+
96+
97+
98+
99+
delivery is disabled in development.
100+
101+
Getting Started
102+
103+
104+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
105+
106+
Documentation and Support
107+
108+
109+
This is the only documentation.
110+
111+
#### Issues
112+
113+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
114+
115+
Similar Projects
116+
-
117+
118+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
119+
120+
Contributing
121+
--
122+
123+
If you make improvements to this application, please share with others.
124+
125+
- Fork the project on GitHub.
126+
- Make your feature addition or bug fix.
127+
- Commit with Git.
128+
- Send the author a pull request.
129+
130+
If you add functionality to this application, create an alternative
131+
implementation, or build an application that is similar, please contact
132+
me and I’ll add a note to the README so that others can find your work.
133+
134+
Credits
135+
--
136+
137+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
138+
139+
License
140+
--
141+
142+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.

README.rdoc

-28
This file was deleted.

public/humans.txt

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
/* the humans responsible & colophon */
2+
/* humanstxt.org */
3+
4+
5+
/* TEAM */
6+
<your title>: <your name>
7+
Site:
8+
Twitter:
9+
Location:
10+
11+
/* THANKS */
12+
Daniel Kehoe (@rails_apps) for the RailsApps project
13+
14+
/* SITE */
15+
Standards: HTML5, CSS3
16+
Components: jQuery
17+
Software: Ruby on Rails
18+
19+
/* GENERATED BY */
20+
RailsApps application template: http://railsapps.github.io/

public/robots.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
#
33
# To ban all spiders from the entire site uncomment the next two lines:
44
# User-agent: *
5-
# Disallow: /
5+
Disallow: /

0 commit comments

Comments
 (0)