Sha256: e972b877ebb61a6745fe3ae2855fef3e184539bb007531e917966cb09451cd13
Contents?: true
Size: 1.42 KB
Versions: 2
Compression:
Stored size: 1.42 KB
Contents
h2. 3.5.0 h3. Changes * Deprecated @opts, use #options now. * Added state-args. State methods can now receive the options as method arguments. This should be the prefered way of parameter exchange with the outer world. * #params, #request, and #config is now delegated to @parent_controller. * The generator now is invoked as @rails g cell ...@ * The `--haml` option is no longer available. * The `-t` option now is compatible with the rest of rails generators, now it is used as alias for `--test-framework`. Use the `-e` option as an alias of `--template-engine` Thanks to Jorge Calás Lozano <calas@qvitta.net> for patching this in the most reasonable manner i could imagine. * Privatized @#find_family_view_for_state@, @#render_view_for@, and all *ize methods in Cell::Rails. * New signature: @#render_view_for(state, *args)@ h2. 3.4.4 h3. Changes * Cells.setup now yields Cell::Base, so you can really call append_view_path and friends here. * added Cell::Base.build for streamlining the process of deciders around #render_cell, "see here":http://nicksda.apotomo.de/2010/12/pragmatic-rails-thoughts-on-views-inheritance-view-inheritance-and-rails-304 * added TestCase#in_view to test helpers in a real cell view. h2. 3.4.3 h3. Changes * #render_cell now accepts a block which yields the cell instance before rendering. h3. Bugfixes * We no longer use TestTaskWithoutDescription in our rake tasks.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cells-3.5.0 | CHANGES.textile |
cells-3.5.0.beta2 | CHANGES.textile |