Sha256: 58f089840a3aa84e7d5696b98d7f57518cd9dadd7859cf9d5cd3c8816c81987b
Contents?: true
Size: 1.75 KB
Versions: 0
Compression: gzip
Compressed size: 874 Bytes
Stored size: 874 Bytes
Contents
--- !ruby/object:Gem::Specification name: Fingertips-as_new-san version: !ruby/object:Gem::Version version: 0.1.1 platform: ruby authors: - Eloy Duran autorequire: bindir: bin cert_chain: [] date: 2009-03-09 00:00:00 -07: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: - as_new-san.gemspec - lib - lib/as_new_san.rb - LICENSE - rails - rails/init.rb - Rakefile - README.rdoc - test - test/as_new_san_test.rb - test/test_helper.rb - VERSION.yml has_rdoc: true homepage: http://github.com/Fingertips/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: []