1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activeresource/lib/active_resource
2010-11-20 19:40:29 +01:00
..
formats Prefer JSON.encode(value) to value.to_json 2009-06-08 19:37:52 -07:00
base.rb class inheritable attributes is used no more! all internal use of class inheritable has been changed to class_attribute. class inheritable attributes has been deprecated. 2010-11-20 19:40:29 +01:00
connection.rb Move uri parser to AS as URI.parser method to reuse it in AP and ARes. 2010-09-28 11:38:35 +08:00
custom_methods.rb Allow per Resource format settings 2010-09-25 13:54:09 +02:00
exceptions.rb - elmenth_path raise an ActiveResource::MissingPrefixParam exception when prefix_options does not has all required prefix_options ex: class StreetAddress < ActiveResource::Base self.site = "http://37s.sunrise.i:3000/people/:person_id/" end 2010-09-27 15:25:16 -03:00
formats.rb Cherry pick Active Support dependencies. Autoload. 2009-05-06 00:14:55 -07:00
http_mock.rb - update documentation 2010-10-07 16:50:47 +02:00
log_subscriber.rb Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing frameworks like ActiveRecord and ActiveResource to log outsude Rails::Application [#4816 state:resolved] 2010-06-24 13:23:43 +02:00
observing.rb Kill AMo observing wrap_with_notifications since ARes was only using it 2009-09-02 11:44:36 -05:00
railtie.rb Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing frameworks like ActiveRecord and ActiveResource to log outsude Rails::Application [#4816 state:resolved] 2010-06-24 13:23:43 +02:00
schema.rb Remove TODO and support all expected attributes. 2010-09-17 17:03:51 +02:00
validations.rb PERF: more changes from inject({}) to Hash + map 2010-10-03 15:03:59 -02:00
version.rb Update the version.rb files to include a PRE part 2010-11-16 17:19:46 -08:00