1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib/rails/tasks
Alberto Almagro 39da171f3c Remove DB naming ambiguity
In some places this file referred to the database in three different ways: database, DB and db. The last one caused confusion with the db namespace and the db folder. This commit removes this ambiguity by using the whole word 'database' everywhere
2017-11-26 11:37:48 +01:00
..
annotations.rake [Railties] require_relative => require 2017-10-21 22:48:26 +09:00
dev.rake [Railties] require_relative => require 2017-10-21 22:48:26 +09:00
engine.rake Remove DB naming ambiguity 2017-11-26 11:37:48 +01:00
framework.rake [Railties] require_relative => require 2017-10-21 22:48:26 +09:00
initializers.rake Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
log.rake Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
middleware.rake Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
misc.rake Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
restart.rake Make restart and dev:cache tasks work when customizing pid file path 2017-08-21 05:44:11 +09:00
routes.rake Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
statistics.rake [Railties] require_relative => require 2017-10-21 22:48:26 +09:00
tmp.rake Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
yarn.rake Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00