Jesse Gumm
Jesse Gumm
Try to reproduce and make a test for it
That doesn't appear to be documented anywhere. It should be
http://stackoverflow.com/questions/30254060/nitrogen-get-content-of-table Seems like a useful feature.
- http://nitrogenproject.com/doc/api.html I'd suggest two things here: 1. Perhaps star functions used most frequently. Maybe even a 1 to 5 star scale. 2. Point too demo examples of use. If...
There is a bit of a disconnect in the nature of the #inplace element, especially if a #dropdown box is used. The inplace_event function must return the new value of...
This is merely a report for myself (or someone else who might feel up to fixing this one), but when dynamically creating elements using an attached #update action with the...
This is related to `wf_render_actions:normalize_path`, where if the `id` is a string, it won't prepend ."wfid_" to it for generating a class. It should be smarter about prepending that, or...
Allow a pluggable ID generator, so it's not dependent on the backend's auto-increment/auto-id functionality. Provide some sensible defaults, like a uuid generator, or stripe_based prefix generator, but also allow making...
I think the Erlang Record structure would be an interesting way to contruct SQL queries. Each record would represent a type of query (`#select`, `#update`, `#delete`, etc), and the attributes...
SQLite
Also makes sense to support SQLite, since the plan is to support postgresql and mysql