Sinatra::AppModulefor writing partial applications as modules
- Fixed
Sinatra::CompressedJSto link to the production version on production
- Make tests more forgiving to account for different Compass/CS/etc versions
- Improve CompressedJS docs
- Updated gem dependencies to have a required version
Sinatra::CompressedJSfor serving compressed JS files
Sinatra::UserAgentHelpersfor browser detection
- Revise CompassSupport to not use config files (instead just use Compass.configuration)
- CssSupport: Fix issue where Sass files are not loaded
Sinatra::CompassSupportto add support for the Compass CSS framework
- Implement
Sinatra::MultiRender
- CssSupport:
css_mtime_forhelper
- Implement CssSupport's
css_aggressive_mtimedirective
- Update I18n helpers documentation
- Update documentation for JsSupport and CssSupport
- Implement Sinatra::I18nSupport
- Update README with URLs
- Correct the wrong gem name in the documentation
Massive 1.0 refactor and massive documentation update. Now sporting a completely new API and breaks compatibility with 0.2.0.
- CssSupport
- JsSupport
- IfHelpers
- documentation for private objects / methods
- currency helpers with tests and documentation
- day_choices
- full docs to all helper methods
- link to docs
- old sinatra-helpers files
- Allow descending year_choices
- change how tag works for self_closing
- Initial renamed sprint from sinatra-helpers
- Tweak documentation for Methods.rb and load order
- select option tweaks
- some tweaks for ruby1.8.6 compat
Initial version.