haml--haml/sample/rails
Takashi Kokubun 82a240aa69 Migrate to embedded internal Haml 2015-11-21 03:36:04 +09:00
..
app Add test action to dummy rails 2015-11-19 11:44:34 +09:00
bin rails new dummy 2015-11-19 11:25:38 +09:00
config Add test action to dummy rails 2015-11-19 11:44:34 +09:00
db Create Rails testing environment 2015-11-19 11:38:24 +09:00
lib rails new dummy 2015-11-19 11:25:38 +09:00
log rails new dummy 2015-11-19 11:25:38 +09:00
public rails new dummy 2015-11-19 11:25:38 +09:00
vendor/assets rails new dummy 2015-11-19 11:25:38 +09:00
.gitignore rails new dummy 2015-11-19 11:25:38 +09:00
Gemfile Create Rails testing environment 2015-11-19 11:38:24 +09:00
Gemfile.lock Migrate to embedded internal Haml 2015-11-21 03:36:04 +09:00
README.rdoc rails new dummy 2015-11-19 11:25:38 +09:00
Rakefile rails new dummy 2015-11-19 11:25:38 +09:00
config.ru rails new dummy 2015-11-19 11:25:38 +09:00

README.rdoc

== README

This README would normally document whatever steps are necessary to get the
application up and running.

Things you may want to cover:

* Ruby version

* System dependencies

* Configuration

* Database creation

* Database initialization

* How to run the test suite

* Services (job queues, cache servers, search engines, etc.)

* Deployment instructions

* ...


Please feel free to use a different markup language if you do not plan to run
<tt>rake doc:app</tt>.