| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-added ActionView::Helpers::register_javascript/stylesheet_expansion to mak... | Jeremy Kemper | 2008-03-20 | 1 | -0/+2 |
* | Revert [9106]. References #10350. | Jeremy Kemper | 2008-03-19 | 1 | -2/+0 |
* | Refactor filters to use Active Support callbacks. Closes #11235. | Jeremy Kemper | 2008-03-18 | 1 | -0/+2 |
* | Fixed that polymorphic routes would modify the input array (closes #11363) [t... | David Heinemeier Hansson | 2008-03-17 | 1 | -0/+2 |
* | Added :format option to NumberHelper#number_to_currency to enable better loca... | David Heinemeier Hansson | 2008-03-17 | 1 | -0/+2 |
* | Fixed that TextHelper#excerpt would include one character too many (closes #1... | David Heinemeier Hansson | 2008-03-15 | 1 | -0/+2 |
* | Fix more obscure nested parameter hash parsing bug. Closes #10797 [thomas.lee] | Rick Olson | 2008-03-13 | 1 | -0/+2 |
* | Added ActionView::Helpers::register_javascript/stylesheet_expansion to make i... | David Heinemeier Hansson | 2008-03-13 | 1 | -0/+2 |
* | Fix nested parameter hash parsing bug. #10797 [thomas.lee] | Rick Olson | 2008-03-11 | 1 | -0/+2 |
* | Allow using named routes in ActionController::TestCase before any request has... | Pratik Naik | 2008-03-08 | 1 | -0/+2 |
* | Fixed that sweepers defined by cache_sweeper will be added regardless of the ... | David Heinemeier Hansson | 2008-03-08 | 1 | -0/+2 |
* | Make MimeResponds::Responder#any work without explicit types. Closes #11140 [... | Pratik Naik | 2008-03-07 | 1 | -0/+2 |
* | Better error message for type conflicts when parsing params. Closes #7962 [s... | Rick Olson | 2008-03-07 | 1 | -0/+2 |
* | Remove unused ActionController::Base.template_class. Closes #10787 | Pratik Naik | 2008-03-05 | 1 | -0/+2 |
* | Moved template handlers related code from ActionView::Base to ActionView::Tem... | Pratik Naik | 2008-03-05 | 1 | -0/+2 |
* | Tests for div_for and content_tag_for helpers. Closes #11223 [thechrisoshow] | Pratik Naik | 2008-03-05 | 1 | -0/+2 |
* | Allow file uploads in Integration Tests. Closes #11091 [RubyRedRick] | Michael Koziarski | 2008-03-03 | 1 | -0/+2 |
* | Refactor partial rendering into a PartialTemplate class. [Pratik] | Michael Koziarski | 2008-03-03 | 1 | -0/+2 |
* | Added that requests with JavaScript as the priority mime type in the accept h... | David Heinemeier Hansson | 2008-02-29 | 1 | -0/+2 |
* | Tests for distance_of_time_in_words with TimeWithZone instances. Closes #1091... | Geoff Buesing | 2008-02-16 | 1 | -0/+2 |
* | remove support for ampersand-delimited cookie values | Jamis Buck | 2008-02-12 | 1 | -0/+2 |
* | Fix problem with render :partial collections, records, and locals. #11057 [lo... | Marcel Molina | 2008-02-08 | 1 | -0/+2 |
* | Added support for naming concrete classes in sweeper declarations [DHH] | David Heinemeier Hansson | 2008-02-07 | 1 | -0/+2 |
* | Remove ERB trim variables from trace template in case ActionView::Base.erb_tr... | Rick Olson | 2008-02-07 | 1 | -0/+2 |
* | Fix typo in form_helper documentation. Closes #10650 [xaviershay, kampers] | Rick Olson | 2008-02-07 | 1 | -0/+2 |
* | Fix bug with setting Request#format= after the getter has cached the value. C... | Rick Olson | 2008-02-07 | 1 | -0/+2 |
* | Correct inconsistencies in RequestForgeryProtection docs. #11032 [mislav] | Rick Olson | 2008-02-06 | 1 | -0/+2 |
* | Introduce a Template class to ActionView. Closes #11024 [lifofifo] | Michael Koziarski | 2008-02-06 | 1 | -0/+2 |
* | Introduce the :index option for form_for and fields_for to simplify multi-mod... | Jeremy Kemper | 2008-02-02 | 1 | -0/+2 |
* | Introduce map.resources :cards, :as => 'tarjetas' to use a custom resource na... | Jeremy Kemper | 2008-02-02 | 1 | -0/+2 |
* | TestSession supports indifferent access. Closes #7372. | Jeremy Kemper | 2008-02-02 | 1 | -0/+2 |
* | Make assert_routing aware of the HTTP method used. Closes #8039 [mpalmer] | Michael Koziarski | 2008-01-30 | 1 | -0/+3 |
* | Make it simpler to make the root route an alias for another route. Closes #... | Michael Koziarski | 2008-01-26 | 1 | -0/+5 |
* | Handle corner case with image_tag when passed 'messed up' image names. Closes... | Michael Koziarski | 2008-01-25 | 1 | -0/+2 |
* | Add label_tag helper for generating elements. Closes #10802 [DefV] | Michael Koziarski | 2008-01-21 | 1 | -0/+2 |
* | missing changelog for [8683] | Michael Koziarski | 2008-01-21 | 1 | -0/+2 |
* | Revert r8669 for now, breaks Action Mailer. Reopens #10800. | Jeremy Kemper | 2008-01-19 | 1 | -2/+0 |
* | Performance: optimize route recognition. Large speedup for apps with many res... | Jeremy Kemper | 2008-01-19 | 1 | -0/+2 |
* | Introduce TemplateFinder to handle view paths and lookups. Closes #10800. | Jeremy Kemper | 2008-01-19 | 1 | -0/+2 |
* | Make render :partial recognise form builders and use the _form partial. Clos... | Michael Koziarski | 2008-01-16 | 1 | -0/+2 |
* | Allow users to declare other namespaces when using the atom feed helpers. Clo... | Michael Koziarski | 2008-01-13 | 1 | -0/+2 |
* | Introduce send_file :x_sendfile => true to send an X-Sendfile response header. | Jeremy Kemper | 2008-01-11 | 1 | -0/+2 |
* | Fixed ActionView::Helpers::ActiveRecordHelper::form for when protect_from_for... | David Heinemeier Hansson | 2008-01-11 | 1 | -0/+2 |
* | Provide a nicer way to access headers. request.headers["Content-Type"] inste... | Michael Koziarski | 2008-01-11 | 1 | -0/+2 |
* | UrlWriter respects relative_url_root. Closes #10748. | Jeremy Kemper | 2008-01-10 | 1 | -0/+2 |
* | The asset_host block takes the controller request as an optional second argum... | Jeremy Kemper | 2008-01-06 | 1 | -0/+2 |
* | Support render :text => nil. Closes #6684. | Jeremy Kemper | 2008-01-06 | 1 | -0/+2 |
* | assert_response failures include the exception message. Closes #10688. | Jeremy Kemper | 2008-01-05 | 1 | -0/+2 |
* | Moved the caching stores from ActionController::Caching::Fragments::* to Acti... | David Heinemeier Hansson | 2008-01-03 | 1 | -0/+6 |
* | Made fragment caching in views work for rjs and builder as well (closes #6642... | David Heinemeier Hansson | 2008-01-03 | 1 | -0/+2 |