David Burton

Results 4 comments of David Burton

My GEM File: ruby '1.9.3' gem 'rails', '3.2.12' gem 'rake', '10.0.3' gem 'pg' gem 'rails_admin', :git => 'git://github.com/sferik/rails_admin.git' gem 'devise' gem 'thin' gem 'simple_form' gem 'paperclip' gem 'RedCloth' gem 'cancan'...

tkawa - I don't understand the status of this issue. Are we supposed to be able to use the above code to fix the issue of editable columns in tables?...

Sure, I would appreciate the help!! Cost Answers Question Answer Contact Submit Date This is the js.coffee $(document).ready -> $(".costdetail_body").editable params: (params) -> params[$(this).data("resource") + "[id]"] = $(this).data("id") params Thanks,...

Toru, Thanks for the help!! I'm sorry to be a bother. I have changed my costproject model to contain accepts_nested_attributes_for :cost details Now, when I edit a column, it adds...