root

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @246 [246] 5 months collin Oops, thouroughly messing things up in the wrong way :)
(edit) @245 [245] 5 months collin We're doing a class on Ruby web frameworks, but we wanted to make sure we …
(edit) @244 [244] 5 months quinn Making a branch that combines haml and sequel into camping
(edit) @243 [243] 6 months zimbatm Removed my useless branch
(edit) @242 [242] 7 months zimbatm Yet another attempt to fix #147
(edit) @241 [241] 7 months archengule Fix ticket:150 Rakefile will now get correct svn revision
(edit) @240 [240] 10 months zimbatm I'm back, trying to fix #147.
(edit) @239 [239] 11 months zimbatm Fixed EOL issues between HTTP header and body (I hope)
(edit) @238 [238] 12 months zimbatm micro-fix. Full Camping::Server path needed here.
(edit) @237 [237] 13 months zimbatm * Introduced error 501 handling and changed NotFound? and ServerError?
(edit) @236 [236] 13 months zimbatm micro-optimizations and fix for ticket #96 : more strictness for …
(edit) @235 [235] 13 months zimbatm Removed Markaby as a direct dependency. As AR, it is loaded on demand.
(edit) @234 [234] 13 months zimbatm ActiveSupport? dependency gone ! H is now simply inheriting from Hash.
(edit) @233 [233] 13 months zimbatm Removed post method check on application/x-www-form-urlencoded entities, …
(edit) @232 [232] 13 months zimbatm Small cosmetic fixes and require 'rubygems' rescue
(edit) @231 [231] 13 months zimbatm FIX: PATH_INFO normalization. cf. Ticket #116. +12 octets :/
(edit) @230 [230] 13 months zimbatm Early ENV to H transformation. 7 octets gained (and no regression I hope)
(edit) @229 [229] 13 months zimbatm Applied patch by archengule for ticket #99, works like a charm !
(edit) @228 [228] 13 months zimbatm Command-line fixes. Ticket #93 solved.
(edit) @227 [227] 13 months zimbatm Some test apps for the various aspects of Camping.
(edit) @226 [226] 13 months zimbatm Okay, SQL injection of [225] was fun but didn't work as expected. rdebug …
(edit) @225 [225] 13 months zimbatm Working on Sessions and database : * FIX: Session table was always …
(edit) @224 [224] 13 months zimbatm Fix for ticket #126
(edit) @223 [223] 13 months zimbatm removed an unessesary eval in bin/camping
(edit) @222 [222] 13 months zimbatm Removed #errors_for after a usage study on the following projects …
(edit) @221 [221] 13 months zimbatm I am tired today. Fixed camping.rb and added some doc to …
(edit) @220 [220] 13 months zimbatm Oops commit. Forgot camping.rb
(edit) @219 [219] 13 months zimbatm -40 octets, we're now at 4040
(edit) @218 [218] 13 months zimbatm Synched camping and unabridged by using rake diff. Used attr_reader …
(edit) @217 [217] 13 months zimbatm -2 octets: "if" keyword don't need spacing after special chars. Good night …
(edit) @216 [216] 13 months zimbatm Loosing one octet so that we can have the same code on unabridged
(edit) @215 [215] 13 months zimbatm -8 octets by using the alias keyword instead of alias_method. Both finally …
(edit) @214 [214] 13 months zimbatm -50 octets gained by removing Camping::Apps. Camping::Apps was only used …
(edit) @213 [213] 13 months zimbatm +2 octets for the sake of ruby -w strickness validity
(edit) @212 [212] 13 months zimbatm * Gained 22 octets, by replacing raise NoMethodError?... by "super" * Fixed …
(edit) @211 [211] 13 months zimbatm Gained 7 octets :)
(edit) @210 [210] 13 months zimbatm Following _why's advise on #122, replacing [206]
(edit) @209 [209] 13 months zimbatm Gained 10 chars by applying the same technique as on changeset …
(edit) @208 [208] 13 months zimbatm Okay, this is for ticket #128. Not reloading files with an mtime in the …
(edit) @207 [207] 13 months zimbatm lib/camping/server.rb : Small fix for serving a folder
(edit) @206 [206] 13 months zimbatm Fixed "tepee" and "campsh" examples by adding "active_record" require. Not …
(edit) @205 [205] 13 months zimbatm Implicit id column declaration, so that AR can handle them …
(edit) @204 [204] 13 months zimbatm * More liberaly query string parsing : _why=the&&lucky=stiff broke with …
(edit) @203 [203] 13 months zimbatm Rakefile : "size" task added : print and check sizes, exit if camping.rb …
(edit) @202 [202] 13 months zimbatm Added :diff task to the Rakefile. This is the first step in camping.rb …
(edit) @201 [201] 13 months zimbatm Fixing POST with no body case. See bug #111.
(edit) @200 [200] 13 months zimbatm Fix for bug #137, patch by msg. Works for me too :)
(edit) @199 [199] 13 months zimbatm Fixed ticket #132. Documentation issue.
(edit) @198 [198] 14 months collintmiller Removed file/folder
(edit) @197 [197] 14 months collintmiller http://jicksta.com/articles/2007/08/04/the-methodphitamine
(edit) @196 [196] 15 months mst Add missing camping server scripts for the various webservers. References …
(edit) @195 [195] 15 months zimbatm Creating my own branch. zimbatm
(edit) @194 [194] 19 months mfredrickson Committing server.rb which didn't make in in the r193 changeset.
(edit) @193 [193] 19 months why kersplash.
(edit) @192 [192] 19 months why * bin/camping: mark's break-up of bin/camping. feels good.
(edit) @191 [191] 19 months why * lib/: ohh, but wait! zimbatm makes a good point. we'll let the web …
(edit) @190 [190] 19 months why * lib/: brmichel's SystemExit? exception fixes (ticket #123)... thhanks!!
(edit) @189 [189] 19 months why * lib/camping.rb: fixing uploads with ticket #107, at long last, thankyou …
(edit) @188 [188] 19 months why * lib/camping.rb: whateley's patch to allow other incoming content-types …
(edit) @187 [187] 19 months why * examples/: simplify the sample schemas, as per evn.
(edit) @186 [186] 21 months zimbatm Added IO responses handling for WEBrick that was in Mongrel. Actually, …
(edit) @185 [185] 21 months codeFiend Modified blog.rb example to override ActiveRecord "id" creation (forgot to …
(edit) @184 [184] 21 months codeFiend fixed the campsh.rb example schema as well
(edit) @183 [183] 21 months codeFiend Modified blog.rb example schema and session.rb schema to create proper …
(edit) @182 [182] 21 months codeFiend To avoid ActiveRecord trying to create an id column and conflicting with …
(edit) @181 [181] 21 months why * lib/camping/fastcgi.rb: e should be exc (#115)
(edit) @180 [180] 21 months why * lib/camping.rb: added query-string building to R(). * …
(edit) @179 [179] 22 months 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) @166 [166] 2 years why Releasing 1.5.
(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 …