-
Fixed MongoId adapter using git legacy branch instead (un)stable gem
-
Moved bundler dependency from padrino-core to padrino-gen
-
Moved I18n dependency from padrino-core to padrino-helpers
-
Use ‘mail’ library and remove ‘tmail’ dependency for padrino-mailer
-
Add support for a quick ‘email’ helper for delivering mail in padrino-mailer
-
Allow default rendering options to be changed [Thanks to Skade]
-
Fix ensure to load database conf before everything
-
Prevent htm, html mismatch in content_type [Thanks to Skade]
-
Fixed issue with rake test tasks
-
Fixes an issue with trailing delimiters for index controller actions (i.e /posts/)
-
Fixes issue with sequel in admin gem
-
Fixes error_messages_for to use humanized attribute
-
Fixes indentation issues for orm generators
-
Added Ukrainian translation to admin and localization
-
Fixed DM Migration Issue with Text, Boolean etc… [Thanks to Snusnu and Akzhan]
-
Fixed Issue with deploying Padrino apps to a Sub-URI
-
Fixed padrino g and padrino gen aliases
-
Refactored padrino-gen internals
-
Colorized logs
-
Added support for ‘rake routes’ task
-
Disabled sessions by defaults as Sinatra do
-
Enable sessions for admin app since authentication require it
-
Don’t load Rack::Logger if our log_level is not :debug
-
Set real values for app.public and app.static because due to frequently calls
-
Updated templates with new changes
-
Performance tuning: Caching layout template
-
Fixed a bug with layouts that prevent double rendering
-
Added Scoped filters
-
Added Scoped layout
-
Our routing system now with :provides or :respond_to (other than route format) match “request.accept”
-
Our routes now accepts Sinatra 1.0 conditions
-
Routing refactoring
-
Now mounter use the our new Router instead of Rack::Builder
-
Added a new router class that handle in a easy why domains
-
Performance Tuning: Caching templates
-
Danish translation [Thanks to Molte]
-
Russian translation [Thanks to Imm]
-
Added
extcore
as a javascript option in project generator [Thanks to Imm] -
Updated jquery to v1.4.2
-
Added couchdb support for padrino-admin [Thanks to Ghostm]
-
Brazilian Translation [Thanks to Deminew]
-
French Translation [Thanks to Mickey]
-
ActiveSupport 3.0 Compatibility fixes
-
Removed VERSION files. This prevent problems described here: github.com/nex3/haml/issues/issue/24
-
Added default values for controllers
-
Updated sequel generation to work with sqlite3.
-
Fixes support for index routes with params.
-
Fixes SASS reload plugin issue on 1.9.X.
-
Fixes an issue with generator not casing controller / model names
-
Fixes issue with mounter and locating the app file
-
Added sequel support for padrino-admin [Thanks to Aemadrid]
-
Added basic sequel migration tasks [Thanks to Aemadrid]
-
Mailer now supports setting template path to render explicitly
-
Minor typo fixes
-
Dropped compatibility with Sinatra < 1.0
-
Ruby 1.8.6 compat
-
Initials additions for make Padrino compat with ruby 1.9.2
-
Fixed a small issue with Passenger and Ruby 1.9.1
-
Removed clear_template_cache! since Sinatra 1.0. now has settings.reload_templates
-
Fixed error_messages_for with custom locales
-
Added “padrino gen”, “padrino g” as alias of padrino-gen.
-
Prevent that an account destroy itself
-
Removed some unused code from padrino-admin
-
Improved Padrino Admin Generator, now admin_page accepts multiple models
-
Fixed Padrino Admin Account where the accounts password field is in plain text (text_field)
-
Added layouts folder back into application skeleton
-
Fixed an issue with not being able to render erb or haml properly in a js response
-
Added support for forcing render of specified template (i.e render ‘foo.haml’ in js request)
-
Fixed a problem with folders called “sinatra” and PADRINO_IGNORE_CALLERS
-
Fixed TestTask
-
Fixed admin generator since not all ruby versions respond to “lines”
-
Fixed an issue in Sinatra::ShowExceptions since Bundler changes the Gem.dir
-
Removed from Sinatra::ShowExceptions and clean_backtrace padrino code
-
Added layout finder with format and locale
-
Improved template finder (with format and locale)
-
Fixed a bug that duplicates admin menus during app reloading
-
Added feed_tag helper for rss / atom auto discovery
-
Removed Mailer Initializer from app.rb.tt and added it to the mailer generator
-
Removed duplicate app folder in project skeleton
-
Couchrest generator now include in Gemfile json_pure
-
Fixed project name when using some like www.my-domain.com
-
Fixed a small typo error in app template
-
Fixes issue with formatted routes for an index
-
Fixed an issue with Riot and RR in generator
-
Cleaned up the implementation for asset include helpers for javascript and css
-
Added stylesheet generator. Decouples from sass from haml generation. Includes sass and less ( via rack-less)
-
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
-
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
-
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: 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
-
Fixed a problem with some env with generators
-
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
-
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
andl
-
Added a new helper
error_message_on
-
Added a new helper
button_to