aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Random hits from the style naziDavid Heinemeier Hansson2007-09-0917-32/+54
* Random hits from the style naziDavid Heinemeier Hansson2007-09-094-7/+14
* Removed deprecated form of calling xml_http_request/xhr without the first arg...David Heinemeier Hansson2007-09-093-19/+2
* Removed deprecated ActionController::Base.cookie (use ActionController#Base.c...David Heinemeier Hansson2007-09-091-5/+0
* Removed deprecated ActionController::Base.cookie (use ActionController#Base.c...David Heinemeier Hansson2007-09-093-9/+7
* Removed the deprecated behavior of appending ".png" to image_tag/image_path c...David Heinemeier Hansson2007-09-091-2/+1
* Removed the deprecated behavior of appending ".png" to image_tag/image_path c...David Heinemeier Hansson2007-09-093-28/+15
* Scaffolding is no longer mixed inDavid Heinemeier Hansson2007-09-091-1/+0
* Scaffolding is no longer mixed inDavid Heinemeier Hansson2007-09-091-1/+0
* Removed ActionController::Base.scaffold -- it went through the whole idea of ...David Heinemeier Hansson2007-09-0912-309/+2
* Removed ActionController::Base#keep_flash (use flash.keep instead)David Heinemeier Hansson2007-09-092-18/+12
* Removed deprecated ActionController::Base#expire_matched_fragments (just call...David Heinemeier Hansson2007-09-091-6/+0
* Removed the deprecated ActionController#Base.template_root/= methods (use Act...David Heinemeier Hansson2007-09-092-22/+1
* Update copyright spanDavid Heinemeier Hansson2007-09-094-4/+4
* The examples are outdated and misleadingDavid Heinemeier Hansson2007-09-0920-459/+2
* Rename fieldset_tag to field_set_tag to follow the conventions from text_area...David Heinemeier Hansson2007-09-093-8/+8
* Optimise named route generation when using positional arguments. Closes #945...Michael Koziarski2007-09-096-59/+244
* Explicitly require active_record/query_cache before using it.Jeremy Kemper2007-09-082-11/+15
* Fix layout overriding response status. Closes #9476.Jeremy Kemper2007-09-083-1/+23
* Fix assert_select for XML documents. Closes #8173. [dasil003]Michael Koziarski2007-09-082-1/+26
* Add a user_agent to TestRequestMichael Koziarski2007-09-072-1/+6
* Remove deprecated named routes [pixeltrix]Tobias Lütke2007-09-065-138/+77
* Add fieldset_tag for generating fieldsets, closes #9477. [djanowski]Michael Koziarski2007-09-063-0/+44
* Allow additional parameters to be passed to named route helpers when using po...Michael Koziarski2007-09-053-1/+22
* Fix misleading documentation for truncate. [esad] Closes #9104Michael Koziarski2007-09-051-1/+1
* Add missing changelog entryMichael Koziarski2007-09-031-0/+2
* Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]Michael Koziarski2007-09-0318-232/+159
* Add array support to remote_form_for for polymorphic urls. Closes #8654 [jade]Michael Koziarski2007-09-022-19/+87
* Make auto link behave well with URLs containing email addresses. Closes #7313...Michael Koziarski2007-09-022-5/+15
* Properly quote the arguments to visual_effect. Closes #7220 [jeremymcanally]Michael Koziarski2007-09-022-0/+6
* Documentation tweaks and fixes. Closes #9454 [sur, kampers]Jeremy Kemper2007-08-315-15/+15
* request.host works with IPv6 addresses. Closes #9458.Jeremy Kemper2007-08-313-1/+15
* Fix incorrectly named instance variable.Michael Koziarski2007-08-291-1/+1
* Use mocha to avoid the sleep calls in the compiled_template tests. [tarmo] Cl...Michael Koziarski2007-08-292-18/+35
* Only reload routes.rb if its been modified. [Dreamer3]Michael Koziarski2007-08-291-2/+15
* Use extract_options instead of ad-hoc partial implementations. [norbert] Clos...Michael Koziarski2007-08-281-1/+1
* Improve documentation for ActionController::Helpers [jardeon] Closes #9359Michael Koziarski2007-08-281-26/+73
* Back out of [7300] -- it screwed up nested XMLDavid Heinemeier Hansson2007-08-211-3/+0
* correct the ActionCacheTest from [7346]Rick Olson2007-08-201-0/+2
* Fix bug where action caching sets the content type to the ActionCachePath obj...Rick Olson2007-08-203-1/+8
* Add missing sentenceMichael Koziarski2007-08-171-3/+1
* Improve url_for documentation for ActionController::Base and UrlRewriter. Cl...Michael Koziarski2007-08-172-15/+32
* add missing layouts from [7321]Rick Olson2007-08-151-0/+1
* Find layouts even if they're not in the first view_paths directory. Closes #...Rick Olson2007-08-153-6/+19
* Fix failing active record store testsMichael Koziarski2007-08-141-1/+2
* Send freshness information when sending Etags. Without this internet explore...Michael Koziarski2007-08-122-1/+2
* Ignore processing instructions when parsing htmlMichael Koziarski2007-08-101-0/+3
* Major improvement to the documentation for the options / select form helpers...Michael Koziarski2007-08-052-31/+75
* Fix number_to_human_size when using different precisions. Closes #7536. [Rich...Michael Koziarski2007-08-053-2/+8
* Added partial layouts (see example in action_view/lib/partials.rb) [DHH]David Heinemeier Hansson2007-08-028-2/+95