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 small note about how longtext might be needed for large session data
David Heinemeier Hansson
2005-09-20
1
-2
/
+3
*
Fixed problem with send_file and WEBrick using stdout #1812
David Heinemeier Hansson
2005-09-20
2
-5
/
+5
*
Optimized tag_options to not sort keys, which is no longer necessary when ass...
David Heinemeier Hansson
2005-09-20
3
-2
/
+40
*
Fixed that Request#domain caused an exception if the domain header wasn't set...
David Heinemeier Hansson
2005-09-20
1
-1
/
+2
*
Add "#:nodoc:" for ActionController::Routing::PathComponent::Result #2209 [l....
David Heinemeier Hansson
2005-09-17
1
-1
/
+1
*
Cache relative_url_root for all webservers, not just Apache #2193 [skae]
David Heinemeier Hansson
2005-09-15
1
-1
/
+1
*
Speed up cookie use by decreasing string copying #2194 [skae]
David Heinemeier Hansson
2005-09-15
1
-7
/
+7
*
Fixed access to "Host" header with requests made by crappy old HTTP/1.0 clien...
David Heinemeier Hansson
2005-09-14
1
-1
/
+1
*
Added easy assignment of fragment cache store through use of symbols for incl...
David Heinemeier Hansson
2005-09-13
4
-36
/
+41
*
Moved session options to SessionManagement
David Heinemeier Hansson
2005-09-13
2
-20
/
+20
*
Added ActionController::Base.session_store=, session_store, and session_optio...
David Heinemeier Hansson
2005-09-13
1
-0
/
+20
*
Dont log creation of view class
David Heinemeier Hansson
2005-09-12
1
-1
/
+0
*
Use session_id instead of deprecated sessid
David Heinemeier Hansson
2005-09-12
1
-1
/
+0
*
Ensure that request.path never returns nil. Closes #1675
Nicholas Seckar
2005-09-11
1
-6
/
+4
*
Add ability to specify Route Regexps for controllers. Closes #1917.
Nicholas Seckar
2005-09-11
1
-1
/
+8
*
Provide Named Route's hash methods as helper methods. Closes #1744.
Nicholas Seckar
2005-09-11
1
-1
/
+4
*
Use send instead of module_eval #1873 [shugo]
David Heinemeier Hansson
2005-09-11
1
-1
/
+1
*
Added in-place editing support in the spirit of auto complete with ActionCont...
David Heinemeier Hansson
2005-09-11
3
-47
/
+84
*
Dont encourage custom url options to be called with symbol #2047
David Heinemeier Hansson
2005-09-11
1
-14
/
+0
*
Refactored away all the legacy validate_options calls and replaced them with ...
David Heinemeier Hansson
2005-09-09
1
-9
/
+2
*
Added documentation for overwrite_params #2146 [Michael Shuerig]
David Heinemeier Hansson
2005-09-09
1
-0
/
+9
*
Fixed that render :partial would fail when :object was a Hash (due to backwar...
David Heinemeier Hansson
2005-09-09
1
-1
/
+1
*
An explicit include ClassInheritableAttributes is no longer needed #1948 [Cal...
David Heinemeier Hansson
2005-09-08
1
-2
/
+0
*
Avoid extending view instance with helper modules each request. Closes #1979
Nicholas Seckar
2005-09-08
2
-18
/
+16
*
Performance improvements to CGI methods. Closes #1980
Nicholas Seckar
2005-09-08
2
-9
/
+13
*
Symbolize the keys of overwritten parameters. Really closes #1909.
Nicholas Seckar
2005-09-07
1
-1
/
+1
*
Fix overwrite params. Closes #1909
Nicholas Seckar
2005-09-06
1
-0
/
+4
*
Fix fragment benchmark calls and limit timings to 5 decimals
David Heinemeier Hansson
2005-09-06
2
-5
/
+5
*
Only do benchmarking if log level matches and log caching
David Heinemeier Hansson
2005-09-06
2
-20
/
+31
*
Added use_silence parameter to ActiveRecord::Base.benchmark that can be passe...
David Heinemeier Hansson
2005-09-06
1
-2
/
+26
*
Updated vendor copy of html-scanner to support better xml parsing
Jamis Buck
2005-09-05
2
-3
/
+4
*
Use chop! instead of chop! for efficiency
Jamis Buck
2005-09-02
1
-1
/
+1
*
Drop trailing \000 if present on RAW_POST_DATA (works around bug in Safari Aj...
Jamis Buck
2005-09-02
1
-1
/
+3
*
AbstractRequest#domain returns nil when host is an ip address #2012 [kevin.cl...
Jamis Buck
2005-09-02
1
-0
/
+2
*
ActionController documentation update #2051 [fbeausoleil@ftml.net]
Jamis Buck
2005-09-01
1
-3
/
+5
*
Add option to specify the singular name used by pagination. Closes #1960
Nicholas Seckar
2005-08-31
1
-2
/
+5
*
Use string key to set action_name for controllers. Closes #1968
Nicholas Seckar
2005-08-30
1
-1
/
+1
*
Made Upload Progress work with Prototype 1.4.0 and add some documentation for...
David Heinemeier Hansson
2005-08-27
1
-0
/
+52
*
Fix routing to handle :some_param => nil better
Nicholas Seckar
2005-08-26
1
-3
/
+11
*
Add support for :include with pagination (subject to existing constraints for...
Jamis Buck
2005-08-23
1
-11
/
+22
*
Prevent the benchmark module from blowing up if a non-HTTP/1.1 request is pro...
Jamis Buck
2005-08-23
1
-1
/
+1
*
Add an :if option to session management, to allow programmatically enabling o...
Jamis Buck
2005-08-17
1
-2
/
+9
*
Make assert_redirected_to properly check URL's passed as strings #1910 [Scott...
Jamis Buck
2005-08-06
1
-3
/
+2
*
Make sure :layout => false is always used when rendering inside a layout
Jamis Buck
2005-08-05
1
-1
/
+2
*
Use raise instead of assert_not_nil in Test::Unit::TestCase#process to ensure...
Jamis Buck
2005-08-01
1
-5
/
+6
*
Make sure assigns are built for every request when testing #1866
Jamis Buck
2005-07-31
1
-0
/
+9
*
Allow remote_addr to be queried on TestRequest #1668
Jamis Buck
2005-07-31
1
-0
/
+4
*
Really fix the syntax error issue
David Heinemeier Hansson
2005-07-28
1
-1
/
+2
*
More fixes, but still broken
David Heinemeier Hansson
2005-07-27
1
-2
/
+3
*
Fixing the fix, but not quite
David Heinemeier Hansson
2005-07-27
1
-5
/
+3
[next]