Skip to content

Commit

Permalink
Revert "Implement ArraySerializer and move old serialization API to a…
Browse files Browse the repository at this point in the history
… new namespace."

This reverts commit 8896b4f.

Conflicts:

	activemodel/lib/active_model.rb
	activemodel/lib/active_model/serializable.rb
	activemodel/lib/active_model/serializer.rb
	activemodel/test/cases/serializer_test.rb
  • Loading branch information
josevalim committed Nov 30, 2011
1 parent be99f0c commit 5b2eb64
Show file tree
Hide file tree
Showing 16 changed files with 431 additions and 734 deletions.
8 changes: 0 additions & 8 deletions activemodel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@

*Jon Leighton*

* Renamed (with a deprecation the following constants):

ActiveModel::Serialization => ActiveModel::Serializable
ActiveModel::Serializers::JSON => ActiveModel::Serializable::JSON
ActiveModel::Serializers::Xml => ActiveModel::Serializable::XML

*José Valim*

* Add ActiveModel::Errors#added? to check if a specific error has been added *Martin Svalin*

* Add ability to define strict validation(with :strict => true option) that always raises exception when fails *Bogdan Gusiev*
Expand Down
1 change: 0 additions & 1 deletion activemodel/lib/active_model.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ module ActiveModel
autoload :Observer, 'active_model/observing'
autoload :Observing
autoload :SecurePassword
autoload :Serializable
autoload :Serialization
autoload :TestCase
autoload :Translation
Expand Down
144 changes: 0 additions & 144 deletions activemodel/lib/active_model/serializable.rb

This file was deleted.

108 changes: 0 additions & 108 deletions activemodel/lib/active_model/serializable/json.rb

This file was deleted.

Loading

0 comments on commit 5b2eb64

Please sign in to comment.