Files
2012-02-21 01:15:00 -05:00

1 line
4.6 KiB
JSON

[{"user_id": 33554, "stars": [], "topic_id": 35672, "date_created": 1305654104.0969059, "message": "app/views/prints/_image_fields.html.erb:2:in `_app_views_prints__image_fields_html_erb___367403868_2175230400_3870348'\napp/helpers/application_helper.rb:9:in `link_to_add_fields'\napp/helpers/application_helper.rb:8:in `link_to_add_fields'\napp/views/prints/_form.html.erb:33:in `_app_views_prints__form_html_erb__155920784_2175713860_954750'\napp/views/prints/_form.html.erb:27:in `_app_views_prints__form_html_erb__155920784_2175713860_954750'\napp/views/prints/_form.html.erb:1:in `_app_views_prints__form_html_erb__155920784_2175713860_954750'\napp/views/prints/edit.html.erb:3:in `_app_views_prints_edit_html_erb__1194552689_2175725900_0'", "group_id": 9402, "id": 1085450}, {"user_id": 33554, "stars": [], "topic_id": 35672, "date_created": 1305654580.9702439, "message": "function remove_fields(link) {\n $(link).prev(\"input[type=hidden]\").val(\"1\");\n $(link).closest(\".fields\").hide();\n}\n\nfunction add_fields(link, content) {\n var new_id = new Date().getTime();\n var regexp = new RegExp(\"new_\", \"g\")\n $(link).parent().before(content.replace(regexp, new_id));\n}", "group_id": 9402, "id": 1085557}, {"user_id": 33554, "stars": [], "topic_id": 35672, "date_created": 1305653991.5317669, "message": "<% f.fields_for :images do |image_fields| %>\n\t<% if image_fields.object.new_record? %>\n\t\t<div class=\"field\">\n\t\t\t<%= image_fields.file_field :image %>\n\t\t\t\n\t\t\t<!-- the next line is not working -->\n\t\t\t<p><%= link_to_add_fields \"add\", f %></p>\n\t\t</div>\n\t<% end %>\n<% end %>\n<% f.fields_for :images do |image_fields| %>\n\t<% unless image_fields.object.new_record? %>\n\t\t<div class=\"fields\">\n\t\t\t<%= link_to image_tag(image_fields.object.image.url(:low)), image_fields.object.image.url(:high) %>\n\t\t\t<!-- <%= image_fields.check_box :_destroy %> -->\n\t\t <%= link_to_remove_fields \"remove\", image_fields %>\n\t\t</div>\n\t<% end %>\n<% end %>", "group_id": 9402, "id": 1085423}, {"user_id": 33554, "stars": [], "topic_id": 35672, "date_created": 1305654160.1882031, "message": "<div class=\"fields\">\n\t<%= link_to image_tag(image_fields.object.image.url(:low)), image_fields.object.image.url(:high) %>\n\t<!-- <%= image_fields.check_box :_destroy %> -->\n <%= link_to_remove_fields \"remove\", image_fields %>\n<!-- <p><%= link_to_add_fields \"add\", f %></p> -->\n</div>", "group_id": 9402, "id": 1085464}, {"user_id": 33554, "stars": [], "topic_id": 35672, "date_created": 1305654026.8274319, "message": " def link_to_add_fields(name, f)\n new_object = f.object.class.new\n fields = f.fields_for(new_object, :child_index => \"new_#\") do |builder|\n render(\"image_fields\", :f => builder)\n end\n link_to_function(name, h(\"add_fields(this, '#', '#{escape_javascript(fields)}')\"))\n end\n ", "group_id": 9402, "id": 1085430}, {"user_id": 9354, "stars": [], "topic_id": 35672, "date_created": 1305654376.937839, "message": " render(\"image_fields\", :f => builder)\n", "group_id": 9402, "id": 1085514}, {"user_id": 9354, "stars": [], "topic_id": 35672, "date_created": 1305654384.9449461, "message": " fields = f.fields_for(new_object, :child_index => \"new_#\") do |builder|\n", "group_id": 9402, "id": 1085519}, {"user_id": 9354, "stars": [], "topic_id": 35672, "date_created": 1305654391.1788559, "message": " def link_to_add_fields(name, f)\n", "group_id": 9402, "id": 1085520}, {"user_id": 33554, "stars": [], "topic_id": 35672, "date_created": 1305654200.668839, "message": "undefined method `object' for nil:NilClass", "group_id": 9402, "id": 1085475}, {"user_id": 9354, "stars": [], "topic_id": 35672, "date_created": 1305654359.864922, "message": "\t<%= link_to image_tag(image_fields.object.image.url(:low)), image_fields.object.image.url(:high) %>\n", "group_id": 9402, "id": 1085508}, {"user_id": 9354, "stars": [], "topic_id": 35672, "date_created": 1305654369.3116729, "message": "\t<%= link_to image_tag(f.object.image.url(:low)), f.object.image.url(:high) %>\n\n", "group_id": 9402, "id": 1085510}, {"user_id": 9354, "stars": [], "topic_id": 35672, "date_created": 1305654400.0076189, "message": "\t\t <%= link_to_remove_fields \"remove\", image_fields %>\n", "group_id": 9402, "id": 1085524}, {"user_id": 9354, "stars": [], "topic_id": 35672, "date_created": 1305654831.056123, "message": "http://api.jquery.com/jquery.tmpl/", "group_id": 9402, "id": 1085586}, {"user_id": 9354, "stars": [], "topic_id": 35672, "date_created": 1305654878.9116621, "message": "<div class=\"add_image\">\n <input type=\"file\" name=\"foo[images][]\">\n</div>\n", "group_id": 9402, "id": 1085589}]