| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Rename fieldset_tag to field_set_tag to follow the conventions from text_area... | David Heinemeier Hansson | 2007-09-09 | 3 | -8/+8 |
* | Optimise named route generation when using positional arguments. Closes #945... | Michael Koziarski | 2007-09-09 | 6 | -59/+244 |
* | Explicitly require active_record/query_cache before using it. | Jeremy Kemper | 2007-09-08 | 2 | -11/+15 |
* | Fix layout overriding response status. Closes #9476. | Jeremy Kemper | 2007-09-08 | 3 | -1/+23 |
* | Fix assert_select for XML documents. Closes #8173. [dasil003] | Michael Koziarski | 2007-09-08 | 2 | -1/+26 |
* | Add a user_agent to TestRequest | Michael Koziarski | 2007-09-07 | 2 | -1/+6 |
* | Remove deprecated named routes [pixeltrix] | Tobias Lütke | 2007-09-06 | 5 | -138/+77 |
* | Add fieldset_tag for generating fieldsets, closes #9477. [djanowski] | Michael Koziarski | 2007-09-06 | 3 | -0/+44 |
* | Allow additional parameters to be passed to named route helpers when using po... | Michael Koziarski | 2007-09-05 | 3 | -1/+22 |
* | Fix misleading documentation for truncate. [esad] Closes #9104 | Michael Koziarski | 2007-09-05 | 1 | -1/+1 |
* | Add missing changelog entry | Michael Koziarski | 2007-09-03 | 1 | -0/+2 |
* | Remove deprecated functionality from actionpack. Closes #8958 [lifofifo] | Michael Koziarski | 2007-09-03 | 18 | -232/+159 |
* | Add array support to remote_form_for for polymorphic urls. Closes #8654 [jade] | Michael Koziarski | 2007-09-02 | 2 | -19/+87 |
* | Make auto link behave well with URLs containing email addresses. Closes #7313... | Michael Koziarski | 2007-09-02 | 2 | -5/+15 |
* | Properly quote the arguments to visual_effect. Closes #7220 [jeremymcanally] | Michael Koziarski | 2007-09-02 | 2 | -0/+6 |
* | Documentation tweaks and fixes. Closes #9454 [sur, kampers] | Jeremy Kemper | 2007-08-31 | 5 | -15/+15 |
* | request.host works with IPv6 addresses. Closes #9458. | Jeremy Kemper | 2007-08-31 | 3 | -1/+15 |
* | Fix incorrectly named instance variable. | Michael Koziarski | 2007-08-29 | 1 | -1/+1 |
* | Use mocha to avoid the sleep calls in the compiled_template tests. [tarmo] Cl... | Michael Koziarski | 2007-08-29 | 2 | -18/+35 |
* | Only reload routes.rb if its been modified. [Dreamer3] | Michael Koziarski | 2007-08-29 | 1 | -2/+15 |
* | Use extract_options instead of ad-hoc partial implementations. [norbert] Clos... | Michael Koziarski | 2007-08-28 | 1 | -1/+1 |
* | Improve documentation for ActionController::Helpers [jardeon] Closes #9359 | Michael Koziarski | 2007-08-28 | 1 | -26/+73 |
* | Back out of [7300] -- it screwed up nested XML | David Heinemeier Hansson | 2007-08-21 | 1 | -3/+0 |
* | correct the ActionCacheTest from [7346] | Rick Olson | 2007-08-20 | 1 | -0/+2 |
* | Fix bug where action caching sets the content type to the ActionCachePath obj... | Rick Olson | 2007-08-20 | 3 | -1/+8 |
* | Add missing sentence | Michael Koziarski | 2007-08-17 | 1 | -3/+1 |
* | Improve url_for documentation for ActionController::Base and UrlRewriter. Cl... | Michael Koziarski | 2007-08-17 | 2 | -15/+32 |
* | add missing layouts from [7321] | Rick Olson | 2007-08-15 | 1 | -0/+1 |
* | Find layouts even if they're not in the first view_paths directory. Closes #... | Rick Olson | 2007-08-15 | 3 | -6/+19 |
* | Fix failing active record store tests | Michael Koziarski | 2007-08-14 | 1 | -1/+2 |
* | Send freshness information when sending Etags. Without this internet explore... | Michael Koziarski | 2007-08-12 | 2 | -1/+2 |
* | Ignore processing instructions when parsing html | Michael Koziarski | 2007-08-10 | 1 | -0/+3 |
* | Major improvement to the documentation for the options / select form helpers... | Michael Koziarski | 2007-08-05 | 2 | -31/+75 |
* | Fix number_to_human_size when using different precisions. Closes #7536. [Rich... | Michael Koziarski | 2007-08-05 | 3 | -2/+8 |
* | Added partial layouts (see example in action_view/lib/partials.rb) [DHH] | David Heinemeier Hansson | 2007-08-02 | 8 | -2/+95 |
* | Allow you to set custom :conditions on resource routes. [Rick] | Rick Olson | 2007-07-25 | 3 | -10/+25 |
* | Refactored in use of extract_options! (closes #9079) [josh] | David Heinemeier Hansson | 2007-07-24 | 8 | -13/+13 |
* | Fixed that file.content_type for uploaded files would include a trailing \r #... | David Heinemeier Hansson | 2007-07-24 | 3 | -4/+6 |
* | Its just ERb now | David Heinemeier Hansson | 2007-07-24 | 1 | -1/+1 |
* | * url_for now accepts a series of symbols representing the namespace of the r... | Tobias Lütke | 2007-07-19 | 4 | -4/+76 |
* | Introduce fake_models.rb to avoid platform-specific code. [mpalmer] Closes #8714 | Michael Koziarski | 2007-07-17 | 3 | -10/+7 |
* | Make :trailing_slash work with query parameters for url_for. Closes #4004 [nov] | Michael Koziarski | 2007-07-14 | 3 | -3/+15 |
* | Make sure missing template exceptions actually say which template they were l... | Michael Koziarski | 2007-07-11 | 3 | -2/+19 |
* | Fix errors with around_filters which do not yield, restore 1.1 behaviour with... | Michael Koziarski | 2007-07-11 | 3 | -54/+126 |
* | Support for non heterogeneous arrays when serializing to xml. Unless guessabl... | Tobias Lütke | 2007-07-09 | 1 | -0/+7 |
* | Don't blow up when using nested fields_for and the source object is nil | Tobias Lütke | 2007-07-09 | 1 | -1/+1 |
* | Allow you to delete cookies with options. Closes #3685 [josh, Chris Wanstrath] | Michael Koziarski | 2007-07-01 | 3 | -3/+18 |
* | Allow you to render views with periods in the name. Closes #8076 [norbert] | Rick Olson | 2007-07-01 | 3 | -4/+23 |
* | Temporary fix for formatted_polymorphic_urls and other polys that have additi... | David Heinemeier Hansson | 2007-06-28 | 2 | -9/+9 |
* | Allow symbols as name | David Heinemeier Hansson | 2007-06-28 | 1 | -1/+1 |