aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
* Cookie session store: raise ArgumentError when :session_key is blank.Jeremy Kemper2007-03-131-1/+6
* Deprecation: remove deprecated url_for(:symbol, *args) and redirect_to(:symbo...Jeremy Kemper2007-03-131-12/+4
* Deprecation: remove deprecated update_element_function, start_form_tag, and e...Jeremy Kemper2007-03-132-42/+0
* Deprecation: remove deprecated human_size helper alias. Use number_to_human_s...Jeremy Kemper2007-03-131-12/+9
* Deprecation: remove deprecated link_to_image and link_image_to methods. Use l...Jeremy Kemper2007-03-131-87/+41
* Deprecation: privatize deprecated render_partial and render_partial_collectio...Jeremy Kemper2007-03-132-48/+45
* Deprecation: remove toplevel components directory and uses_component_template...Jeremy Kemper2007-03-131-26/+9
* Deprecation: remove deprecated dependency methods.Jeremy Kemper2007-03-132-67/+0
* Deprecation: remove deprecated request methods.Jeremy Kemper2007-03-132-35/+0
* Deprecation: remove deprecated redirect methods.Jeremy Kemper2007-03-132-18/+0
* Deprecation: remove deprecated instance variables.Jeremy Kemper2007-03-133-29/+2
* Consistent public/protected/private visibility for chained methods. Closes #7...Jeremy Kemper2007-03-134-73/+78
* form_options_helper refactoring for clarity. Closes #7787.Jeremy Kemper2007-03-111-17/+26
* Backed out of using File.atomic_write in the asset_tag_helper.rb as its still...David Heinemeier Hansson2007-03-071-3/+3
* Caching shouldnt include the host stillDavid Heinemeier Hansson2007-03-071-2/+2
* Cached versions of concatted js/css asset tags have to be written out atomica...Tobias Lütke2007-03-061-4/+4
* Prefer MIME constants to strings. Closes #7707.Jeremy Kemper2007-03-0610-37/+37
* Allow array and hash query parameters. Array route parameters are converted/t...Jeremy Kemper2007-03-061-23/+14
* Add a #dbman attr_reader for CGI::Session and make CGI::Session::CookieStore#...Rick Olson2007-03-062-6/+7
* Ignore odd charset declaration in CONTENT_TYPE header which would throw off m...Tobias Lütke2007-03-051-1/+2
* Sans request pleaseDavid Heinemeier Hansson2007-03-041-1/+1
* Added Request#url that returns the complete URL used for the request [DHH]David Heinemeier Hansson2007-03-041-50/+58
* Added URL escaping of user and password when used through the UrlWriterDavid Heinemeier Hansson2007-03-041-1/+1
* Sort asset sources for consistent results across filesystems. Closes #7615.Jeremy Kemper2007-03-041-2/+2
* Extract dynamic scaffolding into a plugin. Closes #7700.Jeremy Kemper2007-03-041-0/+2
* Added user/password options for url_for to add http authentication in a URL [...David Heinemeier Hansson2007-03-032-16/+29
* Fixed that FormTagHelper#text_area_tag should disregard :size option if it's ...David Heinemeier Hansson2007-03-032-2/+2
* Cookie store: use OpenSSL::HMAC instead of basic hash. Introduce :secret bloc...Jeremy Kemper2007-03-031-13/+28
* Cookie store: test that >4K raises CookieOverflow and that unverifiable cooki...Jeremy Kemper2007-03-031-1/+4
* Options are more often than not meaningless babble, just go nondescript insteadDavid Heinemeier Hansson2007-03-011-2/+2
* Set the original button value in an attribute of the button when using the :d...Jamis Buck2007-02-281-0/+1
* session_enabled? works with session :off. Closes #6680.Jeremy Kemper2007-02-271-1/+1
* Added :port and :host handling to UrlRewriter (which unified url_for usage, r...David Heinemeier Hansson2007-02-251-2/+4
* Doc fixesDavid Heinemeier Hansson2007-02-251-36/+53
* Allow send_file/send_data to use a registered mime type as the :type paramete...David Heinemeier Hansson2007-02-251-1/+1
* Allow routing requirements on map.resource(s) (closes #7633) [quixoten]David Heinemeier Hansson2007-02-251-8/+15
* Cookie session store: empty and unchanged sessions don't write a cookie.Jeremy Kemper2007-02-251-1/+2
* Added helper(:all) as a way to include all helpers from app/helpers/**/*.rb i...David Heinemeier Hansson2007-02-241-3/+23
* Integration tests: introduce methods for other HTTP methods. Closes #6353.Jeremy Kemper2007-02-221-1/+1
* CGI escape the session cookie.Jeremy Kemper2007-02-221-2/+2
* Session configuration in config/environment.rb instead of app/controllers/app...Jeremy Kemper2007-02-221-0/+3
* Enable active record cache automatically for all actionsTobias Lütke2007-02-211-1/+17
* Make sure that the filesystem is not involved with asset hostingDavid Heinemeier Hansson2007-02-211-8/+19
* Routing: better support for escaped values in route segments. Closes #7544.Jeremy Kemper2007-02-211-6/+12
* Introduce a cookie-based session store as the Rails default. Sessions typical...Jeremy Kemper2007-02-213-3/+118
* Make assert_select access content_type through accessor instead of headerDavid Heinemeier Hansson2007-02-211-1/+1
* Apply the rest of Chads patchDavid Heinemeier Hansson2007-02-2113-0/+263
* Added .erb and .builder as preferred aliases to the now deprecated .rhtml and...David Heinemeier Hansson2007-02-2021-306/+48
* Factor out unique id generator. Expose cgi to session store.Jeremy Kemper2007-02-191-13/+25
* Fix tests depending too deepDavid Heinemeier Hansson2007-02-191-1/+2