1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activeresource/test/cases
Prem Sichanugrist 733bfa63f5 Remove #among? from Active Support
After a long list of discussion about the performance problem from using varargs and the reason that we can't find a great pair for it, it would be best to remove support for it for now.

It will come back if we can find a good pair for it. For now, Bon Voyage, `#among?`.
2011-04-13 20:25:28 +08:00
..
base Allow ActiveResource to work with non-generated ids [#5660 state:resolved] 2010-09-25 11:15:40 +02:00
authorization_test.rb Allow per Resource format settings 2010-09-25 13:54:09 +02:00
base_errors_test.rb Make sure ActiveResource::Errors#from_json doesn't pass nil to #from_array [#3650 state:commited] 2010-06-26 19:23:10 +02:00
base_test.rb Active Resource typos. 2011-03-05 11:56:34 +01:00
finder_test.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
format_test.rb changing map and include to find 2010-09-30 11:00:14 -07:00
http_mock_test.rb Remove #among? from Active Support 2011-04-13 20:25:28 +08:00
log_subscriber_test.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_test.rb Fix for Ruby 1.9 - define_method throws an exception under 1.9 if given incorrect number of args 2009-10-08 10:48:47 -07:00
validations_test.rb Active Resource typos. 2011-03-05 11:56:34 +01:00