Sha256: 631ebbe60bc3790a8d6537507d3d12dd0a595f8080c2d41b4d73ca89b96b4ad9
Contents?: true
Size: 1.32 KB
Versions: 1
Compression:
Stored size: 1.32 KB
Contents
# TKH Content ## 0.1.1 * Creation of blog section * Page title in h1 in show view only for blog posts * Refactored meta_title generation * Added short title page attribute mostly used for menus * Pages act as a tree to build menu system * Pages are either published or draft according to published_at attribute * Needs a shared/menus partial or the tkh_menus gem * Cleaned up some locale files and added the German locale but it's not translated yet ## 0.1 * Reverted pages show route to that one of a normal resource * Added a belongs_to author association with migration and everything * Added a migration to add a parent_id page attribute in preparation to menu building * Improved pages index view with more info * Removed erroneous instruction from README file ## 0.0.3.1 * Debugged the special page show route. It has to come last in order not to conflict with other routes ## 0.0.3 * The blog layout file is being copied to the host app during install or update * The pages show route does not show controller name ## 0.0.2 * Use switch_to_admin_layout method in pages controller * Fixed edit_page_path in buttons of index view * Fixed submit button syntax in form partial * Added for_blog to page accessible attributes * Added a blog layout. Show action renders this layout for appropriate blog posts ## 0.0.1 * Initial release
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tkh_content-0.1.1 | CHANGELOG.md |