root / trunk / lib / camping.rb

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) @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) @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) @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) @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] 15 months zimbatm -8 octets by using the alias keyword instead of alias_method. Both finally …
(edit) @214 [214] 15 months zimbatm -50 octets gained by removing Camping::Apps. Camping::Apps was only used …
(edit) @213 [213] 15 months zimbatm +2 octets for the sake of ruby -w strickness validity
(edit) @212 [212] 15 months zimbatm * Gained 22 octets, by replacing raise NoMethodError?... by "super" * Fixed …
(edit) @211 [211] 15 months zimbatm Gained 7 octets :)
(edit) @209 [209] 15 months zimbatm Gained 10 chars by applying the same technique as on changeset …
(edit) @204 [204] 15 months zimbatm * More liberaly query string parsing : _why=the&&lucky=stiff broke with …
(edit) @200 [200] 15 months zimbatm Fix for bug #137, patch by msg. Works for me too :)
(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) @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) @175 [175] 2 years zimbatm * Rakefile : Clean the generated test.log in test/, new test task. * …
(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) @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) @157 [157] 2 years why * lib/camping.rb: oop, markaby required. good for novaa.
(edit) @154 [154] 2 years why * lib/: zimbatm's fixes for AR (see #79)
(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) @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) @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) @129 [129] 2 years why * lib/camping.rb: trimmed down all the Markaby hooks to assign the Camping …
(edit) @128 [128] 2 years why * lib/camping.rb: new support for ordered controllers. uses the …
(edit) @127 [127] 2 years why * lib/camping.rb: reclaimed 22 bytes, J`ey be thanked.
(edit) @121 [121] 2 years why * lib/camping.rb: protect ServerError? and NotFound? (from zimbatm's #67.) …
(edit) @120 [120] 2 years why * lib/camping.rb: experimenting with Camping.method_missing as an answer …
(edit) @119 [119] 2 years why * lib/camping.rb: a few of zimbatm's wondrous patches (#32, got rid of R …
(edit) @118 [118] 2 years why * lib/camping.rb: FastCGI breaks unless you use \r\n\r\n. (Situation: you …
(edit) @117 [117] 2 years why * lib/camping.rb: okay, i guess i did need that newline.
(edit) @116 [116] 2 years why * lib/camping.rb: an unnecessary line break and an excessive one. cool …
(edit) @115 [115] 2 years why * lib/camping.rb: getting rid of the F constant, no need. was only used …
(edit) @110 [110] 2 years why * lib/camping.rb: new Camping::Apps stores all app modules. * examples/*: …
(edit) @108 [108] 3 years why * lib/camping.rb: allow markaby fragments to come out of controllers. (def …
(edit) @106 [106] 3 years why * lib/camping.rb: rubygems isn't a requirement. the 500 page wasn't …
(edit) @102 [102] 3 years why * lib/camping.rb: R(C, ...) wasn't escaping at all.
(edit) @94 [94] 3 years why * lib/camping.rb: subtle Tempfile bug, was causing the finalizer to …
(edit) @93 [93] 3 years why * lib/camping.rb: https bug, URL doesn't give a scheme now.
(edit) @90 [90] 3 years why * lib/camping.rb: efficient multipart forms, at last. * …
(edit) @87 [87] 3 years why * lib/camping.rb: sometime in the recentlies, Rails' ActiveSupport? added …
(edit) @82 [82] 3 years why * lib/camping.rb: leave the input stream open and unread unless its a POST …
(edit) @81 [81] 3 years why * lib/camping.rb: compressing to get rid of some dangling lines. * …
(edit) @80 [80] 3 years why * lib/camping.rb: store request body always in @in; unescape paths before …
(edit) @79 [79] 3 years why * lib/camping.rb: trailing slashes removed from SCRIPT_NAME, as described …
(edit) @75 [75] 3 years why * lib/camping.rb: when running under plain CGI, the ENV hash wasn't …
(edit) @70 [70] 3 years why * lib/camping.rb: broken Content-Type header reported in #6.
(edit) @69 [69] 3 years why * lib/camping.rb: moved Controllers::Base to Base and Controllers::R to R, …
(edit) @68 [68] 3 years why * camping.gemspec: aiming for 1.4. * lib/camping.rb: require uri.rb. * …
(edit) @67 [67] 3 years why * lib/camping.rb: Helpers#URL returns a URI object. This way relative …
(edit) @66 [66] 3 years why * lib/camping.rb: added Helpers.URL, which builds a complete URL to a …
(edit)