aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/code/getting_started/config/application.rb
Commit message (Collapse)AuthorAgeFilesLines
* moves the guides up to the root directoryXavier Noria2012-03-171-55/+0
|
* uniformizes the punctuation of comments in some files generated for new appsXavier Noria2012-01-221-3/+3
| | | | | | Some end with a full stop, some don't. Let's have attention to detail and make them uniform. I have chosen to add full stops according to our documentation guidelines related to RDoc.
* update the getting_started guide code [ci skip]Vijay Dev2012-01-191-1/+7
|
* Rails::Plugin has goneSantiago Pastorino2012-01-031-4/+0
|
* Move schema_format :sql config setting from test.rb to application.rbAlex Tambellini2011-11-171-0/+5
| | | | | | I've moved the schema_format :sql config setting to application.rb because you would never enable this only for the test environment. If you use database constraints or database specific data types you would want all of your environments to use them.
* Added getting_started code, updated guide with link to rails github repo and ↵James Gifford2011-09-121-0/+48
path to code