root / trunk / lib / camping

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @238 [238] 14 months zimbatm micro-fix. Full Camping::Server path needed here.
(edit) @237 [237] 14 months zimbatm * Introduced error 501 handling and changed NotFound? and ServerError?
(edit) @235 [235] 14 months zimbatm Removed Markaby as a direct dependency. As AR, it is loaded on demand.
(edit) @232 [232] 14 months zimbatm Small cosmetic fixes and require 'rubygems' rescue
(edit) @228 [228] 14 months zimbatm Command-line fixes. Ticket #93 solved.
(edit) @226 [226] 14 months zimbatm Okay, SQL injection of [225] was fun but didn't work as expected. rdebug …
(edit) @225 [225] 14 months zimbatm Working on Sessions and database : * FIX: Session table was always …
(edit) @214 [214] 14 months zimbatm -50 octets gained by removing Camping::Apps. Camping::Apps was only used …
(edit) @208 [208] 14 months zimbatm Okay, this is for ticket #128. Not reloading files with an mtime in the …
(edit) @207 [207] 14 months zimbatm lib/camping/server.rb : Small fix for serving a folder
(edit) @205 [205] 14 months zimbatm Implicit id column declaration, so that AR can handle them …
(edit) @201 [201] 15 months zimbatm Fixing POST with no body case. See bug #111.
(edit) @196 [196] 16 months mst Add missing camping server scripts for the various webservers. References …
(edit) @194 [194] 20 months mfredrickson Committing server.rb which didn't make in in the r193 changeset.
(edit) @190 [190] 20 months why * lib/: brmichel's SystemExit? exception fixes (ticket #123)... thhanks!!
(edit) @186 [186] 23 months zimbatm Added IO responses handling for WEBrick that was in Mongrel. Actually, …
(edit) @183 [183] 23 months codeFiend Modified blog.rb example schema and session.rb schema to create proper …
(edit) @181 [181] 23 months why * lib/camping/fastcgi.rb: e should be exc (#115)
(edit) @180 [180] 2 years why * lib/camping.rb: added query-string building to R(). * …
(edit) @178 [178] 2 years why * lib/camping/fastcgi.rb: allow the FastCGI server error to be customized.
(edit) @176 [176] 2 years why * lib/camping/fastcgi.rb: fixing FastCGI.serve, based on Michael Gorsuch's …
(edit) @174 [174] 2 years why * lib/camping/fastcgi.rb: enclose the activity of the FCGI main loop into …
(edit) @173 [173] 2 years zimbatm Fixes #101
(edit) @168 [168] 2 years why * lib/camping.rb: alter qs_parse by renaming it qsp (let's discourage …
(edit) @164 [164] 2 years zimbatm * bin/camping : Changed how Camping starts a little bit. I hope it won't …
(edit) @160 [160] 2 years zimbatm Fixed the webrick adapter : Camping can return a markaby body instead of a …
(edit) @155 [155] 2 years why * lib/camping/db.rb: Base will defined already for some apps.
(edit) @154 [154] 2 years why * lib/: zimbatm's fixes for AR (see #79)
(edit) @152 [152] 2 years why * lib/camping/fastcgi.rb: SERVER_X_SENDFILE environment var, for testing …
(edit) @151 [151] 2 years why * lib/camping/fastcgi.rb: the X-Sendfile support was looking for …
(edit) @150 [150] 2 years why * lib/camping.rb: okay, a migrations bug. if you have many different …
(edit) @147 [147] 2 years why * lib/camping/db.rb: Oh, yeah, and the :version option will upgrade or …
(edit) @146 [146] 2 years why * lib/camping/db.rb: The create_schema method takes some options now. …
(edit) @145 [145] 2 years why * lib/camping/db.rb: support for tracking migrations and the schema_info …
(edit) @142 [142] 2 years why * lib/camping.rb: stub Models.Y method for injecting reconnection hook. * …
(edit) @141 [141] 2 years why * lib/camping/fastcgi.rb: aha, ActiveRecord needs to verify the connection …
(edit) @140 [140] 2 years why * lib/camping/fastcgi.rb: FORCE_ROOT option for that wonky empty mount …
(edit) @139 [139] 2 years why * lib/camping-unabridged.rb: Controllers was not assigned to Camping::X, …
(edit) @137 [137] 2 years why * lib/camping/reloader.rb: handle deletion of the script, removal of the …
(edit) @135 [135] 2 years why * lib: hiding useless things in the docs.
(edit) @134 [134] 2 years why * lib/camping.rb: allow the Camping scriptable dispatcher …
(edit) @133 [133] 2 years why * lib/camping.rb: when rendering, force a string return. * …
(edit) @132 [132] 2 years why * lib/camping.rb: assign to the Apps array upon initial creation of the …
(edit) @131 [131] 2 years why * lib/camping.rb: only HashWithIndifferentAccess? is loaded by default (to …
(edit) @130 [130] 2 years why * lib/camping.rb: ActiveRecord no longer required, but uses autoload to …
(edit) @125 [125] 2 years why * lib/camping/fastcgi.rb: show FastCGI exceptions as.. Camping Problem!
(edit) @124 [124] 2 years why * Rakefile: auto-revision the packages. * lib/camping/fastcgi.rb: send …
(edit) @123 [123] 2 years why * lib/camping/fastcgi.rb: first stab at a FastCGI version of …
(edit) @119 [119] 2 years why * lib/camping.rb: a few of zimbatm's wondrous patches (#32, got rid of R …
(edit) @109 [109] 3 years why * lib/camping/webrick.rb: support all HTTP methods under WEBrick. Thanks, …
(edit) @108 [108] 3 years why * lib/camping.rb: allow markaby fragments to come out of controllers. (def …
(edit) @100 [100] 3 years why * README, lib/camping/*.rb: all docs are up-to-date. * …
(edit) @99 [99] 3 years why * lib/camping/fastcgi.rb: new FastCGI app mounter for running several apps …
(edit) @84 [84] 3 years why * lib/camping/session.rb: per #13, session hash generation was a character …
(edit) @74 [74] 3 years why * camping.gemspec: update the Markaby minimum version. * …
(edit) @73 [73] 3 years why * lib/camping/mongrel.rb: Mongrel comes with Camping gear now, so begone! …
(edit) @71 [71] 3 years why * lib/camping/session.rb: session was broken, thanks to Ken Allen for …
(edit) @69 [69] 3 years why * lib/camping.rb: moved Controllers::Base to Base and Controllers::R to R, …
(add) @64 [64] 3 years why lib/camping/mongrel.rb: distilled the postamble down to a handler …
Note: See TracRevisionLog for help on using the revision log.