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
Robin Dupret 94bab8662a Remove Active Storage duplicated classes from the API site
Since cb5af0d7, some classes that are under Active Storage are now
part of the API site.

However, these classes aren't nested under a definition of the
`ActiveStorage` module but rather name-spaced under it like
`ActiveStorage::Foo`.

Thus, these classes are present both under the ActiveStorage label
and at the root of the site's sidebar so we have to strip out
duplicates.

[ci skip]
2017-08-26 19:07:51 +02:00
..
api Remove Active Storage duplicated classes from the API site 2017-08-26 19:07:51 +02:00
application Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
command Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
commands Make restart and dev:cache tasks work when customizing pid file path 2017-08-21 05:44:11 +09:00
console Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
engine Fix RuboCop offenses 2017-08-16 17:55:25 +09:00
generators Use REDIS_URL var for Action Cable config template 2017-08-22 13:16:35 -05:00
plugin Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
rack Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
railtie Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
tasks Make restart and dev:cache tasks work when customizing pid file path 2017-08-21 05:44:11 +09:00
templates
test_unit Remove unused require 2017-08-19 09:21:18 +09:00
all.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
app_loader.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
app_updater.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
application.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
application_controller.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
backtrace_cleaner.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
cli.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
code_statistics.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
code_statistics_calculator.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
command.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
commands.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
configuration.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
dev_caching.rb Make restart and dev:cache tasks work when customizing pid file path 2017-08-21 05:44:11 +09:00
engine.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
gem_version.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
generators.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
info.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
info_controller.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
initializable.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
mailers_controller.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
paths.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
rack.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
railtie.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
ruby_version_check.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
secrets.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
source_annotation_extractor.rb Fix spaces in the comment block [ci skip] 2017-08-23 06:27:29 +09:00
tasks.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
test_help.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
version.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
welcome_controller.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00