Sha256: 609ed15c866c077a249f45e7c72d086a639eb9d5568e0fd65f35ae2d3004cb55
Contents?: true
Size: 1.68 KB
Versions: 0
Compression: gzip
Compressed size: 847 Bytes
Stored size: 847 Bytes
Contents
--- !ruby/object:Gem::Specification name: Fingertips-as_new-san version: !ruby/object:Gem::Version version: 0.1.0 platform: ruby authors: - Eloy Duran autorequire: bindir: bin cert_chain: [] date: 2009-03-06 00:00:00 -08:00 default_executable: dependencies: [] description: The AsNewSan mixin makes it easier to create associations on a new Active Record instance. Use the as_new method to instantiate new empty objects that are immediately saved to the database with a special flag marking them as new. Because new instances are already stored in the database, you always have an id available for creating associations. This means you can use the same views and controller logic for new and edit actions which is especially helpful when you are creating new associated objects using Ajax calls. email: eloy.de.enige@gmail.com executables: [] extensions: [] extra_rdoc_files: - README.rdoc - LICENSE files: - README.rdoc - VERSION.yml - lib/as_new_san.rb - test/as_new_san_test.rb - test/test_helper.rb - LICENSE has_rdoc: true homepage: http://github.com/alloy/as_new_san post_install_message: rdoc_options: - --inline-source - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rubygems_version: 1.2.0 signing_key: specification_version: 2 summary: A simple plugin which allows you to create records in the database, but treat them as if they were new records. test_files: []