aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
* Added DateHelper#select_time and DateHelper#select_second #373 [Scott Baron]David Heinemeier Hansson2005-01-021-0/+20
* Added class declaration for the MissingFile exception #388 [Kent Sibilev]David Heinemeier Hansson2005-01-011-1/+3
* Added "short hypertext note with a hyperlink to the new URI(s)" to redirects ...David Heinemeier Hansson2004-12-311-0/+2
* Added second boolean parameter to Base.redirect_to_url and Response#redirect ...David Heinemeier Hansson2004-12-312-5/+6
* Auto-requiring of helpers should stay silent when it isn't found for whatever...David Heinemeier Hansson2004-12-311-1/+1
* Fixed that @request.remote_ip didn't work in the test environment #369 [Bruno...David Heinemeier Hansson2004-12-311-4/+4
* Rearranging dependenciesDavid Heinemeier Hansson2004-12-291-0/+1
* git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@276 5ecf4fe2-1ee6-0...David Heinemeier Hansson2004-12-291-19/+0
* Moved support files into Active SupportDavid Heinemeier Hansson2004-12-296-315/+0
* Moved the cookies fix to cgi_extDavid Heinemeier Hansson2004-12-292-1/+122
* Added documentation for using render_with_layoutDavid Heinemeier Hansson2004-12-291-0/+16
* Added :host and :protocol options to url_for and friends to redirect to anoth...David Heinemeier Hansson2004-12-231-3/+3
* Fixed UrlHelper#link_to_unless so it doesn't care if the id is a string or fi...David Heinemeier Hansson2004-12-222-4/+5
* Forgot to include the new session moduleDavid Heinemeier Hansson2004-12-221-0/+14
* Added search through session to clear out association caches at the end of ea...David Heinemeier Hansson2004-12-221-0/+2
* Added more informative exception when using helper :some_helper and the helpe...David Heinemeier Hansson2004-12-221-2/+7
* Fixed regression with Base#reset_session that wouldn't use the the DEFAULT_SE...David Heinemeier Hansson2004-12-211-1/+1
* Fixed error rendering of rxml documents to not just swallow the exception and...David Heinemeier Hansson2004-12-211-8/+7
* FormHelper should only use *_before_type_cast if they available on the modelDavid Heinemeier Hansson2004-12-191-1/+5
* Fixed that textilize and markdown would instantiate their engines even on emp...David Heinemeier Hansson2004-12-191-2/+2
* Added documentation for automatic layout inclusion #328 [Marcel]David Heinemeier Hansson2004-12-191-0/+9
* Added respondence to *_before_type_cast for all attributes to return their st...David Heinemeier Hansson2004-12-192-7/+9
* Added Request#port_string to get something like ":8080" back on 8080 and "" o...David Heinemeier Hansson2004-12-182-7/+10
* Added Request#domain (returns string) and Request#subdomains (returns array).David Heinemeier Hansson2004-12-181-0/+14
* Added POST support for the breakpoint retries, so form processing that raises...David Heinemeier Hansson2004-12-181-1/+12
* Tagged the 0.9.1 releaseDavid Heinemeier Hansson2004-12-171-2/+2
* Fixed a bug that would cause an ApplicationController to require itself three...David Heinemeier Hansson2004-12-171-4/+5
* Made the last tweaks before 0.9David Heinemeier Hansson2004-12-161-0/+36
* Updated documentationDavid Heinemeier Hansson2004-12-1612-53/+80
* Added that controllers will now attempt to require a model dependency with th...David Heinemeier Hansson2004-12-161-0/+12
* Fixed DateHelper#date_select so that you can pass include_blank as an option ...David Heinemeier Hansson2004-12-151-1/+2
* Documented select, collection_select, and country_select #304 [Ulysses]David Heinemeier Hansson2004-12-151-3/+13
* Added that controllers will now search for a layout in $template_root/layouts...David Heinemeier Hansson2004-12-151-1/+15
* Added FormHelper#radio_button to work with radio buttons like its already pos...David Heinemeier Hansson2004-12-141-0/+23
* Added TemplateError#backtrace that makes it much easier to debug template err...David Heinemeier Hansson2004-12-131-3/+10
* Added the option of passing false to :module or :controller_prefix in order t...David Heinemeier Hansson2004-12-132-5/+17
* Moved require_association to associations.rb and added methods for resetting ...David Heinemeier Hansson2004-12-121-0/+4
* Display error messages on scaffolded form pagesDavid Heinemeier Hansson2004-12-122-0/+2
* Fixed the default button name on forms generated with formDavid Heinemeier Hansson2004-12-121-3/+6
* Added option to ERB templates to swallow newlines by using <% if something -%...David Heinemeier Hansson2004-12-121-1/+1
* Fixed CgiRequest so that it'll now accept session options with Symbols as key...David Heinemeier Hansson2004-12-122-3/+7
* Added that render_partial will always by default include a counter with value...David Heinemeier Hansson2004-12-121-1/+8
* Fixed CgiRequest#out to fall back to #write if doesn't have #syswrite [bitsw...David Heinemeier Hansson2004-12-121-4/+10
* Fixed all helpers so that they use XHTML compliant double quotes for values i...David Heinemeier Hansson2004-12-123-17/+16
* Use lower-case post instead of POST as form method for XHTML compliance #290 ...David Heinemeier Hansson2004-12-122-5/+5
* Fixed problem with cookies not being set to path=/ by default and a test bugg...David Heinemeier Hansson2004-12-101-2/+3
* Set border on link_to_image to 0 by defaultDavid Heinemeier Hansson2004-12-101-0/+8
* Added link_to_image(src, options = {}, html_options = {}, *parameters_for_met...David Heinemeier Hansson2004-12-091-0/+37
* Added breakpoint retries on rescue screensDavid Heinemeier Hansson2004-12-092-0/+26
* We need to pass the name when deleting the cookieDavid Heinemeier Hansson2004-12-091-1/+1