root / trunk

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) @241 [241] 9 months archengule Fix ticket:150 Rakefile will now get correct svn revision
(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) @227 [227] 14 months zimbatm Some test apps for the various aspects of Camping.
(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) @223 [223] 14 months zimbatm removed an unessesary eval in bin/camping
(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) @210 [210] 14 months zimbatm Following _why's advise on #122, replacing [206]
(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) @206 [206] 14 months zimbatm Fixed "tepee" and "campsh" examples by adding "active_record" require. Not …
(edit) @205 [205] 14 months zimbatm Implicit id column declaration, so that AR can handle them …
(edit) @204 [204] 15 months zimbatm * More liberaly query string parsing : _why=the&&lucky=stiff broke with …
(edit) @203 [203] 15 months zimbatm Rakefile : "size" task added : print and check sizes, exit if camping.rb …
(edit) @202 [202] 15 months zimbatm Added :diff task to the Rakefile. This is the first step in camping.rb …
(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) @192 [192] 20 months why * bin/camping: mark's break-up of bin/camping. feels good.
(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) @187 [187] 21 months why * examples/: simplify the sample schemas, as per evn.
(edit) @186 [186] 23 months zimbatm Added IO responses handling for WEBrick that was in Mongrel. Actually, …
(edit) @185 [185] 23 months codeFiend Modified blog.rb example to override ActiveRecord "id" creation (forgot to …
(edit) @184 [184] 23 months codeFiend fixed the campsh.rb example schema as well
(edit) @183 [183] 23 months codeFiend Modified blog.rb example schema and session.rb schema to create proper …
(edit) @182 [182] 23 months codeFiend To avoid ActiveRecord trying to create an id column and conflicting with …
(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) @177 [177] 2 years why * Rakefile: the omnibus gemspec.
(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) @167 [167] 2 years why * Rakefile: update to 1.5. * CHANGELOG: too.
(edit) @165 [165] 2 years zimbatm * bin/camping : Mongrel wasn't loaded if mongrel isn't autoselected
(edit) @164 [164] 2 years zimbatm * bin/camping : Changed how Camping starts a little bit. I hope it won't …
(edit) @163 [163] 2 years zimbatm Removed RAILS_CONNECTION_ADAPTERS redefinition. Fixes #91
(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) @158 [158] 2 years why * extras/flipbook_rdoc.rb: undefine the Page class after use, so other …
(edit) @157 [157] 2 years why * lib/camping.rb: oop, markaby required. good for novaa.
(edit) @156 [156] 2 years why * examples/: updates from zimbatm's patch #80 -- tepee is all glossy now i …
(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) @153 [153] 2 years why * examples/blog.rb: novaa's security fix from #83, thainks!