--- !ruby/object:Gem::Specification name: multiinsert version: !ruby/object:Gem::Version version: 0.0.1 prerelease: platform: ruby authors: - anjana nair autorequire: bindir: bin cert_chain: [] date: 2013-03-21 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '1.3' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '1.3' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' description: Inserting multiple records for a model email: - anjana.arun@revenuemed.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - Gemfile - Gemfile.lock - README.md - README.rdoc - Rakefile - app/assets/images/Dashboard.jpg - app/assets/images/black.png - app/assets/images/giff.gif - app/assets/images/rails.png - app/assets/images/sprites.png - app/assets/javascripts/application.js - app/assets/javascripts/effects.js - app/assets/javascripts/evaluations.js.coffee - app/assets/javascripts/tabs_old.js - app/assets/stylesheets/application.css - app/assets/stylesheets/evaluations.css.scss - app/assets/stylesheets/style.css - app/assets/stylesheets/tab.css - app/controllers/application_controller.rb - app/controllers/employee_heirarchies_controller.rb - app/controllers/evaluations_controller.rb - app/controllers/sessions_controller.rb - app/helpers/application_helper.rb - app/helpers/employee_heirarchies_helper.rb - app/helpers/evaluations_helper.rb - app/mailers/.gitkeep - app/models/.gitkeep - app/models/employee.rb - app/models/employee_heirarchy.rb - app/models/evaluation.rb - app/models/evaluation_interval.rb - app/models/evaluation_period.rb - app/models/interval_format.rb - app/models/role.rb - app/models/score.rb - app/models/team.rb - app/models/team.rb~ - app/models/team_value.rb - app/models/user.rb - app/models/user.rb~ - app/models/user_history.rb - app/models/user_role.rb - app/models/value.rb - app/models/value.rb~ - app/views/devise/confirmations/new.html.erb - app/views/devise/mailer/confirmation_instructions.html.erb - app/views/devise/mailer/reset_password_instructions.html.erb - app/views/devise/mailer/unlock_instructions.html.erb - app/views/devise/passwords/edit.html.erb - app/views/devise/passwords/new.html.erb - app/views/devise/registrations/edit.html.erb - app/views/devise/registrations/new.html.erb - app/views/devise/sessions/new.html.erb - app/views/devise/shared/_links.erb - app/views/devise/unlocks/new.html.erb - app/views/evaluations/edit.html.erb - app/views/evaluations/first.html.erb - app/views/evaluations/index.html.erb - app/views/evaluations/new.html.erb - app/views/evaluations/show.html.erb - app/views/layouts/application.html.erb - config.ru - config/application.rb - config/boot.rb - config/database.yml - config/database.yml~ - config/environment.rb - config/environments/development.rb - config/environments/production.rb - config/environments/test.rb - config/initializers/backtrace_silencers.rb - config/initializers/devise.rb - config/initializers/inflections.rb - config/initializers/mime_types.rb - config/initializers/rails_admin.rb - config/initializers/secret_token.rb - config/initializers/session_store.rb - config/initializers/wrap_parameters.rb - config/locales/devise.en.yml - config/locales/en.yml - config/routes.rb - db/migrate/20130220053413_devise_create_users.rb - db/migrate/20130220055237_create_rails_admin_histories_table.rb - db/migrate/20130220060116_create_values.rb - db/migrate/20130220060116_create_values.rb~ - db/migrate/20130220060206_create_scores.rb - db/migrate/20130220060258_create_teams.rb - db/migrate/20130220060347_create_team_values.rb - db/migrate/20130220060347_create_team_values.rb~ - db/migrate/20130220060427_create_roles.rb - db/migrate/20130220060605_create_evaluation_periods.rb - db/migrate/20130220060807_create_evaluation_intervals.rb - db/migrate/20130220060902_create_interval_formats.rb - db/migrate/20130220061022_create_user_histories.rb - db/migrate/20130220061242_create_evaluations.rb - db/migrate/20130305063738_create_user_roles.rb - db/migrate/20130305091849_create_employees.rb - db/migrate/20130305144125_create_employee_heirarchies.rb - db/migrate/20130305150244_add_foreign_keys_to_employee_heirarchies.rb - db/migrate/20130307035139_addmanagerid_to_evaluations.rb - db/schema.rb - db/seeds.rb - doc/README_FOR_APP - lib/assets/.gitkeep - lib/tasks/.gitkeep - log/.gitkeep - public/404.html - public/422.html - public/500.html - public/favicon.ico - public/robots.txt - script/rails - test/fixtures/.gitkeep - test/fixtures/evaluation_intervals.yml - test/fixtures/evaluation_periods.yml - test/fixtures/evaluations.yml - test/fixtures/interval_formats.yml - test/fixtures/roles.yml - test/fixtures/scores.yml - test/fixtures/team_values.yml - test/fixtures/teams.yml - test/fixtures/user_histories.yml - test/fixtures/users.yml - test/fixtures/values.yml - test/functional/.gitkeep - test/functional/employee_heirarchies_controller_test.rb - test/functional/evaluations_controller_test.rb - test/integration/.gitkeep - test/performance/browsing_test.rb - test/test_helper.rb - test/unit/.gitkeep - test/unit/evaluation_interval_test.rb - test/unit/evaluation_period_test.rb - test/unit/evaluation_test.rb - test/unit/helpers/employee_heirarchies_helper_test.rb - test/unit/helpers/evaluations_helper_test.rb - test/unit/interval_format_test.rb - test/unit/role_test.rb - test/unit/score_test.rb - test/unit/team_test.rb - test/unit/team_value_test.rb - test/unit/user_history_test.rb - test/unit/user_test.rb - test/unit/value_test.rb - vendor/assets/javascripts/.gitkeep - vendor/assets/stylesheets/.gitkeep - vendor/plugins/.gitkeep homepage: '' licenses: - MIT post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.25 signing_key: specification_version: 3 summary: Inserting multiple records for a model on saving a form test_files: - test/fixtures/.gitkeep - test/fixtures/evaluation_intervals.yml - test/fixtures/evaluation_periods.yml - test/fixtures/evaluations.yml - test/fixtures/interval_formats.yml - test/fixtures/roles.yml - test/fixtures/scores.yml - test/fixtures/team_values.yml - test/fixtures/teams.yml - test/fixtures/user_histories.yml - test/fixtures/users.yml - test/fixtures/values.yml - test/functional/.gitkeep - test/functional/employee_heirarchies_controller_test.rb - test/functional/evaluations_controller_test.rb - test/integration/.gitkeep - test/performance/browsing_test.rb - test/test_helper.rb - test/unit/.gitkeep - test/unit/evaluation_interval_test.rb - test/unit/evaluation_period_test.rb - test/unit/evaluation_test.rb - test/unit/helpers/employee_heirarchies_helper_test.rb - test/unit/helpers/evaluations_helper_test.rb - test/unit/interval_format_test.rb - test/unit/role_test.rb - test/unit/score_test.rb - test/unit/team_test.rb - test/unit/team_value_test.rb - test/unit/user_history_test.rb - test/unit/user_test.rb - test/unit/value_test.rb