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
*
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
*
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
3
-3
/
+5
*
Pass on the original exception
David Heinemeier Hansson
2004-11-30
1
-1
/
+1
*
A change in attempt to combat periodical errors with FCGI processes hanging f...
David Heinemeier Hansson
2004-11-30
1
-0
/
+1
*
Silenced warnings from reloading files
David Heinemeier Hansson
2004-11-30
2
-1
/
+7
*
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@26 5ecf4fe2-1ee6-03...
David Heinemeier Hansson
2004-11-26
1
-1
/
+1
*
Handle empty cookie jars gracefully -- dont pout!
David Heinemeier Hansson
2004-11-26
1
-1
/
+1
*
Renamed CookieContainer to CookieJar to be cute. Its a private container anyw...
David Heinemeier Hansson
2004-11-26
1
-2
/
+2
*
Report to logger when a cookie is set
David Heinemeier Hansson
2004-11-26
1
-5
/
+3
*
Allow symbols to be used as names for setting cookies
David Heinemeier Hansson
2004-11-26
1
-2
/
+2
[next]