Skip to content

Commit

Permalink
mv readme to readme.rdoc for github's benefit
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgolick committed Nov 13, 2008
1 parent 682d1e1 commit 2184928
Showing 1 changed file with 0 additions and 0 deletions.
File renamed without changes.

1 comment on commit 2184928

@imanel
Copy link

@imanel imanel commented on 2184928 Nov 29, 2008

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found bug:
associated_form_helper.rb:92
page << “new Insertion.Bottom(#{container}, new Template(”form_builder.render_associated_form(object, :fields_for => { :javascript => true }, :partial => partial).to_json").evaluate({’number’: -#{variable}}).gsub(/number_/, #{variable}))"
page << “new Insertion.Bottom(#{container}, new Template(”form_builder.render_associated_form(object, :fields_for => { :javascript => true }, :partial => partial, :name => associated_name).to_json+").evaluate({’number’: —#{variable}}).gsub(/
number_/, #{variable}))"

Please sign in to comment.