| e1618b9 |
2010-01-31 |
data-remote needs to be on the form and not the submit w... |
| 392817c |
2010-01-31 |
updating link_to and button_to to support :remote => tru... |
| 7f181e4 |
2010-01-29 |
fixed tests to also look for rails.js when using javascr... |
| 2ec9919 |
2010-01-28 |
renaming javascript drivers to *.rails.js for better nam... |
| eff999d |
2010-01-28 |
initial prototype of jQuery driver complete |
| a0232d8 |
2010-01-28 |
jquery driver now supports :confirm |
| 4911343 |
2010-01-28 |
jquery driver now supports :popup |
| d13f254 |
2010-01-27 |
initial prototype of prototype js driver |
| 3c7d39d |
2010-01-27 |
observe_form now supports :with option as it should |
| c0f6388 |
2010-01-27 |
:href should be comming in through html_options and not ... |
| f661a3b |
2010-01-27 |
removing container inline js function of observed elemen... |
| a6cd35b |
2010-01-27 |
moving html_safe call into helpers directly as they only... |
| 007db3f |
2010-01-27 |
start of prototype driver, missing observe_form, observe... |
| 0215466 |
2010-01-27 |
periodically_call_remote does not need data-observe=true |
| 6a8da20 |
2010-01-27 |
need to tell erb that our <script> tag is html_safe |
| ad26b39 |
2010-01-27 |
test to go with last commit, explicit :href for link_to_... |
| 9fe8456 |
2010-01-27 |
adding :href override to link_to_remote |
| 56ae655 |
2010-01-27 |
adding support for :disable_with to button_to_remote |
| eb2d32f |
2010-01-27 |
remote_form_for now supports :confirm |
| 44542bd |
2010-01-27 |
account for the fact a few options may be passed as symb... |
| 06dd23d |
2010-01-27 |
removing Prototype inline js for attributes for :with an... |
| 9e3e1b3 |
2010-01-27 |
fixing last merge breakage |
| d769897 |
2010-01-27 |
modified helper that adds attributes for :method to incl... |
| fbb56f7 |
2010-01-27 |
refactoring AjaxHelper a bit so that it calls shared met... |
| 426a6b2 |
2010-01-27 |
making non remote versions of link_to, button_to, submit... |
| 463fc71 |
2010-01-27 |
making non remote versions of link_to, button_to, submit... |
| 9821648 |
2010-01-27 |
link_to_remote and button_to_remote now support :confirm |
| c3baf8b |
2010-01-27 |
link_to_remote and button_to_remote now support :confirm |
| 9f5cb3d |
2010-01-27 |
moving include of ScriptaculousHelper into PrototypeHelp... |
| 7bf5aef |
2010-01-27 |
fixed current tests that were failing do to module locat... |
| 565a696 |
2010-01-27 |
Removed all helpers from PrototypeHelper that are implem... |
| 5462caf |
2010-01-27 |
fixing failing tests from last commit, order of attribut... |
| 1cd8b98 |
2010-01-27 |
javascript_helper now correctly pulls in ajax_helper ins... |