aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/rails/app/templates/public
Commit message (Collapse)AuthorAgeFilesLines
* support for observers in jquery driver, and minor bug fixesStephen St. Martin2010-01-271-17/+52
|
* initial prototype of prototype js driverErik St. Martin2010-01-271-17/+62
|
* refactored to be more dry, data-update-failure now correctly works, combine ↵Stephen St. Martin2010-01-272-102/+145
| | | | compat and driver, namespaced events, and support for periodically_call_remote
* start of prototype driver, missing observe_form, observe_field, and ↵Erik St. Martin2010-01-271-0/+279
| | | | periodically_call_remote
* support for submit_to_remote in jquery driverStephen St. Martin2010-01-271-3/+3
|
* upgrade jquery to 1.4.1 and default request method to GET as its default on ↵Stephen St. Martin2010-01-273-152/+153
| | | | forms and links
* refractor handler code for remote_form_tag to also handle link_to_remote, ↵Stephen St. Martin2010-01-272-24/+53
| | | | fix a bug preventing :method from being used, also add missing :position, :confirm is still not functional yet
* initial jquery driver and compat, right now the only supported method is ↵Stephen St. Martin2010-01-273-0/+233
| | | | form_remote_tag
* Generators load path now will be Ruby load path. If you want to use ↵José Valim2010-01-1813-0/+7747
| | | | rspec:install generator, you need generators/rspec/install_generator in your load path.
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-2413-7751/+0
|
* Solving merge conflicts.José Valim2009-07-124-84/+74
|
* Change current sstructure.José Valim2009-06-2313-0/+7761