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 b7dbfe1b4d Avoid documenting private or external classes
There are a lot of monkey patches inside the code base but there's
no need to document external constants so let's remove them from
the documentation

Also, since there are monkey patches for some test cases classes,
there were sometimes both documented and sneaked under the wrong
section in the sidebar.

Finally, for future references, the `active_support/vendor`
folder has been originally ignored in https://git.io/vDqfA but
no longer exists.

[ci skip]
2017-02-07 16:16:38 +01:00
..
api Avoid documenting private or external classes 2017-02-07 16:16:38 +01:00
application Reduce string objects by using \ instead of + or << for concatenating strings 2017-01-12 17:45:37 +09:00
command allow to pass describe option to rake 2017-01-17 14:14:59 +09:00
commands make all rails commands work in engine 2017-01-09 10:07:48 +09:00
console Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
engine make all rails commands work in engine 2017-01-09 10:07:48 +09:00
generators Modernize SQL Server database YAML for Linux/vNext. 2017-01-27 08:13:55 -05:00
rack Remove deprecated file `rails/rack/debugger 2017-01-03 20:42:14 -05:00
railtie Privatize unneededly protected methods in Railties 2016-12-25 02:11:40 +09:00
tasks Make Yarn quieter during precompilation as that is typically run by a deploy tool like Capistrano and we dont need the play-by-play 2017-01-19 14:09:50 +01:00
templates Allow download of email attachments in the Mailer Preview template. 2016-09-02 15:25:37 -05:00
test_unit Use on_load to trigger commandline processing code 2016-10-21 14:44:17 -07:00
all.rb applies new string literal convention in railties/lib 2016-08-06 19:15:47 +02:00
app_loader.rb fixes remaining RuboCop issues [Vipul A M, Xavier Noria] 2016-09-01 23:41:49 +02:00
application.rb Reduce string objects by using \ instead of + or << for concatenating strings 2017-01-12 17:45:37 +09:00
application_controller.rb Privatize unneededly protected methods in Railties 2016-12-25 02:11:40 +09:00
backtrace_cleaner.rb applies new string literal convention in railties/lib 2016-08-06 19:15:47 +02:00
cli.rb Initial command structure. 2016-09-25 21:31:35 +02:00
code_statistics.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
code_statistics_calculator.rb code gardening: removes redundant selfs 2016-08-08 01:12:38 +02:00
command.rb allow to pass describe option to rake 2017-01-17 14:14:59 +09:00
commands.rb Initial command structure. 2016-09-25 21:31:35 +02:00
configuration.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
dev_caching.rb applies new string literal convention in railties/lib 2016-08-06 19:15:47 +02:00
engine.rb Merge branch 'master' of github.com:rails/docrails 2017-01-11 15:15:13 +00:00
gem_version.rb Start Rails 5.1 development 🎉 2016-05-10 03:46:56 -03:00
generators.rb Merge branch 'master' of github.com:rails/docrails 2017-01-11 15:15:13 +00:00
info.rb Small grammar fixes in Rails::Info 2016-12-20 17:16:17 -05:00
info_controller.rb Add three new rubocop rules 2016-08-16 04:30:11 -03:00
initializable.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
mailers_controller.rb Privatize unneededly protected methods in Railties 2016-12-25 02:11:40 +09:00
paths.rb Small grammar fixes in Rails::Paths 2016-12-20 17:19:34 -05:00
rack.rb Remove debugger support 2015-01-04 15:54:22 -03:00
railtie.rb Privatize unneededly protected methods in Railties 2016-12-25 02:11:40 +09:00
ruby_version_check.rb applies new string literal convention in railties/lib 2016-08-06 19:15:47 +02:00
source_annotation_extractor.rb class Foo < Struct.new(:x) creates an extra unneeded anonymous class 2017-01-13 15:13:47 +09:00
tasks.rb load yarn.rake 2017-01-18 16:45:25 +09:00
test_help.rb Avoid documenting private or external classes 2017-02-07 16:16:38 +01:00
version.rb applies new string literal convention in railties/lib 2016-08-06 19:15:47 +02:00
welcome_controller.rb applies new string literal convention in railties/lib 2016-08-06 19:15:47 +02:00