Camping v1.4 Release Notes

Release Date: 2006-04-11 // about 18 years ago
    • ๐Ÿšš Moved Camping::Controllers::Base to Camping::Base.
    • ๐Ÿšš Moved Camping::Controllers::R to Camping::R.
    • ๐Ÿ†• New session library (lib/camping/session.rb).
    • WEBrick handler (lib/camping/webrick.rb) and Mongrel handler (lib/camping/mongrel.rb).
    • ๐Ÿ— Helpers#URL, builds a complete URL for a route. Returns a URI object. This way relative links could just return self.URL.path.
    • Base#initialize takes over some of Base#service's duties.
    • ENV now available as @env in controllers and views.
    • ๐Ÿ“„ Beautiful multi-page docs without frames!