-
Default block doesn’t be surrounded by unit div.
-
A unit never run while same request processing when once it aborts.
-
Change unit css name.
if you need to use old style, set ‘Chanko.config.compatible_css_name = true’.
-
Change default unit directory.
if you continuously use old directory, add “Chanko.config.directory_name = ‘chankos’” to initializer/chanko_initializer.rb.
-
generator create symbolic link of unit css to assets/public css directory.
-
Support Rails 3.2~
-
Fixed nested run_default method. it was broken.
-
Fixed ‘rails generate chanko:install’.
-
Add ‘Chanko.config.view_resolver’. it is used instead of
ActionView::OptimizedFileSystemResolver when it is set.
-
Fixed updating load tried to remove previous defined constants by mistake.
-
Fixed ‘rails destroy chanko xxx’ command.
-
Update incorrect document.
-
Add ‘view_resolver’ config for changing view resolver.
-
Reload updated extended model methods.
-
Add CHANGELOG
First release