nolith / habtm-with-deferred-save
Rails plugin. Defers saving the records you add to habtm association until you call model.save, allowing validation in the style of normal attributes.
Clone this repository (size: 195.2 KB): HTTPS / SSH
$ hg clone http://code.l0g.in/habtm-with-deferred-save
| commit 15: | 2a1163d8f30c |
| parent 14: | 76dc42274970 |
| branch: | default |
| tags: | tip |
Regenerated gemspec for version 0.2.0
6 months ago
Changed (Δ56 bytes):
raw changeset »
has_and_belongs_to_many_with_deferred_save.gemspec (4 lines added, 2 lines removed)
Up to file-list has_and_belongs_to_many_with_deferred_save.gemspec:
5 |
5 |
|
6 |
6 |
Gem::Specification.new do |s| |
7 |
7 |
s.name = %q{has_and_belongs_to_many_with_deferred_save} |
8 |
s.version = "0. |
|
8 |
s.version = "0.2.0" |
|
9 |
9 |
|
10 |
10 |
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= |
11 |
11 |
s.authors = ["Tyler Rick", "Alessio Caiazza"] |
| … | … | @@ -24,6 +24,7 @@ Gem::Specification.new do |s| |
24 |
24 |
"spec/db/database.yml", |
25 |
25 |
"spec/db/schema.rb", |
26 |
26 |
"spec/has_and_belongs_to_many_with_deferred_save_spec.rb", |
27 |
"spec/models/door.rb", |
|
27 |
28 |
"spec/models/person.rb", |
28 |
29 |
"spec/models/room.rb", |
29 |
30 |
"spec/spec_helper.rb", |
| … | … | @@ -35,7 +36,8 @@ Gem::Specification.new do |s| |
35 |
36 |
s.rubygems_version = %q{1.3.5} |
36 |
37 |
s.summary = %q{Make ActiveRecord defer/postpone saving the records you add to an habtm (has_and_belongs_to_many) association until you call model.save, allowing validation in the style of normal attributes.} |
37 |
38 |
s.test_files = [ |
38 |
"spec/models/ |
|
39 |
"spec/models/door.rb", |
|
40 |
"spec/models/room.rb", |
|
39 |
41 |
"spec/models/person.rb", |
40 |
42 |
"spec/has_and_belongs_to_many_with_deferred_save_spec.rb", |
41 |
43 |
"spec/spec_helper.rb", |
