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
Aaron Patterson b42d246c5d
Merge branch 'master' into eager-url-helpers
* master:
  Remove force parent loading when counter cache child is created/destroyed
  Raise an error when loading all fixtures from nil fixture_path
  Revert "Remove `counter_cache_target` which is no longer called"
  Update counter cache in memory if parent target is existed
  If association is a hash-like object preloading fails
  Use the same option for create database statements between Raketask and travis.rb
  Fix "warning: shadowing outer local variable - config"
  Remove `counter_cache_target` which is no longer called
  Fix more offences
  Change the empty block style to have space inside of the block
  Fix a content_for test description
  Stringify database configurations
  Improve error message when assign wrong attributes to model
2018-09-26 12:35:12 -07:00
..
api Use Array#extract! where possible 2018-08-14 19:53:12 +03:00
application Support environment specific credentials file. (#33521) 2018-09-19 14:02:00 -07:00
command Enable Style/ParenthesesAroundCondition cop 2018-08-19 08:16:21 +09:00
commands Enable Performance/UnfreezeString cop 2018-09-23 08:56:55 +09:00
console
engine Eager load supports individual files 2018-09-26 11:09:35 -07:00
generators Enable Performance/UnfreezeString cop 2018-09-23 08:56:55 +09:00
plugin
rack Log the remote IP addr of clients behind a proxy 2018-07-31 20:45:37 +05:30
railtie
tasks Run yarn install relative to Rails.root 2018-09-07 22:11:10 +01: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 Don't generate yarn's contents in app:update task if it's skipped 2018-05-16 20:24:57 +09: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
backtrace_cleaner.rb Use backtrace cleaner to clean up backtrace for verbose query logs 2018-08-14 09:15:28 +10: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
commands.rb
configuration.rb Turn on performance based cops 2018-07-23 15:37:06 -07:00
dev_caching.rb
engine.rb Routes from Engine Railties should not be an infinite loop 2018-09-26 11:10:25 -07:00
gem_version.rb
generators.rb Turn on performance based cops 2018-07-23 15:37:06 -07:00
info.rb Enable Performance/UnfreezeString cop 2018-09-23 08:56:55 +09:00
info_controller.rb
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
ruby_version_check.rb Compare ruby version with correct way 2018-03-29 16:26:19 +09:00
secrets.rb
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