search for: hypermedia

Displaying 5 results from an estimated 5 matches for "hypermedia".

Did you mean: hyperxmedia
2013 Apr 15
4
Rails' scaffold controller generator - should it test json format also?
(Forgive me if this is incorrect, because I recognized this initially as something in Rails 4.0.0.beta1 and have just done a cursory look over the latest generator code.) Noticed in Rails 4 that the test generated for a scaffold controller only tests the html format instead of both html and json:
2012 Sep 18
4
"best practices" for Rails serving RESTful JSON services for use by AngularJS, Ember.js, etc.
.... More specifically: * Unlike the typical historical Rails app where the controller was really the controller accessing the model and serving up the view, when you are using AngularJS and Ember.js heavily, the primary role of Rails REST-ish service provider; not everything fits REST (hypertext/hypermedia doesn''t fit every application) and there are definitely going to be custom actions. * Services need to be able to be defined quickly and need to return errors in JSON format with relevant status codes, etc. * You need to be able to transactionally make alterations to associations and co...
2012 Sep 28
1
How to Include Associations in #as_json
Hi, Does anyone know how to include nested associations when overriding a model''s #as_json method? Below is my attempt to include direct and nested associations. NOTE: "office" is a direct association, "company" is nested association via "office". I''d like both included in the generated json output. def as_json(options={}) super(:include
2011 Apr 18
0
[fdo] ANNOUNCE: Libre Graphics Meeting 2011 Montreal Needs Your Sponsorship, Presentations, and Registration
...ng, A manhole to West Africa: hackers, artists and page layout professionals using free softwares, Crafting an Open Font Stack, EBook Design With Open Source, Efficient Creative Web Workflows - An Investigation, Fabricating a Libre Graphics Future, Future Tools, Generative Typesetting with Context, Hypermedia and the Annihilation of Time and Space, Inkscape for Beginners, Using Blender for Patent Absurdity, Making Avatars: Unleashing the Power of Inkscape and Open Clip Art Library to Create and Share, Publishing documentation with Publican, PiTiVi and the state of GStreamer video editing, Open Mind, Lit...
2005 Feb 09
85
Introduce yourself and your project -- Round 2
...es Working on my masters degree in PUC-RJ, Brazil I also work on my own e-learning start-up company: Interface Ltd (http://www.interface-ti.com.br) (we use .NET there, for now... ;-) ) I live in Rio de Janeiro, Brazil My masters degree is about a web modeling technique called OOHDM (Object Oriented Hypermedia Design Method) that was "invented" by my professor, Daniel Schwabe (Phd-UCLA), some 10 years ago, that adds a distinct "navigational modeling" step in the development cycle. In this step, you map conceptual objects to navigational objects, define navigational contexts, indexes,...