Top "Activeresource" questions

ActiveResource is the main class for mapping RESTful resources as models in a Rails application

Connecting Rails 3.1 with Multiple Databases

At ShowNearby we have been doing a very big migration to RoR 3.1 from PHP and we are facing several problems …

ruby-on-rails ruby ruby-on-rails-3 rails-activerecord activeresource
Difference between Active Model, Active Record and Active Resource

Is there anyone who can help me by defining the exact difference between Active Model, Active Record and Active Resource. …

ruby-on-rails-3 rails-activerecord activemodel activeresource
Add api key to every request in ActiveResource

I have 2 RESTful Rails apps I'm trying to make talk to each other. Both are written in Rails 3 (beta3 at …

ruby-on-rails ruby ruby-on-rails-3 activeresource
Rails can't save a nested resource via ActiveResource

I'm having a problem using ActiveResource to save a model with a nested resource: I can load and save a …

ruby-on-rails activeresource
Disable json root element in embedded objects on ActiveResource query

I got problem with unnecessary root element in embedded json object. Here is the cleaned sources: User model: class User &…

ruby-on-rails json ruby-on-rails-3 activeresource
Best way to share ActiveRecord models and data between different Rails Apps?

I have several rails applications that will use the same core set of Models and data, for example: Apps Developers …

ruby-on-rails activerecord ruby-on-rails-3 heroku activeresource
RESTful frameworks for Android, iOS...?

My company is reworking its API and wants to make everything RIGHT for this time ;) Thats the setup... We are …

iphone android rest restful-authentication activeresource
How do you log the URL ActiveResource uses?

Rails ActiveResource is awesome ... except for one thing: as far as I can tell, there is no way to see …

ruby-on-rails logging activeresource
How to consume JSON formatting with ruby's ActiveResource?

ActiveRecord introduced a change to its default JSON output format. It went from { "user": { some_junk } } to { some_junk } ActiveResource …

ruby json rest activeresource