-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Observe Field #1
Comments
The Rails 2.38 API page: |
Use the "making_progress" branch. |
Here is a URL that does it: |
Go to an article page, click the edit tab |
Look in views/article/_article_categories.html.erb |
Yet another link: http://railscasts.com/episodes/205-unobtrusive-javascript |
Observe Field in Rails 2.3.8 API |
This is in "app/views/article/_article_categories.html.erb", currently commented out. It is part of a link that displays the categories for an article in a tree format.
A suggestion: http://stackoverflow.com/questions/3846089/observe-field-in-rails-3
It adds that subject to a category without having to do an actual submit.
The text was updated successfully, but these errors were encountered: