# -*- encoding: utf-8 -*- # stub: Fingertips-as_new-san 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "Fingertips-as_new-san".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Eloy Duran".freeze] s.date = "2009-03-06" s.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.".freeze s.email = "eloy.de.enige@gmail.com".freeze s.extra_rdoc_files = ["README.rdoc".freeze, "LICENSE".freeze] s.files = ["LICENSE".freeze, "README.rdoc".freeze, "VERSION.yml".freeze, "lib/as_new_san.rb".freeze, "test/as_new_san_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/alloy/as_new_san".freeze s.rdoc_options = ["--inline-source".freeze, "--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A simple plugin which allows you to create records in the database, but treat them as if they were new records.".freeze end