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
*
Fixed that all redirect and render calls now return true, so you can use the ...
David Heinemeier Hansson
2005-01-20
1
-3
/
+18
*
Added more informative error message for "file not found" situation in send_f...
David Heinemeier Hansson
2005-01-16
1
-1
/
+1
*
Fixed that send_file would "remember" all the files sent by adding to the hea...
David Heinemeier Hansson
2005-01-13
1
-4
/
+4
*
Added that all renders and redirects now return false, so they can be used as...
David Heinemeier Hansson
2005-01-10
1
-0
/
+2
*
Added authentication framework to protect actions behind a condition and redi...
David Heinemeier Hansson
2005-01-09
1
-1
/
+1
*
Added first stab at page and fragment caching
David Heinemeier Hansson
2005-01-08
1
-2
/
+8
*
Added class declaration for the MissingFile exception #388 [Kent Sibilev]
David Heinemeier Hansson
2005-01-01
1
-1
/
+3
*
Added second boolean parameter to Base.redirect_to_url and Response#redirect ...
David Heinemeier Hansson
2004-12-31
1
-3
/
+4
*
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