| Commit message (Expand) | Author | Age | Files | Lines |
* | Added support for visual effects scoped queues to the visual_effect helper #3... | Thomas Fuchs | 2006-02-27 | 1 | -0/+6 |
* | Added .rxml (and any non-rhtml template, really) supportfor CaptureHelper#con... | David Heinemeier Hansson | 2006-02-26 | 4 | -1/+41 |
* | Remove ::Controllers related cruft; fix AP tests | Nicholas Seckar | 2006-02-26 | 2 | -53/+39 |
* | Added script.aculo.us drag and drop helpers to RJS [Thomas Fuchs] | Thomas Fuchs | 2006-02-26 | 1 | -0/+26 |
* | Fixed form_for regression (closes #3962) [t.lucas@toolmantim.com] | David Heinemeier Hansson | 2006-02-26 | 1 | -0/+19 |
* | Fixed tests | David Heinemeier Hansson | 2006-02-26 | 1 | -2/+2 |
* | Fixed that form elements would strip the trailing [] from the first parameter... | David Heinemeier Hansson | 2006-02-26 | 1 | -0/+7 |
* | The image_tag helper is not converting the options hash to symbols (closes #3... | David Heinemeier Hansson | 2006-02-26 | 1 | -0/+2 |
* | Added various InPlaceEditor options, #3746, #3891, #3896, #3906 | Thomas Fuchs | 2006-02-21 | 1 | -0/+38 |
* | Fixed that the request method would be sticky in tests (closes #3849) [lars@p... | David Heinemeier Hansson | 2006-02-20 | 1 | -0/+6 |
* | Added :count option to pagination that'll make it possible for the ActiveReco... | David Heinemeier Hansson | 2006-02-20 | 1 | -2/+17 |
* | Ensure backwards compatibility with symbolized action names for render_action... | David Heinemeier Hansson | 2006-02-19 | 1 | -1/+10 |
* | Make RJS treat symbolic action names nicely #3861 [Rick Olson] | David Heinemeier Hansson | 2006-02-17 | 1 | -0/+9 |
* | Use real assigns instead of a method call [DHH] | David Heinemeier Hansson | 2006-02-12 | 1 | -1/+1 |
* | replace_element was renamed replace [DHH] | David Heinemeier Hansson | 2006-02-12 | 1 | -1/+1 |
* | Also support replace and replace_html and some refactoring in JavaScriptEleme... | David Heinemeier Hansson | 2006-02-12 | 1 | -0/+5 |
* | Added element and collection proxies to RJS [DHH] | David Heinemeier Hansson | 2006-02-12 | 1 | -1/+24 |
* | Modernize flash tests | David Heinemeier Hansson | 2006-02-12 | 1 | -41/+26 |
* | Stopped the massive bleeding of concerns into ActionController::Base. Base no... | David Heinemeier Hansson | 2006-02-12 | 1 | -2/+2 |
* | Add JavaScriptGenerator#replace_element for replacing an element's "outer HTM... | Sam Stephenson | 2006-02-12 | 1 | -0/+5 |
* | Remove over-engineered form_for code for a leaner implementation. | Nicholas Seckar | 2006-02-11 | 1 | -7/+7 |
* | Major components cleanup and speedup. Closes #3527. | Jeremy Kemper | 2006-02-09 | 4 | -21/+26 |
* | Move active_record_store_test.rb to test/activerecord/. Closes #3790. | Jeremy Kemper | 2006-02-09 | 1 | -0/+0 |
* | * Fix pagination problems when using include | Michael Koziarski | 2006-02-09 | 15 | -50/+410 |
* | Add :html option for specifying form tag options in form_for | Sam Stephenson | 2006-02-08 | 1 | -0/+19 |
* | Don't interpret the :value option on text_area as an html attribute. Set the ... | Marcel Molina | 2006-02-08 | 1 | -1/+8 |
* | Fix remote_form_for creates a non-ajax form. Closes #3741. | Nicholas Seckar | 2006-02-06 | 1 | -1/+1 |
* | Don't let arbitrary classes match as controllers | Nicholas Seckar | 2006-02-04 | 2 | -1/+10 |
* | Fix bad require for rake test | Nicholas Seckar | 2006-02-04 | 1 | -1/+1 |
* | Fix routing tests to pass when run independently of the entire AP suite | Nicholas Seckar | 2006-02-04 | 1 | -0/+1 |
* | Fix Routing tests. Fix routing where failing to match a controller would prev... | Nicholas Seckar | 2006-02-04 | 2 | -82/+72 |
* | Add :builder => option to form_for and friends. Closes 3268. | Nicholas Seckar | 2006-02-04 | 1 | -0/+75 |
* | Added :only and :except controls to skip_before/after_filter just like for wh... | David Heinemeier Hansson | 2006-01-31 | 1 | -0/+28 |
* | Ensure assigns are copied to the template when using render :update. Closes ... | Nicholas Seckar | 2006-01-30 | 1 | -1/+18 |
* | Added reusable reloading support through the inclusion of the Relodable modul... | David Heinemeier Hansson | 2006-01-29 | 1 | -1/+1 |
* | Add the ability to call JavaScriptGenerator methods from helpers called in up... | Sam Stephenson | 2006-01-23 | 2 | -10/+1 |
* | Fix render(:update) to not render layouts | Sam Stephenson | 2006-01-23 | 1 | -1/+2 |
* | Fixed that SSL would not correctly be detected when running lighttpd/fcgi beh... | David Heinemeier Hansson | 2006-01-23 | 1 | -0/+12 |
* | Raise a RedirectBackError if redirect_to :back is called when theres no HTTP_... | David Heinemeier Hansson | 2006-01-22 | 2 | -2/+11 |
* | Add render :update for inline RJS | Sam Stephenson | 2006-01-20 | 1 | -0/+13 |
* | make error_messages_for return "" for nil objects | Michael Koziarski | 2006-01-19 | 1 | -0/+4 |
* | Refactor human_size to exclude decimal place if it is zero. | Marcel Molina | 2006-01-19 | 1 | -13/+14 |
* | Automatically discover layouts when a controller is namespaced. Closes #2199,... | Marcel Molina | 2006-01-15 | 2 | -0/+14 |
* | Add support for multiple proxy servers in HTTP_X_FORWARDED_HOST. Closes #3397 | Michael Koziarski | 2006-01-13 | 1 | -0/+4 |
* | Fix broken autocompleter test. | Michael Koziarski | 2006-01-13 | 1 | -1/+1 |
* | Fix for failing auto complete unit test | Michael Koziarski | 2006-01-13 | 1 | -5/+5 |
* | Fix failing test due to hard coded year | Michael Koziarski | 2006-01-13 | 1 | -1/+2 |
* | Remove Upload Progress. Closes #2871. | Marcel Molina | 2006-01-13 | 3 | -590/+0 |
* | Add test for min_chars auto_complete_field fix. Closes #2929. | Marcel Molina | 2006-01-13 | 1 | -1/+1 |
* | Allow auto-discovery of third party template library layouts. | Marcel Molina | 2006-01-12 | 5 | -0/+65 |