aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added CookieJar#delete and fixed CookieJar[] to just call first, so you get a...David Heinemeier Hansson2004-12-091-1/+6
* Fixed to_input_field_tag so it no longer explicitly uses InstanceTag.value if...David Heinemeier Hansson2004-12-081-2/+4
* Killed the out of place alias and made sure you can use the different HTTP me...David Heinemeier Hansson2004-12-081-6/+5
* git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@77 5ecf4fe2-1ee6-03...David Heinemeier Hansson2004-12-081-1/+0
* Updated Builder to 1.2.2David Heinemeier Hansson2004-12-081-1/+4
* git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@72 5ecf4fe2-1ee6-03...David Heinemeier Hansson2004-12-071-12/+13
* Added the possibility of having validate be protected for assert_(in)valid_co...David Heinemeier Hansson2004-12-071-2/+2
* Added that ActiveRecordHelper#form now calls url_for on the :action option.David Heinemeier Hansson2004-12-072-4/+4
* Fixed a bug with the HEAD stuffDavid Heinemeier Hansson2004-12-071-1/+1
* Fixed the Inflector to handle the movie/movies pair correctly #261 [Scott Baron]David Heinemeier Hansson2004-12-071-0/+1
* Added all the HTTP methods as alternatives to the generic "process" for funct...David Heinemeier Hansson2004-12-071-1/+14
* Added indifference to whether @headers["Content-Type"], @headers["Content-typ...David Heinemeier Hansson2004-12-072-4/+13
* Added TestSession#session_id that returns an empty string to make it easier t...David Heinemeier Hansson2004-12-061-0/+4
* Syntax errors and other exceptions thrown outside of an action are now gracef...David Heinemeier Hansson2004-12-067-39/+36
* Fixed that cached template loading would still check the file system to see i...David Heinemeier Hansson2004-12-011-1/+2
* Added options to tailor header tag, div id, and div class on ActiveRecordHelp...David Heinemeier Hansson2004-12-011-7/+17
* Added graceful handling of non-alphanumeric names and misplaced brackets in i...David Heinemeier Hansson2004-12-011-16/+14
* Moved the global require_* out of the classes so they actually work without s...David Heinemeier Hansson2004-11-301-2/+4
* Abolished ActionController::Base.require_or_load in favor of require_dependen...David Heinemeier Hansson2004-11-303-3/+5
* Pass on the original exceptionDavid Heinemeier Hansson2004-11-301-1/+1
* A change in attempt to combat periodical errors with FCGI processes hanging f...David Heinemeier Hansson2004-11-301-0/+1
* Silenced warnings from reloading filesDavid Heinemeier Hansson2004-11-303-1/+8
* git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@26 5ecf4fe2-1ee6-03...David Heinemeier Hansson2004-11-261-1/+1
* Handle empty cookie jars gracefully -- dont pout!David Heinemeier Hansson2004-11-261-1/+1
* Renamed CookieContainer to CookieJar to be cute. Its a private container anyw...David Heinemeier Hansson2004-11-261-2/+2
* Report to logger when a cookie is setDavid Heinemeier Hansson2004-11-261-5/+3
* Allow symbols to be used as names for setting cookiesDavid Heinemeier Hansson2004-11-261-2/+2
* Allow symbols to be used as keys for setting cookiesDavid Heinemeier Hansson2004-11-261-2/+3
* Added a new container for cookies that makes them more intuative to use. The ...David Heinemeier Hansson2004-11-263-27/+68
* Added ActionController#cookies[]= as an alias for cookie "name", "value" -- y...David Heinemeier Hansson2004-11-261-2/+8
* Added ActionController#cookies[] as a reader for @cookies that'll return the ...David Heinemeier Hansson2004-11-261-4/+5
* Added the opportunity to defined method_missing on a controller which will ha...David Heinemeier Hansson2004-11-251-1/+1
* Fixed AbstractRequest#remote_ip for users going through proxies - Patch #228 ...David Heinemeier Hansson2004-11-251-9/+9
* Added Request#ssl? which is shorthand for @request.protocol == "https://"David Heinemeier Hansson2004-11-241-0/+4
* Allow form_tag with no arguments (resulting in a form posting to current acti...David Heinemeier Hansson2004-11-241-1/+1
* InitialDavid Heinemeier Hansson2004-11-2455-0/+5385