Sha256: 51c8ce0ba4de4d25b16dbc343c80a6d0732cdfaa4ccd6974b2cb8de27c0c4625

Contents?: true

Size: 1.6 KB

Versions: 1

Compression:

Stored size: 1.6 KB

Contents

# v0.2.15
- Fixed minor regression.
- CLI now will report gumdrop version when show help.

# v0.2.14
- Added new template type: twitter
- Added cli option -t / --template to specify default|twitter template when creating a new project

# v0.2.13
- Adding content_filters for altering rendered output -- BUILD ONLY!
- Tweaks to template site

# v0.2.12
- Added textile view_helper
- Allow paths prefixed with "/" in uri()
- Context#render will now look for templates too
- Fixed content_for(key, &block) in slim -- not tested in any other template engines -- be sure and use '=' tag: = content_for :sidebar do

# v0.2.11
- Updated server to reload on .css and .js file requests too.

# v0.2.10
- Update default template to use slim layouts
- Fixed a bug in uri when creating a path to "/"

# v0.2.9
- Added ability to force absolute url's from uri helper. set force_absolute in template

# v0.2.8
- Added better support for site reloading in server

# v0.2.7
- Added support for `yield` in templates
- Added support for content_for -- only tested in SLIM

# v0.2.6
- Update pager_for to accept a symbol or an array

# v0.2.5
- New feature: Generators, from source tree or centreally in lib/site.rb
- Server can reload the entire site for each request, by default this feature is off
- Added Pager class for creating tumblr-like pagesets

# v0.2.4
- Modernized Sinatra usage. Added an example site (just boilerplate at this point).

# v0.2.3
- Updated code to use autoload. Added primary dependencies to the gemspec. Version bump.

# v0.2.2
- Fixed bug where partials weren't rendered via the dev server.

# v0.2.1
- Initial release. Yay!

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gumdrop-0.2.15 ChangeLog.md