rails_extensions 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,8 @@
1
+ class ActiveRecord::Errors
2
+
3
+ def merge(errors)
4
+ errors.each_full {|m| self.add_to_base(m)}
5
+ self
6
+ end
7
+
8
+ end
@@ -2,4 +2,4 @@
2
2
  gem_name: rails_extensions
3
3
  package: rails_extensions
4
4
  project: magrathea
5
- version: 1.0.2
5
+ version: 1.0.3
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: rails_extensions
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.0.2
7
- date: 2007-10-23 00:00:00 -04:00
6
+ version: 1.0.3
7
+ date: 2007-11-01 00:00:00 -04:00
8
8
  summary: rails_extensions
9
9
  require_paths:
10
10
  - lib
@@ -21,6 +21,7 @@ autorequire:
21
21
  - m_form_tag_helper
22
22
  - m_cookies
23
23
  - m_active_record_validations
24
+ - m_active_record_errors
24
25
  - m_active_record_base
25
26
  - m_active_record_associatioins
26
27
  - m_abstract_request
@@ -28,6 +29,7 @@ autorequire:
28
29
  - m_migration_model
29
30
  - m_form_tag_helper
30
31
  - m_cookies
32
+ - m_active_record_validations
31
33
  - m_active_record_base
32
34
  - m_active_record_associatioins
33
35
  - m_abstract_request
@@ -51,6 +53,7 @@ files:
51
53
  - lib/m_abstract_request.rb
52
54
  - lib/m_active_record_associatioins.rb
53
55
  - lib/m_active_record_base.rb
56
+ - lib/m_active_record_errors.rb
54
57
  - lib/m_active_record_validations.rb
55
58
  - lib/m_cookies.rb
56
59
  - lib/m_form_tag_helper.rb