Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added deprecation language for in_place_editor and auto_complete_field that ↵ | David Heinemeier Hansson | 2006-09-03 | 1 | -0/+2 |
| | | | | | | both pieces will become plugins by Rails 2.0 [DHH] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4952 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Replace Ruby's deprecated append_features in favor of included. [Marcel ↵ | Marcel Molina | 2006-04-29 | 1 | -2/+1 |
| | | | | | | Molina Jr.] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4310 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Added in-place editing support in the spirit of auto complete with ↵ | David Heinemeier Hansson | 2005-09-11 | 1 | -0/+52 |
ActionController::Base.in_place_edit_for, JavascriptHelper#in_place_editor_field, and Javascript support from script.aculo.us #2038 [Jon Tirsen] Moved auto-completion and in-place editing into the Macros module and their helper counterparts into JavaScriptMacrosHelper git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2191 5ecf4fe2-1ee6-0310-87b1-e25e094e27de |