Hey everybody, we announce the immediate release of 0.14.0. Here's the resume of the changes which have been made:
Add a dojo_config
helper to simplify configuration:
You can override the value of the dojoConfig
javascript variable thanks to
this helper. For instance:
<%= dojo_config :has => {:dojo_firebug => true} %>
Fix an issue with assets loading :
Thanks to sjerman, the main include statement
in lib/dojox-rails
has been corrected to fix #1.
To be up to date with this latest version, just go to your Gemfile and lock the
version to 0.14.0. Then run bundle update
and there you go!
Thanks everyone for your contribution and for using Dojo!