Sunday, May 03, 2020

Glimmer 0.7.0 Scaffolding and Configuration

Glimmer 0.7.0 desktop development library for Ruby finally ships with scaffolding support and a Glimmer::Config module.

Here is a list of the changes:

  • Scaffold a Glimmer app: provide a standard structure for building a Glimmer app (models, views, and assets [images, videos, sounds])
  • Scaffold a Glimmer custom shell
  • Scaffold a Glimmer custom widget
  • Scaffold a Glimmer custom widget gem
  • Scaffold a Glimmer custom shell gem
  • Extract Video widget into its own custom widget glimmer-video gem
  • Extract Gladiator into its own custom shell glimmer-gladiator gem
  • Expose rake glimmer:package rake task via glimmer package command
  • Support disable_dsl/enable_dsl/enabled_dsls=
  • Minify CSS produced by CSS DSL
  • Avoid using p in CSS DSL as it clashes with HTML p. Use pv instead (property value).
  • Configure scaffold rspec_helper with glimmer-appropriate after block
  • Move logger/import_swt_packages methods on Glimmer to Glimmer::Config
  • Reorganize samples as hello and elaborate inside samples directory

Below is the README section that explains Glimmer Scaffolding.



Below is the README section that explains Glimmer configuration.


Happy Glimmering!

No comments: