Giter VIP home page Giter VIP logo

Comments (4)

tkawa avatar tkawa commented on July 19, 2024

Would you show me the code (HTML) you wrote?

from bootstrap-editable-rails.

burtondav avatar burtondav commented on July 19, 2024

Sure,
I would appreciate the help!!

Cost Answers

<% @costproject.costdetails.each_with_index do |costdetail, i| %> <% if costdetail.contact_id != nil %> <% else %> <% end %> <% end %>
Question Answer Contact Submit Date
<%= costdetail.costline.line_name %> <%= textarea_format(costdetail.answer) %> <%= costdetail.contact.contact_full_name %><%= costdetail.submit_date %>

This is the js.coffee

$(document).ready ->
$(".costdetail_body").editable params: (params) ->
params[$(this).data("resource") + "[id]"] = $(this).data("id")
params

Thanks,
David Burton

On Jan 10, 2013, at 8:45 PM, Toru KAWAMURA [email protected] wrote:

Would you show me the code (HTML) you wrote?


Reply to this email directly or view it on GitHub.

from bootstrap-editable-rails.

tkawa avatar tkawa commented on July 19, 2024

Since this seems not to be "nested attributes" according to data-url="/costdetails/<%= costdetail.id %> ", please do not use the method of #1.
If it is "nested attributes", it should have written in this way.

class Costproject < ActiveRecord::Base
  accepts_nested_attributes_for :costdetails
end

from bootstrap-editable-rails.

burtondav avatar burtondav commented on July 19, 2024

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 a new record instead of replacing the one I'm trying to edit.

David Burton

On Jan 10, 2013, at 9:16 PM, Toru KAWAMURA [email protected] wrote:

Since this is not "nested attributes" according to data-url="/costdetails/<%= costdetail.id %> ", please do not use the method of #1.
If it is "nested attributes", it should have written in this way.

class Costproject < ActiveRecord::Base
accepts_nested_attributes_for :costdetails
end

Reply to this email directly or view it on GitHub.

from bootstrap-editable-rails.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.