From beba8267c96a3dbc1f505ecc099dbf14db8dde4c Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Sat, 28 Apr 2012 23:02:39 -0700 Subject: Lazy load `default_form_builder` if it's passed as a string closes #3341 --- actionpack/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actionpack/CHANGELOG.md') diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 566b6af378..e1b68d9f26 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,5 +1,7 @@ ## Rails 3.2.3 (unreleased) ## +* Allow to lazy load `default_form_builder` by passing a `String` instead of a constant. *Piotr Sarnacki* + * Fix #5632, render :inline set the proper rendered format. *Santiago Pastorino* * Fix textarea rendering when using plugins like HAML. Such plugins encode the first newline character in the content. This issue was introduced in https://github.com/rails/rails/pull/5191 *James Coleman* -- cgit v1.2.3