aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* Avoid remote_ip spoofingJeremy Kemper2008-03-281-0/+2
* Added support for regexp flags like ignoring case in the :requirements part o...David Heinemeier Hansson2008-03-281-0/+2
* Fixed that ActionController::Base#read_multipart would fail if boundary was e...David Heinemeier Hansson2008-03-281-0/+2
* Fixed HTML::Tokenizer (used in sanitize helper) didnt handle unclosed CDATA t...David Heinemeier Hansson2008-03-281-0/+2
* Improve documentation.Pratik Naik2008-03-261-0/+2
* Fixed that FormHelper#radio_button would produce invalid ids (closes #11298) ...David Heinemeier Hansson2008-03-241-0/+2
* Added :confirm option to submit_tag (closes #11415) [miloops]David Heinemeier Hansson2008-03-241-0/+2
* Fixed NumberHelper#number_with_precision to properly round in a way that work...David Heinemeier Hansson2008-03-241-1/+3
* Allow the #simple_format text_helper to take an html_options hash for each pa...Rick Olson2008-03-241-0/+2
* Fix regression from filter refactoring where re-adding a skipped filter resul...Rick Olson2008-03-231-0/+2
* Re-added ActionView::Helpers::register_javascript/stylesheet_expansion to mak...Jeremy Kemper2008-03-201-0/+2
* Revert [9106]. References #10350.Jeremy Kemper2008-03-191-2/+0
* Refactor filters to use Active Support callbacks. Closes #11235.Jeremy Kemper2008-03-181-0/+2
* Fixed that polymorphic routes would modify the input array (closes #11363) [t...David Heinemeier Hansson2008-03-171-0/+2
* Added :format option to NumberHelper#number_to_currency to enable better loca...David Heinemeier Hansson2008-03-171-0/+2
* 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