I have an app which connects to a REST rails app. I have two resources: category and post; post is nested in category.
At ShowNearby we have been doing a very big migration to RoR 3.1 from PHP and we are facing several problems that may be some of you have solved before.
My Rails app (let\'s call it \"Mira\") will be interfacing with an existing app (let\'s call it \"Jira\"). Mira will store information about Jira and will be able to directly manipulate its database (
I am consuming JSON data from a third party API, doing a little bit of processing on that data and then sending the models to the client as JSON. The keys for the incoming data are not named very well
I am hitting all kinds of walls trying to stop rails from replacing XML underscores with dashes. I\'m doing a post to a web service using ActiveResource. I have tried all kinds of variations of fixes
I wanna create a new customer through activeresource. without authentication_key its not a big deal. i\'m using devise authentication and cancan.
Does anyone have any insights into using CarrierWave with an ActiveResource model (in Rails 3)? I\'ve got an ActiveResource model with field for the filename, and I want to save the file to the remote
I have a rails application that needs to refer to another rails application to populate some of it\'s models, and am using Active Resource to do it.
I\'ve got the following code u = Client.get(:show_by_u开发者_StackOverflow社区sername, :username => username.downcase)
I\'m using ActiveResource to consume a REST webservice provided by Redmine (a bug-tracking tool).That webservice produces XML like the following: