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

Changelog History
Page 6

  • v0.9.26 Changes

    • Padrino::Logger compatible with Rack::CommonLogger
    • โž• Added session_path and ability to use custom Rack::Session::Cookie options
    • ๐Ÿ›  Fixed dependency loader
    • ๐Ÿ›  Fixed mounting sub-apps
    • ๐Ÿ›  Fixed shared sessions
  • v0.9.25 Changes

    • ๐Ÿ›  Fixes to allow flexible libraries in padrino-cache
    • ๐Ÿ‘ Allow select tag to take a range of options [Thanks activestylus]
    • ๐Ÿ‘ Allow grouped options in a select_tag [Thanks activestylus]
    • ๐Ÿ‘‰ Use MongoMapper official gem
    • ๐Ÿ›  Fixes ERBHandler type detection
    • ๐Ÿ›  Fixes Routes with globs that when something is after the glob i.e. get :show, :map => '/pictures/*path.html'
    • โšก๏ธ Updated http_router to ~> 0.7.0
    • Completed Padrino Cache Doc [Thanks to Onethirtyfive]
    • โž• Added a global Padrino.cache option
    • ๐Ÿ’Ž Padrino-Cache now is able to store ruby objects
    • ๐Ÿ›  Fix expire_in on redis store in Padrino Cache
    • โž• Added Ajax Helpers
    • ๐Ÿ‘‰ Use https://github.com/padrino/padrino-static for download js and ujs adapters (if no internet connection use a local copy)
    • โž• Added session_secret task generator and as default in our app templates
    • Correctly work with nested parameters sent to url [Thanks to Funny-falcon]
    • ๐Ÿ›  Fix ajax request detection for dataType: 'application/javascript'
    • โœ‚ Removed lib from excluded list of our reloader
    • โž• Added in our logs app name space for urls and layouts
    • Preserve spaces for text_area using admin/haml
    • Prevent using missing rendering engines on admin allowing user to use a different way
    • ๐Ÿ›  Fixed AbstractFormBuilder class scope name [Thanks to Funny-falcon]
    • ๐Ÿ”„ Changed layout of our logger
    • ๐Ÿ”Š Logs for cache GET and SET
    • Caching instructions in main app template
    • ๐Ÿ›  Fixes NotFound Sinatra Errors
    • Require correct rspec/exceptions in cucumber.
    • ๐Ÿ”— Stylesheet_link_tag and javascript_include_tag should allow array inputs for sources (instead of argument array)
    • More space for edit/delete actions in the Admin Section
    • โž• Added a nice confirm dialog to prevent mistakes in the Admin Section
    • โž• Added the correct DELETE method to the logout in the Admin Section
    • โž• Added setting log_static setting to Padrino.logger [Thanks to railsjedi]
    • ๐Ÿ”— Added stylesheet_link_tag and javascript_include_tag to allow array input for sources [Thanks to railsjedi]
    • โž• Added ruby-debug19 to Gemfile [Thanks to railsjedi]
    • ๐Ÿ‘ Allow simple_format to use a custom tag instead the only p tag
    • ๐Ÿ›  Fix collision with AS load_dependency
    • ๐Ÿ›  Fix File Store when cache dir is deleted after init
    • โž• Added empty rows and cols to text_area tag to be w3c
    • โšก๏ธ Update Sinatra to 1.2.3 and HttpRouter to 0.6.9
    • โž• Added cache_key inside route for a simple/fast expiring caching
    • โšก๏ธ Updated plugin git command to use Grit instead
    • โœ‚ Removed ./bundle/environment stuff
    • Rubinius compat [Thx to Rakaur]
    • ๐Ÿ›  Fixed setting custom views path
    • โœ‚ Removed deprecated dom helpers
    • ๐Ÿ‘ Completed support for Slim
    • โž• Adds Slim admin support
    • Do not enforce rack sessions for Rack:Flash
    • Now erubis is the standard for the erb templates like in tilt/sinatra
    • ๐Ÿ›  Fix stop daemonized padrino from non standard path
    • ๐Ÿ›  Fix app path when generating sub-applications
    • ๐Ÿ‘‰ Use sass gem because now is separated from haml
    • ๐Ÿ‘ Allow combining different templates (ex: render a partial built with haml from a slim/erubis view)
    • ๐Ÿ‘‰ Use sessions for uri_root
    • ๐Ÿ›  Fix padrino admin page title
  • v0.9.24 Changes

    • Delayed
  • v0.9.23 Changes

    • ๐Ÿ‘ Allow 406 on (.format) urls via a flag
    • โž• Adds method_override flag to Padrino by default
    • Routing compatibility with the Sinatra 1.2 url method
    • Padrino now requires to ~> sinatra 1.2.0
  • v0.9.22 Changes

    • ๐Ÿ›  Fix no more password encryption when password is blank
    • ๐Ÿ›  Fix mongoid dependency
    • ๐Ÿ›  Fix admin mongomapper template to encrypt password
    • ๐Ÿ‘ Allow disabling of Padrino::Logger via :padrino_logging
    • ๐Ÿ‘‰ Use Sinatra::Base instead of Sinatra::Application
    • โž• Added Japanese Translations [Thanks to udzura]
    • Set status to 406 on non-provided ACCEPTS
    • Returns first provided mime-type on ACCEPT = /
    • Assume / if no ACCEPT header is given
  • v0.9.21 Changes

    • ๐Ÿ‘Œ Support of regex captures in routes
    • ๐Ÿ›  Fixed routing issues with :index
    • ๐Ÿ’… Creation of empty directories for images/javascripts/stylesheets/tmp
    • โšก๏ธ Updated mongomapper adapter to use rails3 branch
    • โœ‚ Removed snowtag
    • โšก๏ธ Updated datamapper gen to store correctly passwords
    • โž• Added Slim template to Padrino Admin [Thanks to Matthew Winter]
    • โž• Added Traditional Chinese support(zh_tw) [Thanks to ayamomiji]
    • Include padrino-cache gem as part of standard install
    • โž• Added Rake Task for Mongoid
    • Ensure project name are valid
    • โœ‚ Removed erubis support
    • ๐Ÿ”จ Refactored the output handlers for helpers
    • ๐Ÿ‘Œ Improves select_tag 'selected' option
    • ๐Ÿ‘ Basic nested object form support
    • โšก๏ธ Updated mongoid adapter to use 2.0.0.beta.20
    • โœ‚ Remove legacy bundler setup from config/boot.rb
    • ๐Ÿ”„ Change to routes to fix param assembly order
    • ๐Ÿ›  Fixed optional parameter routing test
    • Fixes error_message_on object name bug [Thanks craigp]
    • โœ‚ Removed default index page
    • Fetch Layout Path in app/views and app/views/layouts with :layout => :foo
    • ๐Ÿ›  Fixes issue with layout and format resolution in render
    • โž• Added Simplified Chinese support(zh_cn)
  • v0.9.20 Changes

    • โœ‚ Removed Rspec1 generator
    • โฌ†๏ธ Upgraded router to 0.5.0
    • ๐Ÿ‘ Allow adding middlewares in front of the router
    • ๐Ÿ›  Fixed DataMapper Admin Adapter and Encrypt Passwords
    • ๐Ÿ”„ Changed default ActiveRecord config with :reconnect => true
    • โž• Added basic erubis support to the admin
    • โœ… Require only require 'spec_helper' in rspec tests
    • โž• Added padrino-cache to our padrino meta-gem
    • โœ‚ Removed mount_core
    • ๐Ÿ›  Fix camelized model names in model generation
    • โž• Added slim renderer component
    • Now the content format can be set explicitly in a param [Thanks to Qzio]
    • ๐Ÿ›  Fixed I18n load_path [Thanks to Pirj]
    • โšก๏ธ Updated column proprieties for DataMapper
    • Now Mounter accept namespaced applications [Thanks to Mcmire]
    • โšก๏ธ Updated ar:translate to be more compat with AS 3.+
    • โœ‚ remove strict_format in layouts to work with Sinatra as a standalone
    • ๐Ÿ”„ Change Padrino Admin to generate model in own app, not default generated app.
    • Sinatra 1.1.2 Compat
    • โœ… Test compatibility with Sinatra 1.1.0 and 1.1.2
    • ๐Ÿ›  Fixed spaces in asset_path
  • v0.9.19 Changes

    • Sinatra 1.1 compat
    • ๐Ÿ›  Fixed destroy admin/app/page [Thanks to Sob]
    • ๐Ÿ›  Fixed couchrest dependencies [Thanks to 21studios]
    • โž• Added a basic index file [Thanks to 21studios]
    • Now Admin password are undecryptable [Thanks to Sob]
    • Arrayify keys for invalidation in padrino-cache
    • ๐Ÿ›  Fixed few typos errors [Thanks to Philtr]
    • ๐Ÿ›  Fix conflict on seeds.rb when generating admin [Thanks to Spllr]
    • Correct path in spec [Thanks to Spllr]
    • Bypass admin login in development
    • ๐ŸŒ Norwegian translation [Thanks to Fossmo]
    • โšก๏ธ Updated generator for new rspec version [Thanks to Rosstimson]
    • โšก๏ธ Updated generator to work with legacy rspec version
    • ๐Ÿ›  Fixed issue with views folder not being generated in projects
    • ๐Ÿ›  Fixed the listing headers of admin pages, now is plural [Thanks to Rosstimson]
    • ๐Ÿ›  Fixed model migration removal [Thanks to Sob]
    • โšก๏ธ Updated plugins to pull using https [Thanks to Sob]
  • v0.9.18 Changes

    • โšก๏ธ Updated to use latest http_router
    • ๐Ÿ›  Fix undefined method crypted_password when using Postgresql + Sequel [Thanks to Commuter]
    • Preserve params for after use by a before filter
    • ๐Ÿ›  Fix const scope for Rack::Mime [Thanks to spllr]
  • v0.9.17 Changes

    • ๐Ÿ›  Fixed a problem with routing of โ€œ/โ€
    • โž• Added utf-8 feature in forms using utf8/_e/snowman tag