1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/guides/code/getting_started
Steve Klabnik c9a92a247d Getting rid of a few other vestiges of rails.png.
We don't actually need a rails.png in the AP fixtures, the tests
that use it don't actually try to load the file.

We also don't need to get rid of it with the dummy reset either.

Finally, it's not needed in the sample application that's included
with the Rails Guides.
2013-04-02 17:44:46 -07:00
..
app Getting rid of a few other vestiges of rails.png. 2013-04-02 17:44:46 -07:00
bin Re-do Getting Started application with Rails 4. 2013-01-22 00:12:29 -05:00
config Merge pull request #9978 from trevorturk/cookie-store-auto-upgrade 2013-04-01 08:10:34 -07:00
db Re-do Getting Started application with Rails 4. 2013-01-22 00:12:29 -05:00
lib Re-do Getting Started application with Rails 4. 2013-01-22 00:12:29 -05:00
log Re-do Getting Started application with Rails 4. 2013-01-22 00:12:29 -05:00
public Better styles for the CSS [ci skip] 2013-03-23 17:37:56 -03:00
test Re-do Getting Started application with Rails 4. 2013-01-22 00:12:29 -05:00
vendor/assets Re-do Getting Started application with Rails 4. 2013-01-22 00:12:29 -05:00
.gitignore Re-do Getting Started application with Rails 4. 2013-01-22 00:12:29 -05:00
config.ru moves the guides up to the root directory 2012-03-17 08:32:49 -07:00
Gemfile be lazy loading SDoc 2013-03-30 11:34:35 +01:00
Gemfile.lock Re-do Getting Started application with Rails 4. 2013-01-22 00:12:29 -05:00
Rakefile Re-do Getting Started application with Rails 4. 2013-01-22 00:12:29 -05:00
README.rdoc Re-do Getting Started application with Rails 4. 2013-01-22 00:12:29 -05:00

== 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>.