index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_controller
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added first stab at page and fragment caching
David Heinemeier Hansson
2005-01-08
2
-2
/
+194
*
Simplified the set_cookie method and made it indifferent to symbol or string ...
David Heinemeier Hansson
2005-01-06
1
-3
/
+3
*
Added the possibility of passing nil to UrlHelper#link_to to use the link its...
David Heinemeier Hansson
2005-01-05
1
-8
/
+8
*
Added MemCacheStore for storing session data in Danga's MemCache system [Bob ...
David Heinemeier Hansson
2005-01-04
1
-0
/
+95
*
Fixed redirects when the controller and action is named the same. Still haven...
David Heinemeier Hansson
2005-01-02
1
-1
/
+1
*
Fixed problems with running multiple functional tests in Rails under 1.8.2 by...
David Heinemeier Hansson
2005-01-02
1
-0
/
+16
*
Added thread-safety to the DRbStore #66, #389 [Ben Stiglitz]
David Heinemeier Hansson
2005-01-02
1
-1
/
+24
*
Added class declaration for the MissingFile exception #388 [Kent Sibilev]
David Heinemeier Hansson
2005-01-01
1
-1
/
+3
*
Added "short hypertext note with a hyperlink to the new URI(s)" to redirects ...
David Heinemeier Hansson
2004-12-31
1
-0
/
+2
*
Added second boolean parameter to Base.redirect_to_url and Response#redirect ...
David Heinemeier Hansson
2004-12-31
2
-5
/
+6
*
Auto-requiring of helpers should stay silent when it isn't found for whatever...
David Heinemeier Hansson
2004-12-31
1
-1
/
+1
*
Fixed that @request.remote_ip didn't work in the test environment #369 [Bruno...
David Heinemeier Hansson
2004-12-31
1
-4
/
+4
*
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@276 5ecf4fe2-1ee6-0...
David Heinemeier Hansson
2004-12-29
1
-19
/
+0
*
Moved support files into Active Support
David Heinemeier Hansson
2004-12-29
6
-315
/
+0
*
Moved the cookies fix to cgi_ext
David Heinemeier Hansson
2004-12-29
2
-1
/
+122
*
Added documentation for using render_with_layout
David Heinemeier Hansson
2004-12-29
1
-0
/
+16
*
Added :host and :protocol options to url_for and friends to redirect to anoth...
David Heinemeier Hansson
2004-12-23
1
-3
/
+3
*
Forgot to include the new session module
David Heinemeier Hansson
2004-12-22
1
-0
/
+14
*
Added more informative exception when using helper :some_helper and the helpe...
David Heinemeier Hansson
2004-12-22
1
-2
/
+7
*
Fixed regression with Base#reset_session that wouldn't use the the DEFAULT_SE...
David Heinemeier Hansson
2004-12-21
1
-1
/
+1
*
Added documentation for automatic layout inclusion #328 [Marcel]
David Heinemeier Hansson
2004-12-19
1
-0
/
+9
*
Added Request#port_string to get something like ":8080" back on 8080 and "" o...
David Heinemeier Hansson
2004-12-18
2
-7
/
+10
*
Added Request#domain (returns string) and Request#subdomains (returns array).
David Heinemeier Hansson
2004-12-18
1
-0
/
+14
*
Added POST support for the breakpoint retries, so form processing that raises...
David Heinemeier Hansson
2004-12-18
1
-1
/
+12
*
Tagged the 0.9.1 release
David Heinemeier Hansson
2004-12-17
1
-2
/
+2
*
Fixed a bug that would cause an ApplicationController to require itself three...
David Heinemeier Hansson
2004-12-17
1
-4
/
+5
*
Made the last tweaks before 0.9
David Heinemeier Hansson
2004-12-16
1
-0
/
+36
*
Updated documentation
David Heinemeier Hansson
2004-12-16
6
-29
/
+63
*
Added that controllers will now attempt to require a model dependency with th...
David Heinemeier Hansson
2004-12-16
1
-0
/
+12
*
Added that controllers will now search for a layout in $template_root/layouts...
David Heinemeier Hansson
2004-12-15
1
-1
/
+15
*
Added the option of passing false to :module or :controller_prefix in order t...
David Heinemeier Hansson
2004-12-13
2
-5
/
+17
*
Moved require_association to associations.rb and added methods for resetting ...
David Heinemeier Hansson
2004-12-12
1
-0
/
+4
*
Display error messages on scaffolded form pages
David Heinemeier Hansson
2004-12-12
2
-0
/
+2
*
Fixed CgiRequest so that it'll now accept session options with Symbols as key...
David Heinemeier Hansson
2004-12-12
2
-3
/
+7
*
Fixed CgiRequest#out to fall back to #write if doesn't have #syswrite [bitsw...
David Heinemeier Hansson
2004-12-12
1
-4
/
+10
*
Fixed problem with cookies not being set to path=/ by default and a test bugg...
David Heinemeier Hansson
2004-12-10
1
-2
/
+3
*
Added breakpoint retries on rescue screens
David Heinemeier Hansson
2004-12-09
2
-0
/
+26
*
We need to pass the name when deleting the cookie
David Heinemeier Hansson
2004-12-09
1
-1
/
+1
*
Added CookieJar#delete and fixed CookieJar[] to just call first, so you get a...
David Heinemeier Hansson
2004-12-09
1
-1
/
+6
*
Killed the out of place alias and made sure you can use the different HTTP me...
David Heinemeier Hansson
2004-12-08
1
-6
/
+5
*
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@72 5ecf4fe2-1ee6-03...
David Heinemeier Hansson
2004-12-07
1
-12
/
+13
*
Added the possibility of having validate be protected for assert_(in)valid_co...
David Heinemeier Hansson
2004-12-07
1
-2
/
+2
*
Added that ActiveRecordHelper#form now calls url_for on the :action option.
David Heinemeier Hansson
2004-12-07
1
-1
/
+1
*
Fixed a bug with the HEAD stuff
David Heinemeier Hansson
2004-12-07
1
-1
/
+1
*
Fixed the Inflector to handle the movie/movies pair correctly #261 [Scott Baron]
David Heinemeier Hansson
2004-12-07
1
-0
/
+1
*
Added all the HTTP methods as alternatives to the generic "process" for funct...
David Heinemeier Hansson
2004-12-07
1
-1
/
+14
*
Added indifference to whether @headers["Content-Type"], @headers["Content-typ...
David Heinemeier Hansson
2004-12-07
2
-4
/
+13
*
Added TestSession#session_id that returns an empty string to make it easier t...
David Heinemeier Hansson
2004-12-06
1
-0
/
+4
*
Syntax errors and other exceptions thrown outside of an action are now gracef...
David Heinemeier Hansson
2004-12-06
6
-37
/
+34
*
Added graceful handling of non-alphanumeric names and misplaced brackets in i...
David Heinemeier Hansson
2004-12-01
1
-16
/
+14
[next]