Skip to content
This repository has been archived by the owner on Mar 23, 2018. It is now read-only.

groe/nested_form-issue-77

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample app to reproduce issue #77 of nested_form.

  • clone that repo
  • run bundle install
  • run rake db:migrate (app uses sqlite)
  • run rake db:seed (adding some sample data)
  • run rails server and go to http://localhost:3000/users/new
  • now try to add a user that likes to Biking in the Mountains and in the City
  • when you edit that user again you will notice that either Mountain of City got lost
  • now do mv nested_form_fix.js app/assets/javascripts/nested_form.js (pulled in #186) and test again - this time it should work

About

A sample rails 3.1rc6 project to easily reproduce nested_form issue 77

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published