chihiro hashimoto
chihiro hashimoto
I'm using `auto_html5_validation: false` option for `form_for` tag with model object namespace. ex: so, it doesn't work. because variables named 'record' is Array... in html5_validators's form_helpers.rb L:22
I develop rails app using redshift, but rspec using FactoryGirl does not work. ``` FactoryGirl.define do factory :access_log, class: AccessLog do datetime { Time.now } ..... end end ``` ```...
I have found some behavior changes as a result of updating from `2.7.0` to `2.8.0`. When assigning to a field using enum key, the value is no longer set, is...