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
minivan committed Nov 8, 2014
1 parent b13f4e9 commit 9f23ee2
Show file tree
Hide file tree
Showing 5 changed files with 132 additions and 33 deletions.
67 changes: 63 additions & 4 deletions README
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]
48 changes: 48 additions & 0 deletions README.md
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
-------
28 changes: 0 additions & 28 deletions README.rdoc

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 */
Rails Composer: http://railscomposer.com/
2 changes: 1 addition & 1 deletion public/robots.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
#
# To ban all spiders from the entire site uncomment the next two lines:
# User-agent: *
# Disallow: /
Disallow: /

0 comments on commit 9f23ee2

Please sign in to comment.