Rails Rails4→5で目にしたdeprecationたち。 なにかの役に立つかも知れないので、淡淡と書いておきます。DEPRECATION WARNING: Method map is deprecated and will be removed in Rails 5.1, as `ActionCo... 2016.08.24 Rails
Rails belongs_to_required_by_defaultが効かない。 Rails 5.0.0からbelongs_toがデフォルトで必須になったはずなのだけれど、そうなっていなかったので調べた。結論から言うと「config/initializers/new_framework_defaults.rb」に置いたま... 2016.08.17 Rails
Rails time_zoneはconfig/initializersに移しちゃ(まだ?)ダメっぽい。 # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone.# Run "rake -D time" for ... 2016.08.11 Rails
Rails per_form_csrf_tokensはどう影響するのか。 Configuring Rails Applications — Ruby on Rails Guidesconfig.action_controller.per_form_csrf_tokens configures whether CS... 2016.08.10 Rails