Monserrat Foster wrote in post #1124014: > I don't want any code. The gem suggested to me to use is > Activewarehouse-ETL but as far as I know, this gem only allows to manip > databases and the administrator for the redmine app clearly said no > databases conections because 'I might damage something' so, my question > was > when consuming a webservice, like redmine API, but without handling > databases, is it better to use REST (httparty) or ETL (ActiveWarehouse) > and > why
See, now that's a much more clear and concise question. With the information you have provided I would be confident in suggesting to use the REST services provided by Redmine over anything that would manipulate the database directly. There's no telling what you might break. P.S. I know you didn't ask for code. Apparently, you haven't spent much time on developer forums where many people simply want someone to provide them the solution without doing any research or trying anything themselves. That is probably the most annoying thing to veteran developers who frequent developer forums. There is a right and wrong way to ask questions on a forum like this one. The primary rules are... Research before you post, think before you post, ask a single, concise, but complete, question. Tell us what you've tried, any errors you may be seeing (with stack traces when possible), and any specific code you may be having trouble with. That will get you the answers you seek without annoying the people capable of providing good answers. -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/ed3e4de964b4d47d20b13c045f17582a%40ruby-forum.com. For more options, visit https://groups.google.com/groups/opt_out.

