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
/
base.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tagged the 0.9.1 release
David Heinemeier Hansson
2004-12-17
1
-2
/
+2
*
Updated documentation
David Heinemeier Hansson
2004-12-16
1
-1
/
+1
*
Added the option of passing false to :module or :controller_prefix in order t...
David Heinemeier Hansson
2004-12-13
1
-1
/
+3
*
Fixed CgiRequest#out to fall back to #write if doesn't have #syswrite [bitsw...
David Heinemeier Hansson
2004-12-12
1
-4
/
+10
*
Syntax errors and other exceptions thrown outside of an action are now gracef...
David Heinemeier Hansson
2004-12-06
1
-18
/
+3
*
Moved the global require_* out of the classes so they actually work without s...
David Heinemeier Hansson
2004-11-30
1
-2
/
+4
*
Abolished ActionController::Base.require_or_load in favor of require_dependen...
David Heinemeier Hansson
2004-11-30
1
-1
/
+3
*
Silenced warnings from reloading files
David Heinemeier Hansson
2004-11-30
1
-1
/
+1
*
Added a new container for cookies that makes them more intuative to use. The ...
David Heinemeier Hansson
2004-11-26
1
-27
/
+5
*
Added ActionController#cookies[]= as an alias for cookie "name", "value" -- y...
David Heinemeier Hansson
2004-11-26
1
-2
/
+8
*
Added ActionController#cookies[] as a reader for @cookies that'll return the ...
David Heinemeier Hansson
2004-11-26
1
-4
/
+5
*
Added the opportunity to defined method_missing on a controller which will ha...
David Heinemeier Hansson
2004-11-25
1
-1
/
+1
*
Initial
David Heinemeier Hansson
2004-11-24
1
-0
/
+689