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
Ryuta Kamizono 8eaffe7e89
Merge pull request #34387 from yhirano55/rails_info_properties_json
Respond /rails/info/properties.json
2018-11-07 19:23:54 +09:00
..
api Use Array#extract! where possible 2018-08-14 19:53:12 +03:00
application Do not need to mention the method that is being called in the exception 2018-10-23 18:00:28 -04:00
command Enable Style/ParenthesesAroundCondition cop 2018-08-19 08:16:21 +09:00
commands Add Style/RedundantFreeze to remove redudant .freeze 2018-09-29 07:18:44 +00:00
console
engine Revert "Merge pull request #33970 from rails/eager-url-helpers" 2018-10-03 16:15:47 -05:00
generators Add connect_src example to content security policy initializer 2018-11-04 10:51:39 +09:00
plugin
rack Log the remote IP addr of clients behind a proxy 2018-07-31 20:45:37 +05:30
railtie Clarify that config.eager_load controls eager loading [ci skip] 2017-12-30 22:37:44 +00:00
tasks Make Webpacker the default JavaScript compiler for Rails 6 (#33079) 2018-09-30 22:31:21 -07:00
templates Changes Rails Welcome image on localhost:3000 2018-06-22 15:09:53 +03:00
test_unit Change the empty block style to have space inside of the block 2018-09-25 13:19:35 -04:00
all.rb
app_loader.rb Enable Start/EndWith and RegexpMatch cops 2018-07-28 17:37:17 -04:00
app_updater.rb Remove --skip-yarn in favor of --skip-javascript 2018-10-22 16:54:10 +03:00
application.rb Fixed to RAILS_MASTER_KEY as a default env key for decrypting. 2018-09-20 12:23:50 +02:00
application_controller.rb Always yield a CSP policy instance 2018-03-08 14:14:09 +00:00
backtrace_cleaner.rb Add Style/RedundantFreeze to remove redudant .freeze 2018-09-29 07:18:44 +00:00
cli.rb
code_statistics.rb Enable Start/EndWith and RegexpMatch cops 2018-07-28 17:37:17 -04:00
code_statistics_calculator.rb
command.rb Extract Rails::Command::Spellchecker 2018-03-04 17:50:37 +02:00
commands.rb
configuration.rb Turn on performance based cops 2018-07-23 15:37:06 -07:00
dev_caching.rb
engine.rb Revert "Merge pull request #33970 from rails/eager-url-helpers" 2018-10-03 16:15:47 -05:00
gem_version.rb Start Rails 6.0 development!!! 2018-01-30 18:51:17 -05:00
generators.rb Remove javascripts and javascript_engine options for generators 2018-10-22 00:12:15 +03:00
info.rb Add JSON support to rails properties route (/rails/info/properties). 2018-11-07 08:14:09 +09:00
info_controller.rb Add JSON support to rails properties route (/rails/info/properties). 2018-11-07 08:14:09 +09:00
initializable.rb
mailers_controller.rb Disable content security policy for mailer previews 2018-07-30 22:37:34 -07:00
paths.rb
rack.rb
railtie.rb Fix call sites 2018-10-02 15:31:29 -04:00
ruby_version_check.rb Compare ruby version with correct way 2018-03-29 16:26:19 +09:00
secrets.rb Remove usage of strip_heredoc in the framework in favor of <<~ 2018-02-16 19:28:30 -05:00
source_annotation_extractor.rb Enable Performance/UnfreezeString cop 2018-09-23 08:56:55 +09:00
tasks.rb Make rake routes deprecate before deleting 2018-08-20 08:47:29 +09:00
test_help.rb Use testing lazy-load hooks: 2018-07-04 16:34:59 -04:00
version.rb
welcome_controller.rb