Commit b4fb4f6ee5ff329e301d12f413030853d03ab5e4
1 parent
b239ce7e
Exists in
master
and in
2 other branches
rails_apps_composer: add README files
Showing
4 changed files
with
232 additions
and
32 deletions
Show diff stats
README
1 | -RECIPES | |
2 | -["controllers", "core", "deployment", "email", "extras", "frontend", "gems", "git", "init", "learn_rails", "models", "prelaunch", "rails_bootstrap", "rails_devise", "rails_devise_pundit", "rails_foundation", "rails_omniauth", "rails_signup_download", "railsapps", "readme", "routes", "saas", "setup", "testing", "tests4", "views"] | |
3 | -PREFERENCES | |
4 | -{:git=>true, :apps4=>"none", :dev_webserver=>"webrick", :prod_webserver=>"thin", :database=>"mysql", :templates=>"haml", :tests=>"rspec", :continuous_testing=>"guard", :frontend=>"bootstrap3", :email=>"gmail", :authentication=>"devise", :devise_modules=>"default", :authorization=>"none", :form_builder=>"simple_form", :starter_app=>"none"} | |
5 | 1 | \ No newline at end of file |
2 | +Vlibras | |
3 | +======================== | |
4 | + | |
5 | +This application was generated with the rails_apps_composer gem: | |
6 | +https://github.com/RailsApps/rails_apps_composer | |
7 | +provided by the RailsApps Project: | |
8 | +http://railsapps.github.io/ | |
9 | + | |
10 | +________________________ | |
11 | + | |
12 | +Recipes: | |
13 | + | |
14 | +* controllers | |
15 | +* core | |
16 | +* deployment | |
17 | ||
18 | +* extras | |
19 | +* frontend | |
20 | +* gems | |
21 | +* git | |
22 | +* init | |
23 | +* learn_rails | |
24 | +* models | |
25 | +* prelaunch | |
26 | +* rails_bootstrap | |
27 | +* rails_devise | |
28 | +* rails_devise_pundit | |
29 | +* rails_foundation | |
30 | +* rails_omniauth | |
31 | +* rails_signup_download | |
32 | +* railsapps | |
33 | +* readme | |
34 | +* routes | |
35 | +* saas | |
36 | +* setup | |
37 | +* testing | |
38 | +* tests4 | |
39 | +* views | |
40 | + | |
41 | +Preferences: | |
42 | + | |
43 | +* git: true | |
44 | +* apps4: none | |
45 | +* dev_webserver: webrick | |
46 | +* prod_webserver: thin | |
47 | +* database: mysql | |
48 | +* templates: haml | |
49 | +* tests: rspec | |
50 | +* continuous_testing: guard | |
51 | +* frontend: bootstrap3 | |
52 | +* email: gmail | |
53 | +* authentication: devise | |
54 | +* devise_modules: default | |
55 | +* authorization: none | |
56 | +* form_builder: simple_form | |
57 | +* starter_app: none | |
58 | +* rvmrc: true | |
59 | +* quiet_assets: true | |
60 | +* better_errors: true | |
61 | +* pry: true | |
62 | +* jsruntime: true | |
63 | + | |
64 | +________________________ | |
65 | + | |
66 | +License | ... | ... |
... | ... | @@ -0,0 +1,147 @@ |
1 | +Vlibras | |
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 NOT 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 | +* controllers | |
24 | +* core | |
25 | +* deployment | |
26 | ||
27 | +* extras | |
28 | +* frontend | |
29 | +* gems | |
30 | +* git | |
31 | +* init | |
32 | +* learn_rails | |
33 | +* models | |
34 | +* prelaunch | |
35 | +* rails_bootstrap | |
36 | +* rails_devise | |
37 | +* rails_devise_pundit | |
38 | +* rails_foundation | |
39 | +* rails_omniauth | |
40 | +* rails_signup_download | |
41 | +* railsapps | |
42 | +* readme | |
43 | +* routes | |
44 | +* saas | |
45 | +* setup | |
46 | +* testing | |
47 | +* tests4 | |
48 | +* views | |
49 | + | |
50 | +Preferences: | |
51 | + | |
52 | +* git: true | |
53 | +* apps4: none | |
54 | +* dev_webserver: webrick | |
55 | +* prod_webserver: thin | |
56 | +* database: mysql | |
57 | +* templates: haml | |
58 | +* tests: rspec | |
59 | +* continuous_testing: guard | |
60 | +* frontend: bootstrap3 | |
61 | +* email: gmail | |
62 | +* authentication: devise | |
63 | +* devise_modules: default | |
64 | +* authorization: none | |
65 | +* form_builder: simple_form | |
66 | +* starter_app: none | |
67 | +* rvmrc: true | |
68 | +* quiet_assets: true | |
69 | +* better_errors: true | |
70 | +* pry: true | |
71 | +* jsruntime: true | |
72 | + | |
73 | +Ruby on Rails | |
74 | +------------- | |
75 | + | |
76 | +This application requires: | |
77 | + | |
78 | +- Ruby | |
79 | +- Rails | |
80 | + | |
81 | +Learn more about [Installing Rails](http://railsapps.github.io/installing-rails.html). | |
82 | + | |
83 | +Database | |
84 | +-------- | |
85 | + | |
86 | +This application uses MySQL with ActiveRecord. | |
87 | + | |
88 | +Development | |
89 | +----------- | |
90 | + | |
91 | +- Template Engine: Haml | |
92 | +- Testing Framework: Test::Unit | |
93 | +- Front-end Framework: Bootstrap 3.0 (Sass) | |
94 | +- Form Builder: SimpleForm | |
95 | +- Authentication: Devise | |
96 | +- Authorization: None | |
97 | +- Admin: None | |
98 | + | |
99 | ||
100 | +----- | |
101 | + | |
102 | +The application is configured to send email using a Gmail account. | |
103 | + | |
104 | +Email delivery is disabled in development. | |
105 | + | |
106 | +Getting Started | |
107 | +--------------- | |
108 | + | |
109 | +Lorem ipsum dolor sit amet, consectetur adipiscing elit. | |
110 | + | |
111 | +Documentation and Support | |
112 | +------------------------- | |
113 | + | |
114 | +This is the only documentation. | |
115 | + | |
116 | +#### Issues | |
117 | + | |
118 | +Lorem ipsum dolor sit amet, consectetur adipiscing elit. | |
119 | + | |
120 | +Similar Projects | |
121 | +---------------- | |
122 | + | |
123 | +Lorem ipsum dolor sit amet, consectetur adipiscing elit. | |
124 | + | |
125 | +Contributing | |
126 | +------------ | |
127 | + | |
128 | +If you make improvements to this application, please share with others. | |
129 | + | |
130 | +- Fork the project on GitHub. | |
131 | +- Make your feature addition or bug fix. | |
132 | +- Commit with Git. | |
133 | +- Send the author a pull request. | |
134 | + | |
135 | +If you add functionality to this application, create an alternative | |
136 | +implementation, or build an application that is similar, please contact | |
137 | +me and I’ll add a note to the README so that others can find your work. | |
138 | + | |
139 | +Credits | |
140 | +------- | |
141 | + | |
142 | +Lorem ipsum dolor sit amet, consectetur adipiscing elit. | |
143 | + | |
144 | +License | |
145 | +------- | |
146 | + | |
147 | +Lorem ipsum dolor sit amet, consectetur adipiscing elit. | ... | ... |
README.rdoc
... | ... | @@ -1,28 +0,0 @@ |
1 | -== README | |
2 | - | |
3 | -This README would normally document whatever steps are necessary to get the | |
4 | -application up and running. | |
5 | - | |
6 | -Things you may want to cover: | |
7 | - | |
8 | -* Ruby version | |
9 | - | |
10 | -* System dependencies | |
11 | - | |
12 | -* Configuration | |
13 | - | |
14 | -* Database creation | |
15 | - | |
16 | -* Database initialization | |
17 | - | |
18 | -* How to run the test suite | |
19 | - | |
20 | -* Services (job queues, cache servers, search engines, etc.) | |
21 | - | |
22 | -* Deployment instructions | |
23 | - | |
24 | -* ... | |
25 | - | |
26 | - | |
27 | -Please feel free to use a different markup language if you do not plan to run | |
28 | -<tt>rake doc:app</tt>. |
... | ... | @@ -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/ | ... | ... |