forked from cuc-project/db
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rails_apps_composer: add README files
- Loading branch information
Showing
5 changed files
with
132 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,63 @@ | ||
RECIPES | ||
["analytics", "core", "deployment", "devise", "email", "extras", "frontend", "gems", "git", "init", "learn_rails", "locale", "omniauth", "pages", "rails_bootstrap", "rails_devise", "rails_devise_pundit", "rails_devise_roles", "rails_foundation", "rails_mailinglist_activejob", "rails_omniauth", "rails_signup_download", "railsapps", "readme", "roles", "setup", "tests"] | ||
PREFERENCES | ||
{:git=>true, :apps4=>"none", :announcements=>"none", :dev_webserver=>"thin", :prod_webserver=>"thin", :database=>"postgresql", :templates=>"haml", :tests=>"rspec", :continuous_testing=>"guard", :frontend=>"none", :email=>"none", :authentication=>"none", :authorization=>"none", :form_builder=>"none", :pages=>"none"} | ||
Cucdb | ||
================ | ||
|
||
Rails Composer, open source, supported by subscribers. | ||
Please join RailsApps to support development of Rails Composer. | ||
Need help? Ask on Stack Overflow with the tag 'railsapps.' | ||
Problems? Submit an issue: https://github.com/RailsApps/rails_apps_composer/issues | ||
Your application contains diagnostics in this README file. | ||
Please provide a copy of this README file when reporting any issues. | ||
|
||
|
||
option Build a starter application? | ||
choose Enter your selection: [none] | ||
option Get on the mailing list for Rails Composer news? | ||
choose Enter your selection: [none] | ||
option Web server for development? | ||
choose Enter your selection: [thin] | ||
option Web server for production? | ||
choose Enter your selection: [thin] | ||
option Database used in development? | ||
choose Enter your selection: [postgresql] | ||
option Template engine? | ||
choose Enter your selection: [haml] | ||
option Test framework? | ||
choose Enter your selection: [rspec] | ||
option Continuous testing? | ||
choose Enter your selection: [guard] | ||
option Front-end framework? | ||
choose Enter your selection: [none] | ||
option Add support for sending email? | ||
choose Enter your selection: [none] | ||
option Authentication? | ||
choose Enter your selection: [none] | ||
option Devise modules? | ||
choose Enter your selection: [] | ||
option OmniAuth provider? | ||
choose Enter your selection: [] | ||
option Authorization? | ||
choose Enter your selection: [none] | ||
option Use a form builder gem? | ||
choose Enter your selection: [none] | ||
option Add pages? | ||
choose Enter your selection: [none] | ||
option Set a locale? | ||
choose Enter your selection: [none] | ||
option Install page-view analytics? | ||
choose Enter your selection: [none] | ||
option Add a deployment mechanism? | ||
choose Enter your selection: [none] | ||
option Set a robots.txt file to ban spiders? | ||
choose Enter your selection: [true] | ||
option Create a GitHub repository? (y/n) | ||
choose Enter your selection: [] | ||
option Add gem and file for environment variables? | ||
choose Enter your selection: [figaro] | ||
option Reduce assets logger noise during development? | ||
choose Enter your selection: [true] | ||
option Improve error reporting with 'better_errors' during development? | ||
choose Enter your selection: [true] | ||
option Use 'pry' as console replacement during development and test? | ||
choose Enter your selection: [true] | ||
option Use or create a project-specific rvm gemset? | ||
choose Enter your selection: [true] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
Cucdb | ||
================ | ||
|
||
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.io/). | ||
|
||
Rails Composer is open source and supported by subscribers. Please join RailsApps to support development of Rails Composer. | ||
|
||
Problems? Issues? | ||
----------- | ||
|
||
Need help? Ask on Stack Overflow with the tag 'railsapps.' | ||
|
||
Your application contains diagnostics in the README file. Please provide a copy of the README file when reporting any issues. | ||
|
||
If the application doesn’t work as expected, please [report an issue](https://github.com/RailsApps/rails_apps_composer/issues) | ||
and include the diagnostics. | ||
|
||
Ruby on Rails | ||
------------- | ||
|
||
This application requires: | ||
|
||
- Ruby 2.1.2 | ||
- Rails 4.1.7 | ||
|
||
Learn more about [Installing Rails](http://railsapps.github.io/installing-rails.html). | ||
|
||
Getting Started | ||
--------------- | ||
|
||
Documentation and Support | ||
------------------------- | ||
|
||
Issues | ||
------------- | ||
|
||
Similar Projects | ||
---------------- | ||
|
||
Contributing | ||
------------ | ||
|
||
Credits | ||
------- | ||
|
||
License | ||
------- |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 */ | ||
Rails Composer: http://railscomposer.com/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters