Padrino v0.9.5 Release Notes

    • โž• Added the possibility for dsl lovers to create a single file in app called helpers.rb/controllers.rb/mailers.rb
    • ๐Ÿ”„ Changed generated scaffold now table rows didn't contains links
    • ๐Ÿ›  Fixed a bug in reloader, now we prevent schema.rb reloading
    • ๐Ÿ›  Fixed check_box helper when :checked => false we remove them
    • โž• Added auto template lookup with locale and format i.e: show.ru.js.erb or show.js.erb or show.en.erb
    • ๐Ÿ”จ Css refactoring and fixed an unused css in Padrino Admin generator
    • ๐Ÿ›  Fixed ar:structure:dump and others tasks that don't use symbols
    • ๐Ÿ›  Fixed compatibility with ERB and Sinatra 1.0
    • ๐Ÿ›  Fixed an issues with index and ar:auto:upgrade
    • ๐Ÿ’Ž Now we use Sinatra 0.9.6 since previous versions on ruby >= 1.8.7-p248 raise a segfault bug
    • ๐Ÿ”จ Refactored executables
    • โž• Added strip_tags helper
    • Fixed model_attribute_translate helper
    • โž• Added favicon
    • Prevent bundler gem clashing
    • ๐Ÿ›  Fixed minor SASS support issue for haml generated projects