tamouse mailing lists wrote in post #1108475: > On Thu, May 9, 2013 at 8:47 AM, Unix R. <[email protected]> wrote: >> any guide and example will really appreciate and help me to learn. > I guess my first question is: if you don't know how or why'd you'd use > something in a Rails application, why are you trying to make it work? > What is your use case for using this gem in relationship to the rest > of your Rails application? Is this something you plan on exposing to > the users of your application? Is this something that you want to > persist in your application? etc.etc.etc. > > I wouldn't actually think generating Rails scaffolding in your > application would be of any use in working with the Pulp API; such > things are rather orthogonal. Tell us more about what you're actually > trying to do, what you expect your application to do with the > information, and how your app's users would interact with such > information.
Hi, Yes, i also thought that generating scaffolding will not help me .. this is what my plan is .. -- Pulp is only command line application .. that has mongodb database i am trying to create GUI, there are nice API available to do all CRUD operation .. and i want to use those in my GUI application .. -- though i want to create my own database for storing information and then call API to do Pulp task . https://fedorahosted.org/pulp/wiki/UGREST-Packages this is the API link .. for example to Create .. i want to create form ..which takes all values from user and then store that values in mysql DB and then call pulp using API to complete pulp task. Regards, DJ -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

