aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/rails/app/templates/public/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Load generators from both lib/rails/generators and lib/generators. Using the ↵José Valim2010-03-236-8047/+0
| | | | former since it's less obstrusive.
* do not support 'data-url' anymore, just use 'href' [#4236 state:resolved]Sebastian Martinez2010-03-211-2/+1
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Updating Prototype to 1.6.1 and script.aculo.us to 1.8.3Mikel Lindsaar2010-02-084-1041/+1593
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Add prototype ujs handler for data-methodJeremy Kemper2010-02-041-0/+26
|
* Update prototype-ujs for data-confirmJeremy Kemper2010-02-041-5/+12
|
* Include prototype ujs adapter with new appsJoshua Peek2010-01-301-0/+77
|
* Revert "Merge branch 'rails/master' into ujs"Joshua Peek2010-01-303-715/+0
| | | | | | | | | | | This reverts commit 3aa1ea1ae4baa4a03d03644e798eeb98a4745785, reversing changes made to 2c12a71378d2146c822acb389b00b866f6420ff5. Conflicts: actionpack/lib/action_view/helpers/javascript_helper.rb actionpack/lib/action_view/helpers/url_helper.rb actionpack/test/template/url_helper_test.rb
* Revert "Drop JS scripts from core"Joshua Peek2010-01-307-0/+8099
| | | | This reverts commit a06c47a52b90a5d812e64309488ad5926dc583ca.
* Drop JS scripts from coreJoshua Peek2010-01-297-8099/+0
|
* renaming javascript drivers to *.rails.js for better naming conventionErik St. Martin2010-01-272-0/+0
|
* initial prototype of jQuery driver completeErik St. Martin2010-01-271-5/+28
|
* jquery driver now supports :confirmErik St. Martin2010-01-271-2/+12
|
* jquery driver now supports :popupErik St. Martin2010-01-271-0/+17
|
* 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-185-0/+7386
| | | | rspec:install generator, you need generators/rspec/install_generator in your load path.
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-245-7386/+0
|
* Change current sstructure.José Valim2009-06-235-0/+7386