All Versions
76
Latest Version
Avg Release Cycle
129 days
Latest Release
1119 days ago

Changelog History
Page 4

  • v0.12.0 Changes

    February 09, 2014
    • πŸ›  FIX #1578 Fix latvian translations (@graudeejs)
    • πŸ›  FIX #1576 incorrect nl.yml translations (@fevers)
    • πŸ›  FIX #1564 do not reload apps with disabled or absent :reload flag (@ujifgc)
    • πŸ›  FIX #1571 Allow for url generation to accept stringified keys (@jsmpereira)
    • πŸ†• NEW #1570 add custom index option for form_for abstract form helper (@graudeejs)
    • πŸ›  FIX #1567 Add :app option to the component generator (@namusyaka)
    • πŸ›  FIX #1563 Fix behavior of content_tag when use with content that is not a string (@tyabe)
    • NEW #1422 allow options Hash in protect_from_csrf (@ujifgc)
  • v0.12.0.rc3 Changes

    January 20, 2014
    • πŸ›  FIX resolve_template should respect :views option (@ujifgc)
    • πŸ›  FIX #1547 Rename showexceptions.rb to show_exceptions.rb (@namusyaka)
    • πŸ†• NEW #1551 Introduce #default method to set application options (@ujifgc)
    • πŸ›  FIX #1553 Chinese time translations (@gokure)
    • πŸ›  FIX #1556 German translations (@Signum)
    • πŸ›  FIX #1555 Fix a problem the before/after filters (@namusyaka)
    • πŸ›  FIX #1550 Shove LOADING/RELOADING to devel log level
    • FIX #1445 Drop PADRINO_ENV in favour of RACK_ENV for further compatibility (@dariocravero)
  • v0.12.0.rc2 Changes

    January 05, 2014
    • πŸ›  FIX development dependency for padrino-gen (@namusyaka)
    • πŸ›  FIX #1520 Skip loading models for sequel migration tasks (@ujifgc)
    • πŸ›  FIX #1493 make admin aware of uri_root (@ujifgc)
    • πŸ†• NEW #854 allow -a master to rename admin path (@ujifgc)
    • πŸ›  FIX Get tests passing again on rubinius (@ujifgc)
    • FIX #1545 Don't raise on protect_from_csrf without sessions (@skade)
    • πŸ›  FIX #1546 Silence deprecation warnings for File.exists? (@fj)
    • βœ‚ REMOVE #1516 support for TestSpec component from generator (@ujifgc)
  • v0.12.0.rc1 Changes

    December 31, 2013
    • πŸ›  FIX #1421 Prevent double-escaped HTML in simple_format (@inkstak)
    • πŸ†• NEW #1424 Adds task generator for creating new task files (@namusyaka)
    • πŸ›  FIX #1423 Adds MIT license to gemspec (@ujifgc)
    • πŸ›  FIX #1121 Modify the encoding of crypted_password (@namusyaka)
    • πŸ†• NEW #1432 Rewritten Code Reloading (@ujifgc)
    • πŸ›  FIX #1428 logger constants to match stdlib (@spariev)
    • πŸ›  FIX #775 track I18n locale files properly (@ujifgc)
    • πŸ›  FIX #1434 additional fixes for slim templates (@minad)
    • πŸ›  FIX #1431 incorrect behavior when using content_tag with block (@namusyaka)
    • πŸ›  FIX #1435 broken slim templates (@namusyaka)
    • πŸ›  FIX AS4.1 constantize behavior compatibility (@ujifgc)
    • πŸ†• NEW #1436 support rails-style attribute hash of select options (@ujifgc)
    • NEW support disabled_options key for select_tag (@ujifgc)
    • πŸ›  FIX no longer monkeypatch colors onto string (@ujifgc, @nesquena)
    • πŸ›  FIX #1442 use = instead of - in slim and haml templating
    • πŸ†• NEW #1441 cleanup template handling logic (@ujifgc, @namusyaka)
    • πŸ›  FIX Cleanup file loading logic (@ujifgc)
    • πŸ›  FIX #1443 Don’t step over :session_id setting on admin apps (@dariocravero)
    • πŸ†• NEW Modified padrino start to take an extra --options (-O) parameter (@dariocravero)
    • πŸ†• NEW #1018 Replaces Padrino::Cache::Store with Moneta (@minad)
    • πŸ†• NEW #1455 Steak generator written for acceptance tests (@eturk, @namusyaka)
    • πŸ›  FIX Better error generation for forms (@ujifgc)
    • πŸ›  FIX html_safe in labeled group (@ujifgc)
    • πŸ†• NEW #1452 Allow padrino start to take handler specific options
    • πŸ›  FIX #1462 cache content_type (@ujifgc)
    • πŸ›  FIX #1466 Change accepts to empty array to fix latest sinatra
    • πŸ›  FIX #1457 Major helpers cleanup (@ujifgc)
    • πŸ†• NEW #1405 Params is now converted to HashWithIndifferentAccess (@Ortuna)
    • πŸ›  FIX #1391 Skip path_traversal protection (@namusyaka)
    • πŸ†• NEW #1471 allow configuring codes of cascade apps (@ujifgc)
    • πŸ†• NEW #1477 Add :as option to form_for helper (@graudeejs)
    • πŸ›  FIX #1481 incorrect namespace of #named_routes (@namusyaka)
    • πŸ›  FIX Disambiguate the behavior of url (@namusyaka)
    • πŸ›  FIX #1461 Allow to render template with layout that using other template engine (@namusyaka)
    • NEW #767 introduces App.view_path and App.layout_path (@ujifgc)
    • πŸ›  FIX #1488 plugin generator url path to github (@bolshakov)
    • πŸ›  FIX #915 use app.root when mounting if available (@ujifgc)
    • πŸ›  FIX Allow to use extension with layout method. (@namusyaka)
    • πŸ†• NEW #1414 drop ruby 18mode, liberate ActiveSupport
    • πŸ†• NEW #711 Verify render with block now works as expected (@ujifgc)
    • πŸ†• NEW #1504 allow partial with block (@ujifgc)
    • πŸ›  FIX #1507 patch jruby utf-8 method naming (@ujifgc)
    • πŸ›  FIX #1505 Remove charset from json mimetype, fix sinatra edge (@namusyaka)
    • πŸ›  FIX #1513 Extracting logic to methods to improve readability (@scudelletti)
    • πŸ›  FIX #1517 correctly set a name of mounted application (@ujifgc)
    • πŸ†• NEW #1518 Add :flush option to content_for (@namusyaka)
    • πŸ›  FIX #1523 Add Rakefile tasks to the component generator (@tyabe)
    • πŸ›  FIX #1526 options on ActiveRecord version 3 (@tyabe)
    • πŸ†• NEW #1528 Allow asset_folders to be configured in settings
    • πŸ›  FIX #1529 double escaping of link urls (@ujifgc)
    • πŸ›  FIX #1532 allow asset_path with no kind (@ujifgc)
    • πŸ›  FIX #1535 rebase string urls to uri_root (@ujifgc)
    • NEW #1539 Enable :except option to :protect_from_csrf (@namusyaka)
    • πŸ›  FIX #1540 generator should abort if constant name already exists (@namusyaka)
    • πŸ†• NEW #922 resolve templates relative to controller name (@ujifgc)
    • πŸ†• NEW #1541 Reimplement authenticity token logic (@namusyaka)
  • v0.11.4 Changes

    September 24, 2013
    • πŸ›  FIX #1275 Generate admin pages respecting model namespace (@ujifgc)
    • FIX #1368 French translation abbr_day_names day order (@wazeHQ)
    • πŸ›  FIX #1370 support for em_mysql2 adapter in AR rake tasks (@spariev)
    • πŸ›  FIX #1371 prioritized routes doesn't work in rbx. (@namusyaka)
    • πŸ›  FIX #1378 broken params in routing (@namusyaka)
    • NEW #1379 Implemented csrf_meta_tags for easy csrf requests (@dariocravero)
    • πŸ›  FIX #1381 #compiled_router not working well. (@namusyaka, @ujifgc)
    • πŸ›  FIX update Twitter Bootstrap V.3.0.0 (@WaYdotNET)
    • πŸ›  FIX #1384 mocha deprecation warnings (@kgfullerton)
    • πŸ†• NEW Use tilt 1.4.0+, fixes haml & UTF-8 issue #519 (@graudeejs)
    • FIX #1394 Remove code duplication in error_messages_for (@namusyaka)
    • πŸ›  FIX #1395 Change content_type's default value for compatibility with Sinatra (@namusyaka)
    • πŸ†• NEW #1400 Adds component generator for adjusting components (@tyabe)
    • 🏷 FIX #1404 Make it possible to pass options to submit_tag when using button_to (@graudeejs)
    • πŸ›  FIX #1391 Fix incorrect params when path includes encoded slash (@namusyaka)
    • πŸ“š DOC #1407 Major Padrino core documentation cleanup! (@matthias-guenther)
    • πŸ“š DOC #1411 Major Padrino gen documentation cleanup! (@matthias-guenther)
    • πŸ“š DOC #1412 Major Padrino helpers documentation cleanup! (@matthias-guenther)
    • πŸ“š DOC #1413 Major Padrino mailers documentation cleanup! (@matthias-guenther)
    • πŸ“š DOC #1413 Major Padrino performance documentation cleanup! (@matthias-guenther)
    • πŸ›  FIX #1345 generate admin pages respecting model namespace (@ujifgc)
    • πŸ›  FIX Improve file naming for generated initializers (@ujifgc)
    • πŸ†• NEW #1419 Adds tests to padrino-performance gem (@matthias-guenther)
    • πŸ›  FIX #1256 Don't use the ActiveSupport::SafeBuffer when using erb and Sinatra (@namusyaka)
  • v0.11.3 Changes

    July 29, 2013
    • πŸ›  FIX #1297 Added missing comma to spec_helper.rb generation (@lmorduch)
    • FIX #1298 DataMapper auto_migrate/auto_upgrade the default repository (@Ortuna)
    • FIX #1276 Merged range_field_tag.* templates into form_tag.* (@Ortuna)
    • πŸ›  FIX #1247 Ensure requiring active_record (@udzura)
    • πŸ›  FIX #1307 Lock nokogiri to 1.5.10 (@Ortuna)
    • πŸ›  FIX #1307 fixed haml_tag so it doesn't explode with undefined method (@Ortuna)
    • πŸ›  FIX #1314 Do not add authenticity token to GET form (@Ortuna)
    • FIX #1320 Some auto-detection for authenticity_token & form_tag (@Ortuna)
    • πŸ›  FIX #1319 "&" should be escaped to "&" (@tmtm)
    • πŸ†• NEW #1321 Added some additional HTML boolean attributes. (@namusyaka)
    • πŸ›  FIX #1325 Locking down active support to less than 4.0 (@Ortuna)
    • πŸ†• NEW #1326 Add ability for cache_key to be a block (@Ortuna)
    • πŸ›  FIX #1318 Make caption arg in submit-tag helper optional even when options args are supplied (@dayflower)
    • πŸ›  FIX #1313 Implemented create and drop tasks for Sequel (@dariocravero)
    • πŸ›  FIX #1250 Prevent logging of health-check requests at log level over :debug (@tyabe)
    • πŸ›  FIX #1244 mat method do not working in admin views (@silentvick)
    • πŸ›  FIX #1226 Allow users to override admin templates on a file by file basis (@xavriley)
    • πŸ›  FIX #1054 Implemented disabled attribute for select_tag form helper (@dariocravero)
    • πŸ›  FIX #1328 Added test cases for #1188 (@Ortuna)
    • πŸ›  FIX #1186 Reverted DataMapper's explicit String to Integer castings. (@dariocravero)
    • πŸ›  FIX #1330 Update Twitter Bootstrap and Font-Awesome (@WaYdotNET)
    • πŸ›  FIX #1335 Make instances of he | himself | his | him all be gender neutral. (@didlix)
    • πŸ›  FIX #1334 Error into admin section (@WaYdotNET)
    • πŸ›  FIX #1336 File.read is better than "open" (@namusyaka)
    • FIX #1294 Use :grouped_options of select_tag (@namusyaka)
    • 🏷 FIX #1337 don't use block for content_tag in #select_tag (@namusyaka)
    • πŸ›  FIX #751 introduce #absolute_url for generating absolute urls (@ujifgc)
    • πŸ›  FIX #827 refactor padrino-cache expiration (@ujifgc)
    • πŸ›  FIX #1327 introduce :namespace option to abstract form builder (@sshaw)
    • πŸ›  FIX #1341 Fix module name including dashes in project generator (@tyabe)
    • πŸ›  FIX #1261 introduce case insensitive authentication by email (@ujifgc)
    • πŸ›  FIX skip padrino-cache with mongo on rbx engine (@ujifgc)
    • πŸ›  FIX #1195 Generator errors without git already set-up (@ujifgc)
    • πŸ›  FIX #1349 Redo tests for cache (@Ortuna)
    • πŸ›  FIX #1353 Add test cases for select_tag (@namusyaka)
    • πŸ›  FIX #1354 compatibility with 1.8.7 (@namusyaka)
    • FIX #1355 Automatically add multipart option to form_for if include file_field (@tyabe)
    • πŸ›  FIX #1356 Breadcrumb#del does not work when name type is Str (@namusyaka)
    • πŸ›  FIX Receive multipart option (@tyabe)
    • πŸ†• NEW #1358 Add test file for breadcrumbs. (@namusyaka)
    • πŸ›  FIX #1361 prioritized routes are working again (@namusyaka)
    • πŸ›  FIX #1257 Add a test to show use case for routing priority (@jeffutter)
    • πŸ›  FIX #1365 padrino rake mi:create_indexes task looks at subdirs (@natsumesou)
    • πŸ›  FIX #1367 bad placement output of button_to (@namusyaka)
  • v0.11.2 Changes

    May 20, 2013
    • πŸ›  FIX #1232 Padrino::Server - call expand_path on PID file option (@sshaw)
    • πŸ›  FIX #1234 Create table migration should be also timestamped if configured (@udzura)
    • πŸ›  FIX #1228 Allow for block arg to StandardFormBuilder.label (@sshaw)
    • FIX #1235 error of routing when using provides :any and Accept contains / (@tyabe)
    • πŸ›  FIX #1196 Remove Ohm monkey patch and include Padrino::Ohm::Validator (@lastcanal)
    • πŸ›  FIX #1236 Pass our logger to rack-protection for csrf (@dariocravero)
    • πŸ›  FIX #1246 missing translation for Russian (@silentvick)
    • πŸ†• NEW #1062 add configurable #app method for rack-test closes (@achiu)
    • πŸ›  FIX #1252 translations for japanese (@tyabe, @namusyaka)
    • πŸ›  FIX Specify full class name for migrations to fix failing migrations (@Ortuna)
    • πŸ›  FIX #1279 Datamapper rake task to pass arguments (@Ortuna)
    • πŸ›  FIX #1281 Documentation fixes to various areas (@matthias-guenther)
    • πŸ›  FIX #1269 issue with tilt version (@ujifgc)
    • πŸ›  FIX #1283 issue with html_safe and form builder (@ujifgc)
    • πŸ†• NEW #1285 Add :file option for delivering mail docs (@matthias-guenther)
    • πŸ›  FIX #1287 Lock minitest version from going to 5 (@QOrtuna)
    • πŸ›  FIX #1288 Http router fix unicode (@Ortuna)
    • πŸ›  FIX #698 Sqlite adding an extra "/" to the connection string for windows (@dariocravero)
  • v0.11.1 Changes

    April 07, 2013
    • πŸ†• NEW Ability to set migration file format to use incrementing numbers or timestamps (@jacob-s-son, @hooopo)
    • πŸ›  FIX #1174 slim 2.0 Backward incompatible syntax change (@WaYdotNET)
    • πŸ›  FIX #1086 Refactor reloader for cleaner structure (@Ortuna)
    • πŸ›  FIX #1178 Indent controller actions properly (@skade)
    • πŸ›  FIX #1180 Fix valid http verbs in http_router (@kenkeiter, @dariocravero)
    • πŸ›  FIX #1182 Format ar migrate better (@chiastolite)
    • πŸ›  FIX #1179 Accidental appended extensions for js urls (@nesquena)
    • πŸ›  FIX #1183 Mark escaped text as html_safe (@nesquena)
    • πŸ›  FIX #1184 Use count instead of size for errors (@nesquena)
    • πŸ›  FIX #1185 Adds lib as a load_path for rake tasks (@nesquena)
    • FIX #1177 Fix very strange bug with form_for and capture_html (@ujifgc, @nesquena)
    • πŸ›  FIX have plugin generator respect root option (@achiu)
    • FIX #1194 simple_format should be marked as html_safe (@nesquena)
    • πŸ›  FIX Escape text before simple_format (@nesquena)
    • πŸ›  FIX #1197 "bootstrap.min" path of production environment (@tyabe)
    • πŸ›  FIX #1201 Only add database tasks to Rakefile if ORM is anything other than :none (@dariocravero)
    • πŸ†• NEW #1209 Added layout option for controllers (@Ortuna)
    • πŸ›  FIX #1212 fix generators for projects using shoulda and rr with Test::Unit (@sshaw)
    • πŸ›  FIX #1213 fix flash_tag() with multiple attributes (@tmtm)
    • πŸ›  FIX #1215 Update zh_cn.yml (@wayshall, hfl)
    • πŸ›  FIX #1216 Improved german translations (@skade)
    • πŸ›  FIX #1221 fixes an issue with a gemified apps name being capitalized (@21purple)
    • πŸ›  FIX #1205 Allow Regexp routes to use :provides option (@shipstar)
    • πŸ›  FIX #1224 mark html_safe content safe after being escaped (@nesquena)
    • πŸ›  FIX #1211 load I18n tasks all the time (@nesquena)
  • v0.11.0 Changes

    March 21, 2013
    • πŸ†• NEW #923 Total redesign of admin panel with bootstrap and jquery, custom error pages Big thanks to the huge effort from (@WaYdotNET, @DAddYE, @dariocravero, @ujifgc, @tyabe)!
    • πŸ›  FIX #1135 Fix namespaced generators for app (@tyabe)
    • πŸ›  FIX #1139 Escape ampersands in mail_to helpers (@nybblr)
    • πŸ›  FIX #821 Added a cache parser with a default now to Plain. (@daddye)
    • πŸ›  FIX #1129 use Padrino.root for apps.rb
    • πŸ›  FIX #1125 Eagerly load libs if needed for tasks
    • πŸ›  FIX #1111 route arity (@daddye)
    • FIX #1090 Don't calculate asset timestamp using uri_root_path (@nesquena)
    • πŸ†• NEW Upgrades Sinatra support to 1.4.1 (@nesquena, @daddye)
    • πŸ†• NEW Upgrade to latest http_router 0.11 (@daddye)
    • πŸ†• NEW Load rake tasks manually but fallback to automatic for now (@skade)
    • πŸ›  FIX cleanup and refactoring of documentation (@matthias-guenther, @fnordfish)
    • πŸ›  FIX Run 'bundle' rather than 'bundle install' on generate (@matthias-guenther)
    • πŸ›  FIX Cleanup admin documentation (@danieltahara)
    • πŸ›  FIX padrino cache tests to not execute when cache server is not available (@bash0C7)
    • SEC #1083 Bump mail version dependency to CVE-2012-2139 and CVE-2012-2140. (@nesquena)
    • πŸ†• NEW Alias orm tasks to db namespace (@postmodern)
    • FIX #1090 Patch asset_timestamp to respect public_folder setting (@AtoxIO)
    • πŸ›  FIX #1045 Load the environment only when needed in rake-Tasks (@skade)
    • πŸ†• NEW #1031 Render using SafeBuffer for XSS protection (@skade)
    • πŸ†• NEW #1007 Apps can now be shipped as gems (@skade)
    • πŸ›  FIX #966 Padrino:Reload.lock! tries to split java packages (@daddye)
    • 🚚 REM #1063 Remove core JSON rendering in favor of sinatra-contrib (@Ortuna)
    • πŸ†• NEW #1027 Padrino Performance for memory profiling and benchmarking (@skade, @dariocravero)
    • πŸ†• NEW #1011 Nest apps within the project module (@achiu, @tyabe)
    • πŸ†• NEW #904 Adds padrino-flash as core library (@lenzcom)
    • πŸ›  FIX #912 Use default layout when layout is set to true (@dcu)
    • πŸ†• NEW #927 Add CLI runner for executing code (@tyabe)
    • πŸ›  FIX #934 Rake routes when routes have regexes (@tyabe)
    • πŸ›  FIX #949 404 handling in later sinatra versions (@dayflower)
    • πŸ›  FIX #818 Filter and exceptions was running twice on error (@ujifgc)
    • πŸ›  FIX #812 Patch exception handling within filters (@ujifgc)
    • πŸ›  FIX #771 Padrino.configure_apps now supports multiple blocks (@ujifgc)
    • πŸ†• NEW #843 Request route now has access to the associated action (@ujifgc)
    • πŸ†• NEW #1097 Request route now has access to the parent (@dariocravero)
    • πŸ›  FIX French translation typos (@Fiaxhs)
    • πŸ›  FIX Optimize the reloader and objectspace traversal (@dcu)
    • πŸ›  FIX Failing jruby compatibility issue with reloading (@udzura)
    • πŸ†• NEW #881 Component support for Mongoid 3 (@WaYdotNET)
    • πŸ†• NEW #967 Mongoid 3 compatible rake tasks (@dayflower)
    • πŸ†• NEW #907 Puma server support (@dariocravero)
    • πŸ›  FIX Loads dm-types when enabling datamapper component (@postmodern)
    • πŸ›  FIX #911 Enable haml ugly syntax by default in production (@dcu)
    • πŸ›  FIX Adds support for later versions of ActiveRecord (@DAddYE)
    • πŸ›  FIX Less requires therubyracer gem (@dariocravero)
    • πŸ›  FIX Lock mysql gem to 2.8.1 since 2.9 fails (@udzura, @dariocravero)
    • πŸ›  FIX Lazy load mailer for 20% padrino bootup performance increase (@ujifgc)
    • πŸ›  FIX #1071 Refactor mailer codebase to DRY up (@Ortuna)
    • πŸ›  FIX Padrino.logger thread-safety issues (@sgonyea)
    • πŸ†• NEW Add colorize_logging option for logger (@tyabe)
    • πŸ›  FIX #918 Display seconds instead of ms in logger (@muxcmux)
    • πŸ›  FIX #910 Write file data as binary in cache (@ejholmes)
    • πŸ†• NEW #947 Support symbols as keys when expiring cache (@dariocravero)
    • πŸ›  FIX #973 Refuse to cache integers, convert to a string (@ujifgc)
    • πŸ†• NEW Adds breadcrumb view helpers (@WaYdotNET)
    • πŸ†• NEW support for ohm persistence in admin (@ujifgc)
    • πŸ›  FIX #873 Get the first key passed for expire for admin (@gugat)
    • πŸ›  FIX #876 Model output in erb templates for admin (@sleepingstu)
    • πŸ›  FIX #871 Halt on 404 when no record found for admin (kot-begemot)
    • πŸ›  FIX #1013 Admin generator can now be destroyed with flag
    • πŸ†• NEW #988 Support for HTML5 multiple file uploads (@hooktstudios)
    • NEW #27 Adds check_box_group and radio_button_group (@ujifgc)
    • FIX #1046 Broken js_escape_html helper to properly escape (@hooopo)
    • πŸ›  FIX #1077 Refactor nested form code in helpers (@Ortuna)
    • πŸ›  FIX #924 Generate project name to handle underscores (@achiu)
    • πŸ›  FIX #1067 Execute the mysql command with separate args (@postmodern)
    • πŸ’Ž SEC #1058 Switch to https for rubygems source in Gemfile (@tyabe)
    • πŸ›  FIX #772 Controller path when maps is in controller options (@ujifgc)
    • πŸ†• NEW #925 Add explicit Rakefile on project generation by default (@achiu)
    • πŸ›  FIX #892 Show plugin list if no arguments passed to generator (@achiu)
    • πŸ›  FIX #1107 Defaulted all ORMs that used the mysql gem (@dariocravero)
    • πŸ›  FIX #1109 Move rake initialization into CLI to avoid double loading (@skade)
    • NEW #1100 Add csrf token handling with csrf_token_field helpers (@skade, @dariocravero)
  • v0.10.7 Changes

    June 20, 2012
    • πŸ›  FIX #777 Improve slim template block capturing
    • πŸ›  FIX #807 Fixes reloader class name resolution
    • πŸ†• NEW #813 Added support for activerecord-jdbcmysql-adapter (@rameshpy)
    • FIX #814 Fix options_for_select result in a corner case (@whitequark)
    • πŸ›  FIX #828 Remove explicit tlsmail dependency (@trevor)
    • πŸ›  FIX #829 Adding an options attribute to ProjectModule (@simonc)
    • πŸ›  FIX #780 Respect user defined model name for admin (@joelcuevas)
    • πŸ›  FIX #841 Patched to fix rake use in padrino templates (@jasonm23)
    • πŸ†• NEW #836 Adds a catch all method to the redis cache
    • πŸ›  FIX #856 Make mysql2 alias of mysql when DataMapper is selected
    • πŸ›  FIX #858 Add require ActiveSupport::TimeWithZone class for helpers
    • πŸ›  FIX HTML Change boolean helper attributes to conform to xhtml strict
    • FIX #855 Fix error_message_on for empty array (@sshaw)
    • πŸ†• NEW #853 Adds Swedish localization support (@Lejdborg)
    • πŸ†• NEW #853 Adds Romanian localization support (@relu)
    • πŸ›  FIX #850 Prevent JRuby reloading bug (@dn2k)
    • πŸ›  FIX #846 Fix admin generator to understand model_name (@fnordfish)
    • πŸ†• NEW #845 Add CLI shortcut with just 'c' (@joslinm)