|
|
|
@8578
|
[8578]
|
01/06/08 20:53:23 |
bitsweat |
The asset_host block takes the controller request as an optional second … |
|
|
|
@8176
|
[8176]
|
11/21/07 04:28:59 |
nzkoz |
Refactor cookie_only option to survive multiple requests and add … |
|
|
|
@8088
|
[8088]
|
11/06/07 16:36:10 |
david |
Fixed that ActionController::CgiRequest#host_with_port() should handle … |
|
|
|
@7727
|
[7727]
|
10/03/07 16:39:18 |
bitsweat |
Move #query_string to AbstractRequest |
|
|
|
@7722
|
[7722]
|
10/02/07 05:58:16 |
nzkoz |
Merge session fixation fixes from stable |
|
|
|
@7719
|
[7719]
|
10/02/07 05:32:14 |
bitsweat |
Ruby 1.9 compat, consistent load paths |
|
|
|
@7382
|
[7382]
|
08/31/07 19:03:42 |
bitsweat |
request.host works with IPv6 addresses. Closes #9458. |
|
|
|
@7084
|
[7084]
|
06/23/07 00:13:40 |
bitsweat |
Don't mistakenly interpret the request uri as the query string. Closes … |
|
|
|
@6823
|
[6823]
|
05/23/07 19:09:37 |
bitsweat |
Set RAW_POST_DATA when request parameters are parsed. |
|
|
|
@6764
|
[6764]
|
05/18/07 06:24:50 |
bitsweat |
Parse url-encoded and multipart requests ourselves instead of delegating … |
|
|
|
@6743
|
[6743]
|
05/15/07 23:56:09 |
bitsweat |
Simplify CgiRequest#query_parameters |
|
|
|
@6742
|
[6742]
|
05/15/07 22:10:03 |
bitsweat |
Move request parameter parsing from CGI to AbstractRequest. |
|
|
|
@6740
|
[6740]
|
05/15/07 21:36:21 |
bitsweat |
Introduce the request.body stream. Lazy-read to parse parameters rather … |
|
|
|
@6733
|
[6733]
|
05/15/07 00:08:05 |
bitsweat |
Shine some sunlight on the CGI extensions. Remove unused CGI#session. |
|
|
|
@6431
|
[6431]
|
03/16/07 05:52:12 |
bitsweat |
Performance: patch cgi/session/pstore to require digest/md5 once rather … |
|
|
|
@6184
|
[6184]
|
02/21/07 09:17:38 |
bitsweat |
Introduce a cookie-based session store as the Rails default. Sessions … |
|
|
|
@6165
|
[6165]
|
02/19/07 00:27:19 |
david |
Move etagging down to response, so renders with layouts dont screw it up … |
|
|
|
@6143
|
[6143]
|
02/10/07 02:44:32 |
bitsweat |
Performance: patch cgi/session to require digest/md5 once rather than per … |
|
|
|
@6054
|
[6054]
|
01/28/07 06:19:07 |
ulysses |
Change session restoration to allow namespaced models to be autoloaded. … |
|
|
|
@5824
|
[5824]
|
01/01/07 01:32:24 |
bitsweat |
use stringify_keys |
|
|
|
@5823
|
[5823]
|
01/01/07 01:30:28 |
bitsweat |
Merge [5822] from 1.2 (oops, wrong order). |
|
|
|
@5820
|
[5820]
|
01/01/07 01:13:09 |
bitsweat |
Set session to an empty hash if :new_session => false and no session … |
|
|
|
@5622
|
[5622]
|
11/23/06 23:52:25 |
david |
Fixed that HEAD should return the proper Content-Length header (that is, … |
|
|
|
@5442
|
[5442]
|
11/06/06 21:43:21 |
bitsweat |
Cache parsed query parameters. Closes #6559. |
|
|
|
@5152
|
[5152]
|
09/20/06 17:46:59 |
ulysses |
Update CGI process to allow sessions to contain namespaced models. Closes … |
|
|
|
@5146
|
[5146]
|
09/18/06 23:52:03 |
bitsweat |
Rescue Errno::ECONNRESET to handle an unexpectedly closed socket … |
|
|
|
@4866
|
[4866]
|
08/30/06 05:50:02 |
ulysses |
Switch to using FormEncodedPairParser for parsing request parameters. |
|
|
|
@4833
|
[4833]
|
08/28/06 14:05:05 |
david |
FormEncodedStringParser needs a tad more work before it can handle POST … |
|
|
|
@4821
|
[4821]
|
08/26/06 02:49:09 |
david |
Changed the POST parameter processing to use the new QueryStringParser and … |
|
|
|
@4595
|
[4595]
|
07/08/06 18:14:49 |
bitsweat |
r4487@asus: jeremy | 2006-04-29 12:21:39 -0700
Check whether @flash is … |
|
|
|
@4306
|
[4306]
|
04/29/06 05:06:49 |
marcel |
Use #flush between switching from #write to #syswrite. Closes #4907. … |
|
|
|
@4256
|
[4256]
|
04/23/06 18:18:17 |
rick |
Cache CgiRequest#request_parameters so that multiple calls don't re-parse … |
|
|
|
@3989
|
[3989]
|
03/20/06 04:01:10 |
david |
Performance speedup for ActionController (closes #4174) [Stefan Kaes] … |
|
|
|
@3894
|
[3894]
|
03/16/06 04:16:08 |
david |
Fixed proxy support for lighttpd (closes #3267) … |
|
|
|
@3777
|
[3777]
|
03/05/06 18:59:58 |
xal |
Added new infrastructure support for REST webservices.
By default … |
|
|
|
@3768
|
[3768]
|
03/04/06 22:49:52 |
david |
Backed out of that. PStore doesnt support suffix :( |
|
|
|
@3767
|
[3767]
|
03/04/06 22:41:59 |
david |
Backed out of that. PStore doesnt support suffix :( |
|
|
|
@3766
|
[3766]
|
03/04/06 22:31:50 |
david |
CHANGED DEFAILT: File-based sessions now have a suffix of ".rails_session" … |
|
|
|
@3563
|
[3563]
|
02/09/06 20:05:11 |
bitsweat |
Major components cleanup and speedup. Closes #3527. |
|
|
|
@3412
|
[3412]
|
01/13/06 08:31:16 |
nzkoz |
Add support for multiple proxy servers in HTTP_X_FORWARDED_HOST. Closes … |
|
|
|
@3150
|
[3150]
|
11/21/05 16:59:25 |
david |
Back out of 3109 for now as it seems to interfere with the flash |
|
|
|
@3109
|
[3109]
|
11/20/05 09:06:43 |
bitsweat |
r3209@asus: jeremy | 2005-11-20 01:04:22 -0800
If sessions are disabled, … |
|
|
|
@3058
|
[3058]
|
11/16/05 09:05:04 |
bitsweat |
fewer objects, no loop in convert_content_type. Closes #2883. |
|
|
|
@2958
|
[2958]
|
11/09/05 20:34:44 |
bitsweat |
Include all of session creation in stale_session_check |
|
|
|
@2946
|
[2946]
|
11/09/05 06:00:46 |
bitsweat |
Delete existing sessions with the same session id before creating a new … |
|
|
|
@2596
|
[2596]
|
10/15/05 01:00:25 |
ulysses |
Fix Request#host_with_port to use the standard port when Rails is behind a … |
|
|
|
@2274
|
[2274]
|
09/20/05 10:53:33 |
david |
Fixed problem with send_file and WEBrick using stdout #1812 |
|
|
|
@2242
|
[2242]
|
09/14/05 18:35:31 |
david |
Fixed access to "Host" header with requests made by crappy old HTTP/1.0 … |
|
|
|
@2230
|
[2230]
|
09/13/05 08:31:32 |
david |
Added easy assignment of fragment cache store through use of symbols for … |
|
|
|
@2151
|
[2151]
|
09/08/05 11:28:54 |
ulysses |
Performance improvements to CGI methods. Closes #1980 |
|
|
|
@1905
|
[1905]
|
07/23/05 09:00:05 |
david |
Improved performance with 5-30% through a series of Action Pack … |
|
|
|
@1886
|
[1886]
|
07/22/05 10:37:09 |
minam |
Added support for per-action session management #1763 |
|
|
|
@1741
|
[1741]
|
07/06/05 18:43:32 |
david |
Fixed that a SessionRestoreError was thrown if a model object was placed … |
|
|
|
@1730
|
[1730]
|
07/06/05 08:58:34 |
david |
Retract the session fix until 0.13.1 to preserve the truthfulness of the … |
|
|
|
@1725
|
[1725]
|
07/06/05 07:06:02 |
david |
Fixed that a SessionRestoreError was thrown if a model object was placed … |
|
|
|
@1670
|
[1670]
|
07/04/05 18:30:22 |
bitsweat |
r2789@asus: jeremy | 2005-07-04 16:17:35 -0700
require … |
|
|
|
@1537
|
[1537]
|
06/27/05 09:35:09 |
minam |
Attempt to explicitly flush the output at the end of CgiProcess#out |
|
|
|
@1482
|
[1482]
|
06/22/05 12:59:36 |
david |
Removed the mutex from the WEBrick adapter under the production … |
|
|
|
@1336
|
[1336]
|
05/20/05 18:32:04 |
david |
Made the post_format work with content-type |
|
|
|
@1305
|
[1305]
|
05/14/05 09:31:35 |
david |
Use X-POST_DATA_FORMAT instead of just POST_DATA_FORMAT |
|
|
|
@1303
|
[1303]
|
05/14/05 08:36:19 |
david |
Added support for POST data in form of YAML or XML, which is controller … |
|
|
|
@1211
|
[1211]
|
04/18/05 15:43:07 |
david |
Added support for web servers that use PATH_INFO instead of REQUEST_URI … |
|
|
|
@829
|
[829]
|
03/03/05 23:12:57 |
david |
Fixed that broken pipe errors (clients disconnecting in mid-request) could … |
|
|
|
@828
|
[828]
|
03/03/05 23:05:16 |
david |
Added the original exception message to session recall errors (so you can … |
|
|
|
@617
|
[617]
|
02/15/05 01:45:35 |
david |
A hopefully more successful attempt at the Routing branch merge |
|
|
|
@616
|
[616]
|
02/15/05 01:24:55 |
david |
Backed out of routing merge.. investigating missing patches |
|
|
|
@614
|
[614]
|
02/15/05 00:51:02 |
david |
Merged back the Routing branch |
|
|
|
@502
|
[502]
|
01/25/05 11:15:26 |
david |
Added @request.raw_post as a convenience access to … |
|
|
|
@469
|
[469]
|
01/20/05 15:10:50 |
david |
Deactivated RAW_POST_DATA pending fix |
|
|
|
@463
|
[463]
|
01/20/05 14:31:48 |
david |
Added @request.envRAW_POST_DATA? for people who need access to the data … |
|
|
|
@384
|
[384]
|
01/11/05 00:29:55 |
david |
Fixed that MemCacheStore wasn't included by default and added default … |
|
|
|
@381
|
[381]
|
01/11/05 00:15:02 |
david |
Fixed that host would choke when cgi.host returned nil #432 [Tobias … |
|
|
|
@274
|
[274]
|
12/29/04 21:07:50 |
david |
Moved the cookies fix to cgi_ext |
|
|
|
@239
|
[239]
|
12/21/04 10:47:02 |
david |
Fixed regression with Base#reset_session that wouldn't use the the … |
|
|
|
@117
|
[117]
|
12/12/04 12:43:48 |
david |
Fixed CgiRequest so that it'll now accept session options with Symbols as … |
|
|
|
@61
|
[61]
|
12/07/04 11:32:42 |
david |
Fixed a bug with the HEAD stuff |
|
|
|
@57
|
[57]
|
12/07/04 10:50:26 |
david |
Added indifference to whether @headersContent-Type?, … |
|
|
|
@29
|
[29]
|
11/30/04 17:11:14 |
david |
A change in attempt to combat periodical errors with FCGI processes … |
|
|
|
@4
|
[4]
|
11/24/04 01:04:44 |
david |
Initial |