|
|
|
@242
|
[242]
|
9 months |
zimbatm |
Yet another attempt to fix #147
|
|
|
|
@240
|
[240]
|
11 months |
zimbatm |
I'm back, trying to fix #147.
|
|
|
|
@239
|
[239]
|
12 months |
zimbatm |
Fixed EOL issues between HTTP header and body (I hope)
|
|
|
|
@237
|
[237]
|
14 months |
zimbatm |
* Introduced error 501 handling and changed NotFound? and ServerError? …
|
|
|
|
@236
|
[236]
|
14 months |
zimbatm |
micro-optimizations and fix for ticket #96 : more strictness for …
|
|
|
|
@235
|
[235]
|
14 months |
zimbatm |
Removed Markaby as a direct dependency. As AR, it is loaded on demand.
|
|
|
|
@234
|
[234]
|
14 months |
zimbatm |
ActiveSupport? dependency gone ! H is now simply inheriting from Hash.
|
|
|
|
@233
|
[233]
|
14 months |
zimbatm |
Removed post method check on application/x-www-form-urlencoded entities, …
|
|
|
|
@231
|
[231]
|
14 months |
zimbatm |
FIX: PATH_INFO normalization. cf. Ticket #116. +12 octets :/
|
|
|
|
@230
|
[230]
|
14 months |
zimbatm |
Early ENV to H transformation. 7 octets gained (and no regression I hope)
|
|
|
|
@229
|
[229]
|
14 months |
zimbatm |
Applied patch by archengule for ticket #99, works like a charm !
|
|
|
|
@224
|
[224]
|
14 months |
zimbatm |
Fix for ticket #126
|
|
|
|
@222
|
[222]
|
14 months |
zimbatm |
Removed #errors_for after a usage study on the following projects …
|
|
|
|
@221
|
[221]
|
14 months |
zimbatm |
I am tired today. Fixed camping.rb and added some doc to …
|
|
|
|
@219
|
[219]
|
14 months |
zimbatm |
-40 octets, we're now at 4040
|
|
|
|
@218
|
[218]
|
14 months |
zimbatm |
Synched camping and unabridged by using rake diff. Used attr_reader …
|
|
|
|
@216
|
[216]
|
14 months |
zimbatm |
Loosing one octet so that we can have the same code on unabridged
|
|
|
|
@215
|
[215]
|
14 months |
zimbatm |
-8 octets by using the alias keyword instead of alias_method. Both finally …
|
|
|
|
@214
|
[214]
|
14 months |
zimbatm |
-50 octets gained by removing Camping::Apps.
Camping::Apps was only used …
|
|
|
|
@213
|
[213]
|
14 months |
zimbatm |
+2 octets for the sake of ruby -w strickness validity
|
|
|
|
@212
|
[212]
|
14 months |
zimbatm |
* Gained 22 octets, by replacing raise NoMethodError?... by "super"
* Fixed …
|
|
|
|
@211
|
[211]
|
14 months |
zimbatm |
Gained 7 octets :)
|
|
|
|
@209
|
[209]
|
14 months |
zimbatm |
Gained 10 chars by applying the same technique as on changeset …
|
|
|
|
@204
|
[204]
|
15 months |
zimbatm |
* More liberaly query string parsing : _why=the&&lucky=stiff broke with …
|
|
|
|
@199
|
[199]
|
15 months |
zimbatm |
Fixed ticket #132. Documentation issue.
|
|
|
|
@191
|
[191]
|
20 months |
why |
* lib/: ohh, but wait! zimbatm makes a good point. we'll let the web …
|
|
|
|
@190
|
[190]
|
20 months |
why |
* lib/: brmichel's SystemExit? exception fixes (ticket #123)... thhanks!!
|
|
|
|
@189
|
[189]
|
21 months |
why |
* lib/camping.rb: fixing uploads with ticket #107, at long last, thankyou …
|
|
|
|
@188
|
[188]
|
21 months |
why |
* lib/camping.rb: whateley's patch to allow other incoming content-types …
|
|
|
|
@180
|
[180]
|
2 years |
why |
* lib/camping.rb: added query-string building to R().
* …
|
|
|
|
@179
|
[179]
|
2 years |
why |
* lib/camping.rb: committing Base#to_a (discussed at …
|
|
|
|
@175
|
[175]
|
2 years |
zimbatm |
* Rakefile : Clean the generated test.log in test/, new test task.
* …
|
|
|
|
@172
|
[172]
|
2 years |
why |
* lib/camping.rb: reversing zimbatm's last two changes, i hate to do it, …
|
|
|
|
@170
|
[170]
|
2 years |
zimbatm |
One more byte. Should have think of that one
|
|
|
|
@169
|
[169]
|
2 years |
zimbatm |
Saving 6 bytes :)
|
|
|
|
@168
|
[168]
|
2 years |
why |
* lib/camping.rb: alter qs_parse by renaming it qsp (let's discourage …
|
|
|
|
@162
|
[162]
|
2 years |
zimbatm |
Now render doesn't render the layout around partials. See #76.
|
|
|
|
@161
|
[161]
|
2 years |
zimbatm |
Removed ActiveRecord autoload. If you want to use AR, either use …
|
|
|
|
@159
|
[159]
|
2 years |
why |
* lib/camping-unabridged.rb: remove most of the postamble docs, except …
|
|
|
|
@157
|
[157]
|
2 years |
why |
* lib/camping.rb: oop, markaby required. good for novaa.
|
|
|
|
@154
|
[154]
|
2 years |
why |
* lib/: zimbatm's fixes for AR (see #79)
|
|
|
|
@148
|
[148]
|
2 years |
why |
* lib/camping.rb: novaa saves us 54 pennybits.
|
|
|
|
@145
|
[145]
|
2 years |
why |
* lib/camping/db.rb: support for tracking migrations and the schema_info …
|
|
|
|
@143
|
[143]
|
2 years |
why |
* lib/camping.rb: let's not cast Markaby to a string by default, that's …
|
|
|
|
@139
|
[139]
|
2 years |
why |
* lib/camping-unabridged.rb: Controllers was not assigned to Camping::X, …
|
|
|
|
@135
|
[135]
|
2 years |
why |
* lib: hiding useless things in the docs.
|
|
|
|
@134
|
[134]
|
2 years |
why |
* lib/camping.rb: allow the Camping scriptable dispatcher …
|
|
|
|
@129
|
[129]
|
2 years |
why |
* lib/camping.rb: trimmed down all the Markaby hooks to assign the Camping …
|
|
|
|
@128
|
[128]
|
2 years |
why |
* lib/camping.rb: new support for ordered controllers. uses the …
|
|
|
|
@121
|
[121]
|
2 years |
why |
* lib/camping.rb: protect ServerError? and NotFound? (from zimbatm's #67.)
…
|
|
|
|
@120
|
[120]
|
2 years |
why |
* lib/camping.rb: experimenting with Camping.method_missing as an answer …
|
|
|
|
@119
|
[119]
|
2 years |
why |
* lib/camping.rb: a few of zimbatm's wondrous patches (#32, got rid of R …
|
|
|
|
@118
|
[118]
|
2 years |
why |
* lib/camping.rb: FastCGI breaks unless you use \r\n\r\n. (Situation: you …
|
|
|
|
@117
|
[117]
|
2 years |
why |
* lib/camping.rb: okay, i guess i did need that newline.
|
|
|
|
@116
|
[116]
|
2 years |
why |
* lib/camping.rb: an unnecessary line break and an excessive one. cool …
|
|
|
|
@115
|
[115]
|
2 years |
why |
* lib/camping.rb: getting rid of the F constant, no need. was only used …
|
|
|
|
@110
|
[110]
|
2 years |
why |
* lib/camping.rb: new Camping::Apps stores all app modules.
* examples/*: …
|
|
|
|
@108
|
[108]
|
3 years |
why |
* lib/camping.rb: allow markaby fragments to come out of controllers. (def …
|
|
|
|
@106
|
[106]
|
3 years |
why |
* lib/camping.rb: rubygems isn't a requirement. the 500 page wasn't …
|
|
|
|
@102
|
[102]
|
3 years |
why |
* lib/camping.rb: R(C, ...) wasn't escaping at all.
|
|
|
|
@101
|
[101]
|
3 years |
why |
* lib/camping-unabridged.rb: corrected the docs for URL(), which gives no …
|
|
|
|
@94
|
[94]
|
3 years |
why |
* lib/camping.rb: subtle Tempfile bug, was causing the finalizer to …
|
|
|
|
@93
|
[93]
|
3 years |
why |
* lib/camping.rb: https bug, URL doesn't give a scheme now.
|
|
|
|
@90
|
[90]
|
3 years |
why |
* lib/camping.rb: efficient multipart forms, at last.
* …
|
|
|
|
@87
|
[87]
|
3 years |
why |
* lib/camping.rb: sometime in the recentlies, Rails' ActiveSupport? added …
|
|
|
|
@82
|
[82]
|
3 years |
why |
* lib/camping.rb: leave the input stream open and unread unless its a POST …
|
|
|
|
@81
|
[81]
|
3 years |
why |
* lib/camping.rb: compressing to get rid of some dangling lines.
* …
|
|
|
|
@80
|
[80]
|
3 years |
why |
* lib/camping.rb: store request body always in @in; unescape paths before …
|
|
|
|
@79
|
[79]
|
3 years |
why |
* lib/camping.rb: trailing slashes removed from SCRIPT_NAME, as described …
|
|
|
|
@75
|
[75]
|
3 years |
why |
* lib/camping.rb: when running under plain CGI, the ENV hash wasn't …
|
|
|
|
@72
|
[72]
|
3 years |
why |
* lib/camping-unabridged.rb: clarifying Helpers#URL docs -- a URI object …
|
|
|
|
@69
|
[69]
|
3 years |
why |
* lib/camping.rb: moved Controllers::Base to Base and Controllers::R to R, …
|
|
|
|
@68
|
[68]
|
3 years |
why |
* camping.gemspec: aiming for 1.4.
* lib/camping.rb: require uri.rb.
* …
|
|
|
|
@67
|
[67]
|
3 years |
why |
* lib/camping.rb: Helpers#URL returns a URI object. This way relative …
|
|
|
|
@66
|
[66]
|
3 years |
why |
* lib/camping.rb: added Helpers.URL, which builds a complete URL to a …
|
|
|
|
@65
|
[65]
|
3 years |
why |
* lib/camping.rb: split part of Base.service into Base.initialize. These …
|
|
|
|
@58
|
[58]
|
3 years |
why |
lib/camping-unabridged.rb: further documenting of the dependencies in …
|
|
|