aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template
Commit message (Expand)AuthorAgeFilesLines
...
* Move the original config method onto AbstractControllerCarl Lerche2010-03-031-1/+1
* Start refactoring the method of configuring ActionViewCarlhuda2010-03-033-24/+8
* Fix tests for the request refactorCarl Lerche2010-03-031-18/+34
* Tweak the semantic of various URL related methods of ActionDispatch::RequestCarlhuda2010-03-031-3/+0
* Work on deprecating ActionController::Base.relative_url_rootCarlhuda2010-03-031-20/+18
* Fix failing Action Pack testsCarlhuda2010-03-021-1/+1
* Fix some tests that relied on hardcoded Exception information (ht: evan)Yehuda Katz2010-03-021-2/+2
* Change AV formats so they can delegate to the controller. Now users (or plugi...Carlhuda2010-03-012-0/+2
* Silence test deprecation warningsCarlhuda2010-02-261-1/+1
* WIP: Remove the global routerCarlhuda2010-02-251-1/+1
* add time_separator for minutes only if minutes aren't hiddenSantiago Pastorino2010-02-251-0/+41
* Revert "Fix test load paths for those not using bundler"Carlhuda2010-02-231-4/+1
* Require persisted? in ActiveModel::Lint and remove new_record? and destroyed?...José Valim2010-02-215-34/+28
* AMo #key is now #to_key and CI is probably happysnusnu2010-02-201-3/+3
* Adds #key and #to_param to the AMo interfacesnusnu2010-02-191-0/+3
* Revert "i18n translate with arrays issue solved"Yehuda Katz2010-02-191-5/+0
* i18n translate with arrays issue solvedSantiago Pastorino2010-02-191-0/+5
* i18n translate with arrays issue solvedSantiago Pastorino2010-02-181-0/+5
* Merge master.José Valim2010-02-171-1/+4
|\
| * Fix test load paths for those not using bundlerJoshua Peek2010-02-151-1/+4
* | Rename Rails::Subscriber to Rails::LogSubscriberPrem Sichanugrist2010-02-161-6/+6
|/
* content_tag should escape its inputBruno Michel2010-02-143-9/+11
* simple_format returns a safe buffer escaping unsafe input [Santiago Pastorino]David Heinemeier Hansson2010-02-121-0/+12
* Fix pluralization for numbers formatted like '1.00'Gabriel Mansour2010-02-071-0/+2
* Fix nested attributes with specified collection.José Valim2010-02-071-0/+22
* Configuration values should be on AV::Base.José Valim2010-02-021-3/+3
* Modify the behavior of `radio_button_tag` to use `sanitize_to_id` for consist...Prem Sichanugrist2010-02-021-0/+4
* Deleted all references to ActionView::SafeBuffer in favor of ActiveSupport::S...Santiago Pastorino2010-01-311-41/+0
* For performance reasons, you can no longer call html_safe! on Strings. Instea...Yehuda Katz2010-01-315-7/+7
* data-remote needs to be on the form and not the submit when using button_to :...Erik St. Martin2010-01-311-0/+7
* add :remote option to form_tagStephen St. Martin2010-01-311-0/+6
* form_for should pass :remote to form_tag through html_optionsStephen St. Martin2010-01-311-0/+19
* deOMGifying Railties, Active Support, and Action PackMikel Lindsaar2010-01-312-4/+4
* Add rel=nofollow on non get remote linksJoshua Peek2010-01-301-2/+2
* Generate UJS code for :disable_withJoshua Peek2010-01-301-3/+3
* updating link_to and button_to to support :remote => true and other options s...Erik St. Martin2010-01-302-12/+19
* Include prototype ujs adapter with new appsJoshua Peek2010-01-301-8/+7
* Move form_remote_tag and remote_form_for into prototype_legacy_helperJoshua Peek2010-01-302-129/+0
* Move button_to_remote and submit_to_remote into prototype_legacy_helperJoshua Peek2010-01-301-18/+0
* Move link_to_function and link_to_remote into prototype_legacy_helperJoshua Peek2010-01-302-57/+0
* Drop AjaxHelperJoshua Peek2010-01-301-114/+0
* Move periodically_call_remote into prototype_legacy_helper pluginJoshua Peek2010-01-301-12/+0
* Move observe_field and observe_form to prototype_legacy_helper pluginJoshua Peek2010-01-301-37/+0
* Revert "Merge branch 'rails/master' into ujs"Joshua Peek2010-01-306-471/+326
* Revert "fixed tests to also look for rails.js when using javascript_include_t...Joshua Peek2010-01-301-7/+7
* Deprecate link_to :popupJoshua Peek2010-01-291-30/+0
* fixed tests to also look for rails.js when using javascript_include_tag :defa...Erik St. Martin2010-01-291-7/+7
* updated tests + docs, plus minor inconsistency fixesStefan Penner2010-01-271-86/+182
* Added regression tests that discovered the previous issue. Stefan Penner2010-01-271-0/+14
* :href should be comming in through html_options and not optionsErik St. Martin2010-01-271-1/+1