Radiant v0.8.0 Release Notes

Release Date: 2009-06-14 // almost 15 years ago
    • Warn about using the RedCloth 3 fallback. [Sean Cribbs, Jason Garber]
    • ๐Ÿ’Ž Prevent stty errors on JRuby while running bootstrap. [Sean Cribbs]
    • ๐Ÿšš Moved template_name to ApplicationController [Jim Gay, Michael Kessler]
    • โœ‚ Remove vizres plugin. [Sean Cribbs]
    • โšก๏ธ Update instance config/environments to remove ResponseCache [Jim Gay]
    • โœ‚ Remove :order option from , which causes errors on postgresql. [Sean Cribbs]
    • Prevent recursion via the tag. [Sean Cribbs]
    • โšก๏ธ Update Highline. [Sean Cribbs]
    • โšก๏ธ Update Cucumber and RSpec, clean up some features and fix specs. [Sean Cribbs]
    • Set the protected attributes for users in User.protected_attributes [Jim Gay]
    • Don't allow a nil ETag in SiteController. [David Cato]
    • Prevent failed login message from sticking around. [Kunal Shah]
    • ๐Ÿ›  Fix failing test regarding extension order. [Brett McHargue]
    • Catch ActiveRecord::RecordNotFound in Admin::ResourceController [Jim Gay]
    • Catch missing template errors for show routes [Jim Gay]
    • Fix with_error in render_matcher not causing the spec to fail when no exception raised. [Jason Garber]
    • ๐Ÿ‘‰ Make features task run in instance mode. [Sean Cribbs]
    • โœ‚ Remove Admin::AbstractModelController. [Sean Cribbs]
    • ๐Ÿ—„ Cleanup deprecated Gem::manage_gems. [Sean Cribbs]
    • โž• Add begin...rescue blocks to rspec.rake [Sean Cribbs]
    • โž• Add begin...rescue blocks for requiring cucumber. [Matt Henry]
    • ๐Ÿ—„ Deprecate ResponseCache, add Radiant::Cache based on Rack::Cache. [Sean Cribbs]
    • ๐Ÿ‘‰ Use app name for session cookie. [Josh French]
    • โฌ†๏ธ Upgrade to Rails 2.3.2. [Sean Cribbs, Rick DeNatale, Josh French, Kunal Shah]
    • Populate config.extensions so extensions can be disabled easily. [Jason Garber]
    • โšก๏ธ Convert integration specs to Cucumber stories and update RSpec. [Sean Cribbs]
    • ๐Ÿ‘‰ Use ActionView::PathSet instead of normal arrays for view paths. [Pat Allan]
    • ๐Ÿ‘ป Don't raise exception on unauthenticated request to /admin/logout. [Josh French]
    • Reverse view paths order in extension loader. [Sean Cribbs, Brent Kroeker]
    • โœ‚ Remove obviated Ruby 1.8.7 compatibility patch. [Sean Cribbs]
    • Adjust StandardTags#relative_url_for for case when relative_url_root is nil. [Sean Cribbs]
    • Correct rendering error in extensions controller. [Sean Cribbs]
    • Correct typo in config/boot.rb. [Sean Cribbs]
    • ๐Ÿ”จ Major refactoring and simplification of LoginSystem. [Sean Cribbs]
    • โšก๏ธ Update Haml to 2.0.7. [Sean Cribbs]
    • โฌ†๏ธ Upgrade to Rails 2.2.2. [Sean Cribbs]
    • ๐Ÿ“š Cleanup the config class a little, add some more documentation. [Sean Cribbs]
    • Avoid bootstrap errors related to Radiant::Config by checking for table existence. [Sean Cribbs]
    • Correct status code typo in Admin::ResourceController. [Sean Cribbs]