1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/guides/code/getting_started/config
Alex Tambellini 0af93089de Move schema_format :sql config setting from test.rb to application.rb
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.
2011-11-17 09:44:17 -05:00
..
environments Move schema_format :sql config setting from test.rb to application.rb 2011-11-17 09:44:17 -05:00
initializers Added getting_started code, updated guide with link to rails github repo and path to code 2011-09-12 10:30:45 -04:00
locales Added getting_started code, updated guide with link to rails github repo and path to code 2011-09-12 10:30:45 -04:00
application.rb Move schema_format :sql config setting from test.rb to application.rb 2011-11-17 09:44:17 -05:00
boot.rb Added getting_started code, updated guide with link to rails github repo and path to code 2011-09-12 10:30:45 -04:00
database.yml Added getting_started code, updated guide with link to rails github repo and path to code 2011-09-12 10:30:45 -04:00
environment.rb Added getting_started code, updated guide with link to rails github repo and path to code 2011-09-12 10:30:45 -04:00
routes.rb Added getting_started code, updated guide with link to rails github repo and path to code 2011-09-12 10:30:45 -04:00