aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* Fixed that TextHelper#excerpt would include one character too many (closes #1...David Heinemeier Hansson2008-03-151-0/+2
* Fix more obscure nested parameter hash parsing bug. Closes #10797 [thomas.lee]Rick Olson2008-03-131-0/+2
* Added ActionView::Helpers::register_javascript/stylesheet_expansion to make i...David Heinemeier Hansson2008-03-131-0/+2
* Fix nested parameter hash parsing bug. #10797 [thomas.lee]Rick Olson2008-03-111-0/+2
* Allow using named routes in ActionController::TestCase before any request has...Pratik Naik2008-03-081-0/+2
* Fixed that sweepers defined by cache_sweeper will be added regardless of the ...David Heinemeier Hansson2008-03-081-0/+2
* Make MimeResponds::Responder#any work without explicit types. Closes #11140 [...Pratik Naik2008-03-071-0/+2
* Better error message for type conflicts when parsing params. Closes #7962 [s...Rick Olson2008-03-071-0/+2
* Remove unused ActionController::Base.template_class. Closes #10787Pratik Naik2008-03-051-0/+2
* Moved template handlers related code from ActionView::Base to ActionView::Tem...Pratik Naik2008-03-051-0/+2
* Tests for div_for and content_tag_for helpers. Closes #11223 [thechrisoshow]Pratik Naik2008-03-051-0/+2
* Allow file uploads in Integration Tests. Closes #11091 [RubyRedRick]Michael Koziarski2008-03-031-0/+2
* Refactor partial rendering into a PartialTemplate class. [Pratik]Michael Koziarski2008-03-031-0/+2
* Added that requests with JavaScript as the priority mime type in the accept h...David Heinemeier Hansson2008-02-291-0/+2
* Tests for distance_of_time_in_words with TimeWithZone instances. Closes #1091...Geoff Buesing2008-02-161-0/+2
* remove support for ampersand-delimited cookie valuesJamis Buck2008-02-121-0/+2
* Fix problem with render :partial collections, records, and locals. #11057 [lo...Marcel Molina2008-02-081-0/+2
* Added support for naming concrete classes in sweeper declarations [DHH]David Heinemeier Hansson2008-02-071-0/+2
* Remove ERB trim variables from trace template in case ActionView::Base.erb_tr...Rick Olson2008-02-071-0/+2
* Fix typo in form_helper documentation. Closes #10650 [xaviershay, kampers]Rick Olson2008-02-071-0/+2
* Fix bug with setting Request#format= after the getter has cached the value. C...Rick Olson2008-02-071-0/+2
* Correct inconsistencies in RequestForgeryProtection docs. #11032 [mislav]Rick Olson2008-02-061-0/+2
* Introduce a Template class to ActionView. Closes #11024 [lifofifo]Michael Koziarski2008-02-061-0/+2
* Introduce the :index option for form_for and fields_for to simplify multi-mod...Jeremy Kemper2008-02-021-0/+2
* Introduce map.resources :cards, :as => 'tarjetas' to use a custom resource na...Jeremy Kemper2008-02-021-0/+2
* TestSession supports indifferent access. Closes #7372.Jeremy Kemper2008-02-021-0/+2
* Make assert_routing aware of the HTTP method used. Closes #8039 [mpalmer]Michael Koziarski2008-01-301-0/+3
* Make it simpler to make the root route an alias for another route. Closes #...Michael Koziarski2008-01-261-0/+5
* Handle corner case with image_tag when passed 'messed up' image names. Closes...Michael Koziarski2008-01-251-0/+2
* Add label_tag helper for generating elements. Closes #10802 [DefV]Michael Koziarski2008-01-211-0/+2
* missing changelog for [8683]Michael Koziarski2008-01-211-0/+2
* Revert r8669 for now, breaks Action Mailer. Reopens #10800.Jeremy Kemper2008-01-191-2/+0
* Performance: optimize route recognition. Large speedup for apps with many res...Jeremy Kemper2008-01-191-0/+2
* Introduce TemplateFinder to handle view paths and lookups. Closes #10800.Jeremy Kemper2008-01-191-0/+2
* Make render :partial recognise form builders and use the _form partial. Clos...Michael Koziarski2008-01-161-0/+2
* Allow users to declare other namespaces when using the atom feed helpers. Clo...Michael Koziarski2008-01-131-0/+2
* Introduce send_file :x_sendfile => true to send an X-Sendfile response header.Jeremy Kemper2008-01-111-0/+2
* Fixed ActionView::Helpers::ActiveRecordHelper::form for when protect_from_for...David Heinemeier Hansson2008-01-111-0/+2
* Provide a nicer way to access headers. request.headers["Content-Type"] inste...Michael Koziarski2008-01-111-0/+2
* UrlWriter respects relative_url_root. Closes #10748.Jeremy Kemper2008-01-101-0/+2
* The asset_host block takes the controller request as an optional second argum...Jeremy Kemper2008-01-061-0/+2
* Support render :text => nil. Closes #6684.Jeremy Kemper2008-01-061-0/+2
* assert_response failures include the exception message. Closes #10688.Jeremy Kemper2008-01-051-0/+2
* Moved the caching stores from ActionController::Caching::Fragments::* to Acti...David Heinemeier Hansson2008-01-031-0/+6
* Made fragment caching in views work for rjs and builder as well (closes #6642...David Heinemeier Hansson2008-01-031-0/+2
* Fixed rendering of partials with layout when done from site layout (closes #9...David Heinemeier Hansson2008-01-031-0/+2
* Fix atom_feed_helper to comply with the atom spec. Closes #10672 [xaviershay]Rick Olson2008-01-021-0/+7
* Correct indentation in a couple spots. Closes #10671 [l.guidi, rick]Rick Olson2008-01-021-0/+2
* Fix that auto_link looks for ='s in url paths (Amazon urls have them). Close...Rick Olson2007-12-281-0/+2
* Ensure that test case setup is run even if overridden. Closes #10382.Jeremy Kemper2007-12-281-0/+2