Friday, March 16, 2012

[Rails] Re: how to use in_place_editor_field

You look to have an object issue with ":subject"
<%= in_place_editor_field :subject, :credit_hour %>

Have you tried this in your controller
@subject = Subject.new
then in your view
<%= in_place_editor_field @subject, :credit_hour %>

Also this is deprecated in Rails 2.0:
http://apidock.com/rails/ActionView/Helpers/JavaScriptMacrosHelper/in_place_editor_field
DEPRECATION WARNING: This method will become a separate plugin when
Rails 2.0 ships.

I suggest the best_in_place plugin in place of in_place_editor.
https://github.com/bernat/best_in_place


On Mar 16, 12:46 am, honey ruby <emailtohoneyr...@gmail.com> wrote:
> hi everyone i wanna use in_place_editor_field i've installed the Plug-
> in and when i'm trying to use it.
> <%= in_place_editor_field :subject, :credit_hour %> i have added this
> line in view part and  in_place_edit_for :subject, :credit_hour line
> in controller. Here :subject is model name and :credit_hour is column
> in subject model. i have values 0 so i am unable to view that value to
> update it.
>
> is there anything more i have to do  please help me
>
> Thanks in advance

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home


Real Estate