All Versions
76
Latest Version
Avg Release Cycle
129 days
Latest Release
1536 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v0.10.6 Changes
- π FIX #786 reloader issues with routes
- π FIX Lumberjack Logging Compatibility
- π FIX Write cached css into public stylesheets path (@fnordfish)
- π FIX Fixes error with less component (@fnordfish)
- π NEW #787 Support Nested Data Attributes in Tags (@agios)
- π FIX #760 better html5 helper support (@Cirex)
- π NEW #764 adds a few form inputs in helpers (@Cirex)
- π FIX #680 upgrade to activesupport and activerecord 3.2
- π FIX Adds support for minirecord generators
- π FIX Upgrade to latest datamapper
- π FIX #702 Change to new sequel migration syntax (@funny-falcon)
- π FIX #705 incorrect require when using AR with pg gem (@udzura)
- π FIX #724 Use binread for file cache on 1.9.X
- π FIX #729 Added setting to change model name for admin
- π NEW Adds regexp route generation support (@joshbuddy)
- π² FIX #720 Set PADRINO_LOG_LEVEL constant by default (@marcosdsanchez)
- π FIX #725 app.app_name is not set error in padrino-cache (@modeverv)
- π FIX #733 Mailer generator now handles hyphens
- π FIX Replace Sinatra quote with Godfather movie reference on server exit (@danishkhan)
- π FIX #743 Correctly parse arguments to padrino binary
- π FIX #745 Cache now stores response and content_type (@sumskyi)
- π FIX #676 Adds support for trinidad web server on jruby
- π FIX #736 Logger refactoring to support other loggers (@skade)
- NEW Adds alias 'escape_javascript' for 'js_escape_html' method
- π FIX Asset files from absolute paths should not have asset stamps associated
- π FIX Updated stylesheets initializers to respect spaces.
-
v0.10.5 Changes
- π FIX #701 make static script assets work again for generator
-
v0.10.4 Changes
- π FIX #690 adds proper require for sinatra-flash in Gemfile
- π FIX #691 fixes logger error when rendering templates
- FIX #692 ensure :static_cache_control is properly applied
- π FIX #689 status messages to common padrino logger (@udzura)
- π FIX logger issue when displaying cache logs
- π FIX #694 issue with minitest generator (@runa)
- π NEW Silence YARD undocumented warnings in padrino gems
-
v0.10.3 Changes
- π NEW Upgrade to recently released Sinatra 1.3
- π FIX #679 replaces rack-flash with sinatra-flash
- π NEW #667 Adds mintest testing component to generator
- π FIX #634 Removes less gem dependency for less gen
- π NEW #662 create "content_for?" helper (@mlightner)
- π FIX #669 Fixes YAML locale files to be psych compliant (@skade)
- π NEW Fixes logger to be much cleaner with better formatting
- π FIX issue with generator runner for https templates (@xavierRiley)
- π FIX #669 YML locale files are now psych compliant
- π NEW #658 removes shoulda and switch to minitest (with aliases)
- π NEW #657 Converts RDoc to YARD and improve all docs
- π FIX Document example of Padrino::Admin::AccessControl (@benjaminoakes)
- π NEW Adds Latvian locale translation (@ugisozols)
- π FIX #686 Halt status with code responds as expected
-
v0.10.2 Changes
- π NEW support for TravisCI with build configurations
- π NEW support of mysql2 when using sequel as adapter (@rafaelss)
- π NEW #636 print which views are called in log when in development mode (@minikomi)
- π NEW support of ActiveRecord 3.1 and ActiveSupport 3.1
- π NEW yard doc available {here}[http://www.padrinorb.com/api/index.html]
- π FIX #624 potential issue with libxml-ruby (@farcaller)
- π FIX #618 allow to map routes using "index" reserved word
- π FIX #633 RACK_ENV now is respected also using bundled server
- π FIX rendering error for partials when they start with a forward slash (@philly-mac)
- π FIX all our sources files now are vim friendly
- π FIX preserve the original options when resolving a template (@Xylakant)
- π FIX bad path in shoulda test generator (@futurechimp)
- π FIX require path in model tests to generate correctly if specifing app
- π FIX #647 allow to override view errors
- π FIX #646 compat with ActiveRecord >3.0.10
- π FIX #381 escape "<> from tag helpers values
- π FIX #639 prevent XSS from admin login (@eikes)
- π FIX #620 render :json => obj now set content_type to 'application/json;charset=utf-8'
- π FIX #575 when using html parts now mailer content type is 'multipart/alternative'
- π FIX #631 reloading futzing with the query parameters (Hollin Wilkins & Dave Willett @ TrueCar in San Francisco)
- FIX recognize_path now is compatible with http_router > 0.10
-
v0.10.1 Changes
- β Added a Mongo store for padrino-cache [Thanks to aliem]
- β Adds restful support for parent controller declaration
- Before filters are called regardless of matching
- π Fix env['padrino.instance'] where create a loop and is too long to show in Padrino::ShowExceptions.
- π Compat with Slim 1.0, Compat with Ruby 1.9.3. FIX #596
- π Translation fixes for IT, CS, DE, NL, and more with locale tests
- π Fixes for FR, CN and RU locales [Thanks to TweeKane]
- Compatibility with Bundler > 1.0 in Gemfile
- Admin generator properly destroys access control on removal
- π Fixes admin generation when used with namespaced models
- π Allow logger to be configured before load [Thanks to skade]
- π Fix an error message [Thanks mariozig]
- π Fix doc bug in logger [Thanks Xylakant]
- β Adds host parameter to DM Postgresql Adapter [Thanks to Aigeruth]
- 0οΈβ£ Cleanup models folder in apps that is no longer used by default
-
v0.10.0 Changes
- π Fix
padrino s
shortcut to accept options - π Fix Padrino::Application#run! (now correctly accepts options)
- π Fix Padrino::Server (now has correct defaults options)
- π Fix Padrino::Reloader with strange constants or paths #565
- π Fix Padrino::Reloader reloading also $LOADED_FEATURES deps
- π Fix Double loading of boot.rb in rake tasks. #560
- π Fix an issue with haml rendering on rubinius
- π Fix our tests to meets ruby < 1.9 needs
- π Fix issue #556 now we resolve correctly prerequisites of your app
- β¨ Enhancement for #556 now is possible to add custom prerequisites to our app
- π Change move Padrino.current_controller in public apis
- β¨ Enhancement, now Padrino::Reloader works without ActiveSupport::Dependency or with it disabled #567 [Thanks Bernerdschaefer]
- π Cleanup padrino-core dependencies now we have less less ActiveSupport dependencies, we are very very thin finally!
- π Fix bundler gem dependency mismatch #553
- π Fix command issue with padrino g or padrino gen on rubinius #531
- π Fix issue #562, now is no more necessary "bundle exec anything"
- β Remove Padrino::Rendering from autoloading (manually must be loaded)
- π New Enhancement to controller filters
- β Add option to specify model generation of Account from padrino-admin
- 0οΈβ£ Generates models by default into
/models
- Controllers accept :conditions option [Thanks to Bernerdschaefer]
- β Added Hungarian translation [Thanks to KormΓ‘ny Zsolt]
- β Added Riak support through Ripple
- β‘οΈ Updated couchrest_model dependency to ~>1.1.0
- π Fix issue #571, don't handle Gemfile if we are outside a Padrino project
- π Fix issue #569, prevent a little problem with DM and string length
- Require only individual gems of DataMapper to use a thin environment and prevent to load old gems like json 1.4
- π Support for priority route ordering in controllers
- π Fix
-
v0.9.29 Changes
- π Cleanup SupportLite
- Cleanup Reloader
- Cleanup Padrino::Application
- Cleanup Gemfile generation
- Cleanup Reloader
- Cleanup Application Server
- π Improved Reloader
- Decoupled Reloader, Loader, Application
- π Fixed Reloader in some extreme scenarios
- π Make methods of Padrino::Application that act as Padrino Core
- π Fixed error logging
- β Added Padrino.clear, useful to clean a Padrino Enviroment
- π Improved granularity of our reloader locking and prevent reloading of unnecessary deps
- π Use Sequel::Model.db= instead of DB= because is more simple change on the fly connections
- β Added compatibility with CouchRest::Model 1.1+
- π Cleanup support lite and improved compatiblity with jruby
- π¦ Expose Padrino::Application.load_paths
- β Added a new method to load custom app dependencies
- β Added a new format helper 'truncate_words' [Thanks cearls!]
- π Fixes support for local vars passing in render
- Rake 0.9 and 0.8.7 compat
- π Use Rack::Flash as Rails do
- π Fix a deprecation with model_name.human
-
v0.9.28 Changes
- π Fixed couchrest Account Model
- π Generate SystemTimer for Mongoid only if Ruby 1.8 [Thanks to RoryO]
- π Generate SystemTimer for Mongomapper only if Ruby 1.8
- β Add
padrino s
as alias forpadrino start
- π Fixed Gemfile for couchrest
- β‘οΈ Updated Gemfile for mongoid
- π Fix a possible loop in require_dependencies
- β Added padrino rake gen useful to create a Rakefile to handle for example with heroku
-
v0.9.27 Changes
- π Use sass gem, because now is separated from haml
- Escape regex in our reloader
- π Use CouchRest::Model instead of CouchRest::ExtendedDocument [Thanks Burgestrand!]
- π Fixes issues with offline generation of js (from padrino-static)
- π Fixes YAML parsing bug by using syck
- π Use sinatra 1.2.5
- π Make logger sinatra 1.3 compat
- π Use new sqlite3 gem in generated projects
- β Removed padrino_logging and use instead simple logging to avoid conflicts
- 0οΈβ£ By default use logging only on development
- Uses raise_errors, dump_errors, show_exceptions as Sinatra::Base do
- π¨ Refactored Padrino::Application
- β Added a global configuration in config/apps.rb used by each Padrino Applicaitons
- π§ Moved session_secret in global configuration project
- π Use SecureRandom to generate session secret
- π Support 'partial' in Sinatra with explicit engine
- Added recognize_path method ex: recognize_path(request.referrer) => [:controller_action, { :id => 1 }]
- Added current_path method ex: current_path(:merge => :param) => "/current/1234/merge/param"
- π Support for jruby-memcache-client/memcache-client
- β Added MongoMapper task for drop database