root / trunk / lib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @242 [242] 9 months zimbatm Yet another attempt to fix #147
(edit) @240 [240] 11 months zimbatm I'm back, trying to fix #147.
(edit) @239 [239] 12 months zimbatm Fixed EOL issues between HTTP header and body (I hope)
(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) @236 [236] 14 months zimbatm micro-optimizations and fix for ticket #96 : more strictness for …
(edit) @235 [235] 14 months zimbatm Removed Markaby as a direct dependency. As AR, it is loaded on demand.
(edit) @234 [234] 14 months zimbatm ActiveSupport? dependency gone ! H is now simply inheriting from Hash.
(edit) @233 [233] 14 months zimbatm Removed post method check on application/x-www-form-urlencoded entities, …
(edit) @232 [232] 14 months zimbatm Small cosmetic fixes and require 'rubygems' rescue
(edit) @231 [231] 14 months zimbatm FIX: PATH_INFO normalization. cf. Ticket #116. +12 octets :/
(edit) @230 [230] 14 months zimbatm Early ENV to H transformation. 7 octets gained (and no regression I hope)
(edit) @229 [229] 14 months zimbatm Applied patch by archengule for ticket #99, works like a charm !
(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) @224 [224] 14 months zimbatm Fix for ticket #126
(edit) @222 [222] 14 months zimbatm Removed #errors_for after a usage study on the following projects …
(edit) @221 [221] 14 months zimbatm I am tired today. Fixed camping.rb and added some doc to …
(edit) @220 [220] 14 months zimbatm Oops commit. Forgot camping.rb
(edit) @219 [219] 14 months zimbatm -40 octets, we're now at 4040
(edit) @218 [218] 14 months zimbatm Synched camping and unabridged by using rake diff. Used attr_reader …
(edit) @217 [217] 14 months zimbatm -2 octets: "if" keyword don't need spacing after special chars. Good night …
(edit) @216 [216] 14 months zimbatm Loosing one octet so that we can have the same code on unabridged
(edit) @215 [215] 14 months zimbatm -8 octets by using the alias keyword instead of alias_method. Both finally …
(edit) @214 [214] 14 months zimbatm -50 octets gained by removing Camping::Apps. Camping::Apps was only used …
(edit) @213 [213] 14 months zimbatm +2 octets for the sake of ruby -w strickness validity
(edit) @212 [212] 14 months zimbatm * Gained 22 octets, by replacing raise NoMethodError?... by "super" * Fixed …
(edit) @211 [211] 14 months zimbatm Gained 7 octets :)
(edit) @209 [209] 14 months zimbatm Gained 10 chars by applying the same technique as on changeset …
(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) @204 [204] 14 months zimbatm * More liberaly query string parsing : _why=the&&lucky=stiff broke with …
(edit) @201 [201] 15 months zimbatm Fixing POST with no body case. See bug #111.
(edit) @200 [200] 15 months zimbatm Fix for bug #137, patch by msg. Works for me too :)
(edit) @199 [199] 15 months zimbatm Fixed ticket #132. Documentation issue.
(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) @191 [191] 20 months why * lib/: ohh, but wait! zimbatm makes a good point. we'll let the web …
(edit) @190 [190] 20 months why * lib/: brmichel's SystemExit? exception fixes (ticket #123)... thhanks!!
(edit) @189 [189] 21 months why * lib/camping.rb: fixing uploads with ticket #107, at long last, thankyou …
(edit) @188 [188] 21 months why * lib/camping.rb: whateley's patch to allow other incoming content-types …
(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) @179 [179] 2 years why * lib/camping.rb: committing Base#to_a (discussed at …
(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) @175 [175] 2 years zimbatm * Rakefile : Clean the generated test.log in test/, new test task. * …
(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) @172 [172] 2 years why * lib/camping.rb: reversing zimbatm's last two changes, i hate to do it, …
(edit) @171 [171] 2 years why * lib/camping.rb: solving #98, an extra newline in the headers when …
(edit) @170 [170] 2 years zimbatm One more byte. Should have think of that one
(edit) @169 [169] 2 years zimbatm Saving 6 bytes :)
(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) @162 [162] 2 years zimbatm Now render doesn't render the layout around partials. See #76.
(edit) @161 [161] 2 years zimbatm Removed ActiveRecord autoload. If you want to use AR, either use …
(edit) @160 [160] 2 years zimbatm Fixed the webrick adapter : Camping can return a markaby body instead of a …
(edit) @159 [159] 2 years why * lib/camping-unabridged.rb: remove most of the postamble docs, except …
(edit) @157 [157] 2 years why * lib/camping.rb: oop, markaby required. good for novaa.
(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) @148 [148] 2 years why * lib/camping.rb: novaa saves us 54 pennybits.
(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) @143 [143] 2 years why * lib/camping.rb: let's not cast Markaby to a string by default, that's …
(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 …