1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/test/application
schneems 9749e0efbf Move default production database to URL sub key
By using the URL sub key in the `database.yml` by default we are exposing the ability to set other attributes such as `pool` or `reap_frequency` without need of modifying the URL to contain non-connection specific information.
2014-01-01 17:48:24 -05:00
..
initializers Use Full path to sqlite database in tests 2013-12-22 00:56:59 -05:00
middleware Replace config.secret_key_base with secrets.secret_key_base in test 2013-12-12 14:59:11 -05:00
rack
rake Move default production database to URL sub key 2014-01-01 17:48:24 -05:00
asset_debugging_test.rb
assets_test.rb More Warnings removed for ruby trunk 2013-11-01 13:47:23 +01:00
build_original_fullpath_test.rb
configuration_test.rb Fix tests names: tokens.yml => secrets.yml 2013-12-25 17:34:25 -05:00
console_test.rb
generators_test.rb
loading_test.rb
mailer_previews_test.rb Add mailer previews feature based on mail_view gem 2013-12-17 03:58:35 +00:00
middleware_test.rb Merge pull request #12365 from jbaudanza/reorder 2013-12-01 22:42:26 -08:00
multiple_applications_test.rb Fix typos: the indefinite articles(a -> an) 2013-09-13 20:44:37 +09:00
paths_test.rb
rackup_test.rb
rake_test.rb Regression test for load_structure and clone_structure 2013-12-14 18:00:17 -05:00
rendering_test.rb
routing_test.rb
runner_test.rb
test_runner_test.rb
test_test.rb BACKTRACE environment variable to show unfiltered backtraces. 2013-11-04 10:00:44 +01:00
url_generation_test.rb