public
Description: a better version of this functionality is in rails 2.3. use that!
Homepage: http://jamesgolick.com/attribute_fu
Clone URL: git://github.com/giraffesoft/attribute_fu.git
giraffesoft (author)
Thu Nov 13 08:51:42 -0800 2008
commit  2184928876b6a99cf2aeab6f1f20caafef7975da
tree    fc2fab70f66af9e65a1ae08d0708a96973e2859c
parent  682d1e104ac93d1b79de5e1baac86ed225e6938d
attribute_fu / attribute_fu.gemspec
100644 14 lines (13 sloc) 2.075 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Gem::Specification.new do |s|
  s.name = "attribute_fu"
  s.version = "0.2.1"
  s.date = "2008-08-04"
  s.summary = "rails multi-model forms made easy!"
  s.email = "james@giraffesoft.ca"
  s.homepage = "http://jamesgolick.com/attribute_fu"
  s.description = "Creating multi-model forms is amazingly easy with AttributeFu."
  s.has_rdoc = true
  s.authors = ["James Golick"]
  s.files = ["init.rb", "lib", "lib/attribute_fu", "lib/attribute_fu/associated_form_helper.rb", "lib/attribute_fu/associations.rb", "lib/attribute_fu.rb", "MIT-LICENSE", "Rakefile", "README", "tasks", "tasks/attribute_fu_tasks.rake", "test", "test/app", "test/app/controllers", "test/app/controllers/application.rb", "test/app/helpers", "test/app/helpers/application_helper.rb", "test/app/models", "test/app/models/comment.rb", "test/app/models/photo.rb", "test/config", "test/config/boot.rb", "test/config/database.yml", "test/config/environment.rb", "test/config/environments", "test/config/environments/development.rb", "test/config/environments/test.rb", "test/config/routes.rb", "test/db", "test/db/migrate", "test/db/migrate/001_create_photos.rb", "test/db/migrate/002_create_comments.rb", "test/db/schema.rb", "test/Rakefile", "test/script", "test/script/console", "test/script/destroy", "test/script/generate", "test/script/server", "test/test", "test/test/test_helper.rb", "test/test/unit", "test/test/unit/associated_form_helper_test.rb", "test/test/unit/comment_test.rb", "test/test/unit/photo_test.rb", "test/vendor", "test/vendor/plugins", "test/vendor/plugins/shoulda", "test/vendor/plugins/shoulda/init.rb", "test/vendor/plugins/shoulda/lib", "test/vendor/plugins/shoulda/lib/shoulda", "test/vendor/plugins/shoulda/lib/shoulda/active_record_helpers.rb", "test/vendor/plugins/shoulda/lib/shoulda/context.rb", "test/vendor/plugins/shoulda/lib/shoulda/general.rb", "test/vendor/plugins/shoulda/lib/shoulda/private_helpers.rb", "test/vendor/plugins/shoulda/lib/shoulda.rb", "uninstall.rb"]
  s.rdoc_options = ["--main", "README"]
end