aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
* Deprecation: removed Reloadable.Jeremy Kemper2007-09-141-2/+1
* Trips up the RDoc generationDavid Heinemeier Hansson2007-09-131-1/+1
* Tidy up link to remote options. Closes #9505. [nik.wakelin]Michael Koziarski2007-09-121-2/+9
* Purge empty filesJeremy Kemper2007-09-119-0/+0
* Remove empty macrosJeremy Kemper2007-09-112-0/+0
* Moved ActionController::Macros::AutoComplete into the auto_complete plugin on...David Heinemeier Hansson2007-09-113-215/+0
* Fixed that resource namespaces wouldnt stick to all nested resources (closes ...David Heinemeier Hansson2007-09-101-5/+4
* Moved ActionController::Macros::InPlaceEditing into the in_place_editor plugi...David Heinemeier Hansson2007-09-103-112/+1
* 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-091-9/+0
* Removed deprecated ActionController::Base.cookie (use ActionController#Base.c...David Heinemeier Hansson2007-09-091-5/+0
* 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-091-16/+10
* 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-0911-309/+0
* Removed ActionController::Base#keep_flash (use flash.keep instead)David Heinemeier Hansson2007-09-091-16/+10
* 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-091-12/+1
* Update copyright spanDavid Heinemeier Hansson2007-09-093-3/+3
* Rename fieldset_tag to field_set_tag to follow the conventions from text_area...David Heinemeier Hansson2007-09-091-3/+3
* Optimise named route generation when using positional arguments. Closes #945...Michael Koziarski2007-09-093-8/+135
* Explicitly require active_record/query_cache before using it.Jeremy Kemper2007-09-081-11/+13
* Fix layout overriding response status. Closes #9476.Jeremy Kemper2007-09-081-1/+2
* Fix assert_select for XML documents. Closes #8173. [dasil003]Michael Koziarski2007-09-081-1/+2
* Add a user_agent to TestRequestMichael Koziarski2007-09-071-1/+2
* Remove deprecated named routes [pixeltrix]Tobias Lütke2007-09-063-36/+21
* Add fieldset_tag for generating fieldsets, closes #9477. [djanowski]Michael Koziarski2007-09-061-0/+22
* Allow additional parameters to be passed to named route helpers when using po...Michael Koziarski2007-09-051-1/+8
* Fix misleading documentation for truncate. [esad] Closes #9104Michael Koziarski2007-09-051-1/+1
* Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]Michael Koziarski2007-09-037-151/+75
* Add array support to remote_form_for for polymorphic urls. Closes #8654 [jade]Michael Koziarski2007-09-021-6/+44
* Make auto link behave well with URLs containing email addresses. Closes #7313...Michael Koziarski2007-09-021-5/+11
* Properly quote the arguments to visual_effect. Closes #7220 [jeremymcanally]Michael Koziarski2007-09-021-0/+4
* 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-311-1/+1
* 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-291-1/+1
* 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
* Fix bug where action caching sets the content type to the ActionCachePath obj...Rick Olson2007-08-201-1/+1
* Add missing sentenceMichael Koziarski2007-08-171-3/+1
* Improve url_for documentation for ActionController::Base and UrlRewriter. Cl...Michael Koziarski2007-08-172-15/+32
* Find layouts even if they're not in the first view_paths directory. Closes #...Rick Olson2007-08-151-5/+3
* Fix failing active record store testsMichael Koziarski2007-08-141-1/+2
* Send freshness information when sending Etags. Without this internet explore...Michael Koziarski2007-08-121-1/+1
* Ignore processing instructions when parsing htmlMichael Koziarski2007-08-101-0/+3