NEW:
· Adds a catch all method to the Redis cache
· Added CLI shortcut with just ‘c’
· Adds Swedish localization support
· Adds Romanian localization support
FIXES:
· Make mysql2 alias of mysql when DataMapper is selected
· Added require ActiveSupport::TimeWithZone class for helpers
· HTML change boolean helper attributes to conform to xhtml strict
· Fix error_message_on for empty array
· Prevent JRuby reloading bug
· Fix admin generator to understand model_name
· Fix for make static script assets work again for generator.
NEW:
· Upgraded to recently released Sinatra 1.3.
· Removes shoulda and switch to minitest (with aliases)
· Converts RDoc to YARD and improve all docs
· Adds Latvian locale translation
· Adds mintest testing component to generator
· Fixes logger to be much cleaner with better formatting
· Create “content_for?” helper
FIXES:
· Replaces rack-flash with sinatra-flash
· Removes less gem dependency for less gen
· Fixes YAML locale files to be psych compliant
· Issue with generator runner for https templates
· YML locale files are now psych compliant
· Document example of Padrino::Admin::AccessControl
· Halt status with code responds as expected