mark_story
|
6e1b1df2b2
|
Change serialize to _serialize
Its possible that a developer would use 'serialize' as a legitimate
view variable. Prefix with an _ to minimize that.
|
2011-11-27 23:51:49 -05:00 |
|
mark_story
|
50ec08f9bd
|
Adding support for array serialize values.
Using an array for 'serialize' gives a set of view vars
to convert into the view output.
|
2011-11-27 23:51:49 -05:00 |
|
mark_story
|
5e9b1583e5
|
Making JsonView work more like the XmlView.
|
2011-11-27 23:51:48 -05:00 |
|
mark_story
|
c64e41eb45
|
Fix casing of vars in tests.
|
2011-11-27 23:51:48 -05:00 |
|
Juan Basso
|
873489053c
|
Not loading helpers and others stuffs not necessary to Json view. Tests added.
|
2011-11-27 23:51:47 -05:00 |
|