Sha256: fe9578131b497c8cc37dabcf2b56680c7576fa526220c309e6af6be271b3d4b1
Contents?: true
Size: 1.07 KB
Versions: 5
Compression:
Stored size: 1.07 KB
Contents
todo: - class level nested AR conversions to_dao(:a, :b => [:foo, :bar]) done: - auto apply? - pre-condition and parameter code - engine-ify the rails stuff? or what - generator api - controller - helper - json/pretty fix baked in? (yajl might simply this...) - description/doc logic - api.index - to_alpo -> to_dao - tests! - #call auto parses data iff appropriate @result = api.read.call('/posts/new(', params) ### check keys for '/posts/new' - re-visit how parameters are parsed, perhaps we just use rack? - next 'data' => {} - check the db layer - make sure one can call route based method (/foo/:bar) methods with params... - Path==Route ?? - add result.rb, params.rb - name -> path - tagz for html methods? - data aquires the name/path of the method? - interfaces are objects that respond to call. namespaces respond to call. api responds to call - nested namespaces - routing for path_info + mode route(path_info, :mode => mode, :params => params) - call() on namespaces AND interfaces... why?
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
dao-3.3.0 | TODO |
dao-3.2.0 | TODO |
dao-3.1.2 | TODO |
dao-3.1.1 | TODO |
dao-3.1.0 | TODO |