aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Took another stab at observe_field. Now implementing data only helpers as sc...Bob Remeika2010-01-272-34/+69
* Changed the observe field node into a div with display:noneBob Remeika2010-01-272-11/+20
* ObserveFieldTest uses url_for from AjaxTestCaseBob Remeika2010-01-271-0/+51
* fixed failing testsStefan Penner2010-01-272-363/+15
* Implemented a fuller stub in AjaxTestCase for url_for because link_to calls u...Bob Remeika2010-01-272-3/+16
* Added the beginnings of the observe_field helperBob Remeika2010-01-271-11/+8
* Added observe_formBob Remeika2010-01-272-8/+23
* Added submit_to_remote helperBob Remeika2010-01-272-1/+21
* Removed duplicationBob Remeika2010-01-272-8/+20
* Changed data-name to data-observed on observe_fieldBob Remeika2010-01-272-18/+26
* Refactored ajax helpers so they use a little bit more coherent pattern; Remov...Bob Remeika2010-01-272-91/+124
* Applied Yehuda's patch; Sharing extract_object_name_for_form! between form_he...Bob Remeika2010-01-273-59/+79
* Changed observe_field to field_observerBob Remeika2010-01-272-2/+2
* Changed data-rails-type to data-js-typeBob Remeika2010-01-272-2/+2
* Changed data-remote='true' to data-js-type='remote'Bob Remeika2010-01-272-18/+29
* remote_form_for tests passBob Remeika2010-01-271-10/+93
* Took first stab at reimplementing form_remote_tag helpersBob Remeika2010-01-272-24/+164
* Added assert_data_element_json test helper for data element helpersBob Remeika2010-01-272-20/+34
* Took another stab at observe_field. Now implementing data only helpers as sc...Bob Remeika2010-01-272-34/+69
* Changed the observe field node into a div with display:noneBob Remeika2010-01-272-11/+20
* ObserveFieldTest uses url_for from AjaxTestCaseBob Remeika2010-01-271-1/+51
* fixed failing testsStefan Penner2010-01-272-18/+118
* Implemented a fuller stub in AjaxTestCase for url_for because link_to calls u...Bob Remeika2010-01-272-10/+29
* Added the beginnings of the observe_field helperBob Remeika2010-01-272-1/+68
* Update bundled TZInfo to v0.3.16Geoff Buesing2010-01-26142-120/+124
* Georgetown TimeZone is now mapped to "America/Guyana" instead of "America/Arg...Geoff Buesing2010-01-263-3/+29
* Merge remote branch 'fxn/master'Jeremy Kemper2010-01-268-264/+0
|\
| * removes now void extending.rbXavier Noria2010-01-263-6/+0
| * removes Object#extended_byXavier Noria2010-01-262-11/+0
| * removes unused method Object#extend_with_included_modules_fromXavier Noria2010-01-262-19/+0
| * deletes no void files removal.rb and class_test.rbXavier Noria2010-01-266-29/+0
| * removes unused method Class#remove_classXavier Noria2010-01-262-48/+0
| * removes unused method Class#reachable?Xavier Noria2010-01-261-5/+0
| * removes unused Class#descedentsXavier Noria2010-01-261-34/+0
| * removes unused Object#subclasses_ofXavier Noria2010-01-262-61/+0
| * removes unused Object#remove_subclasses_ofXavier Noria2010-01-261-4/+0
| * removes unused Class#remove_subclassesXavier Noria2010-01-262-30/+0
| * removes unused method Class#subclassesXavier Noria2010-01-262-17/+0
* | Fixing mailer generators to use the right email addressMikel Lindsaar2010-01-271-1/+1
* | future proofing the sqlite3 adapter codeAaron Patterson2010-01-263-3/+12
* | AC railtie should configure helpers path.José Valim2010-01-263-6/+9
* | Fix t('.helper').José Valim2010-01-267-26/+37
* | Bring AM tests back to green again.José Valim2010-01-263-17/+3
* | Fix failing tests on AM about render(:body => Hash).José Valim2010-01-266-68/+36
* | Merge branch 'master' of git://github.com/rails/railsJosé Valim2010-01-266-2/+58
|\ \
| * | Failing AM test for legacy multipart alternative renderingJoshua Peek2010-01-263-0/+39
| * | Failing AM test for nested layoutsJoshua Peek2010-01-263-2/+19
* | | Bring layouts with proc back alive.José Valim2010-01-262-1/+18
* | | Also include translation in ActionMailer.José Valim2010-01-261-0/+1
|/ /
* | Merge branch 'master' of git://github.com/rails/railsJosé Valim2010-01-261-37/+33
|\ \