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

Changelog History
Page 8

  • v0.9.6 Changes

    • ๐Ÿ›  Fixed an issue in controller generator when using --app=app_name
    • โž• Added mm:transate task for easily translate models
    • โšก๏ธ Updated favicon_tag to search inside images folder
    • ๐Ÿ›  Fixes an issue with rendering with layout false now you can use: render 'path/to/template', :layout => false
    • ๐Ÿ”จ Small helpers refactoring
    • ๐Ÿ›  Fixed mailer initializer issue. Cleaned up options in delivery.rb
    • ๐Ÿ›  Fixes tests in padrino helper
  • v0.9.5 Changes

    • โž• 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
  • v0.9.4 Changes

    • ๐Ÿท Improved select_tag helper, now accept :include_blank => 'My text'
    • Re-require 'tilt' since not all of us use sinatra --pre
    • ๐Ÿ›  Fixed a strange api change of bundler (see: http://github.com/carlhuda/bundler/issues/closed#issue/160)
    • โœ‚ Removed Bundler 0.9.7 dependency and allow all versions > 0.9.7.
    • ๐Ÿ›  Fixed Padrino Mailer views_path when we use a "multi app" project
    • ๐Ÿ›  Fixed content_type in Padrino Mailer
    • โž• Added a spec option -fs
    • โœ‚ Removed rspec.opts and use it directly in rake task
  • v0.9.3 Changes

    • ๐Ÿ›  Fixed a problem with some env with generators
  • v0.9.2 Changes

    • Fixed overwrite of :+name+ in f.check_box and f.radio_button
    • โž• Added +highlight+ helper
    • Cleaned up (truncated) README files for Padrino gems
    • โž• Added template agnosticism (erb/haml) in admin generator
    • โž• Added +mootools+ as a javascript option in project generator
    • โž• Added +cucumber+ as a test option in project generator
    • โž• Added +Mongoid+ as adapter in admin generator
    • โž• Added +Mongoid+ as an orm option in project generator
    • โž• Added +MongoMapper+ as adapter in admin generator
    • ๐Ÿ›  Fixed an issue with the SASS initializer for project generator
    • ๐Ÿ›  Fixed a small problem with DataMapper and our error helpers
    • โœ‚ Removed admin flash middleware (extracted to extension)
    • Minor code cleanup
  • v0.9.1 Changes

    • ๐Ÿ†• New Padrino Admin with static theme based on web-app-theme
    • ๐Ÿ›  Fix routing module to work for sinatra standalone
    • ๐Ÿ›  Fix rendering module to work for sinatra standalone
    • โž• Added +favicon_tag+ helper
    • ๐Ÿ”จ Refactored Internals of +Padrino+::+Application+
    • โž• Added I18n helpers +t+ and +l+
    • Added a new helper +error_message_on+
    • โž• Added a new helper +button_to+