|
|
|
@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)
|
|
|
|
@238
|
[238]
|
14 months |
zimbatm |
micro-fix. Full Camping::Server path needed here.
|
|
|
|
@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, …
|
|
|
|
@232
|
[232]
|
14 months |
zimbatm |
Small cosmetic fixes and require 'rubygems' rescue
|
|
|
|
@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 !
|
|
|
|
@228
|
[228]
|
14 months |
zimbatm |
Command-line fixes. Ticket #93 solved.
|
|
|
|
@226
|
[226]
|
14 months |
zimbatm |
Okay, SQL injection of [225] was fun but didn't work as expected. rdebug …
|
|
|
|
@225
|
[225]
|
14 months |
zimbatm |
Working on Sessions and database :
* FIX: Session table was always …
|
|
|
|
@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 …
|
|
|
|
@220
|
[220]
|
14 months |
zimbatm |
Oops commit. Forgot camping.rb
|
|
|
|
@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 …
|
|
|
|
@217
|
[217]
|
14 months |
zimbatm |
-2 octets: "if" keyword don't need spacing after special chars.
Good night …
|
|
|
|
@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 …
|
|
|
|
@208
|
[208]
|
14 months |
zimbatm |
Okay, this is for ticket #128. Not reloading files with an mtime in the …
|
|
|
|
@207
|
[207]
|
14 months |
zimbatm |
lib/camping/server.rb : Small fix for serving a folder
|
|
|
|
@205
|
[205]
|
14 months |
zimbatm |
Implicit id column declaration, so that AR can handle them …
|
|
|
|
@204
|
[204]
|
14 months |
zimbatm |
* More liberaly query string parsing : _why=the&&lucky=stiff broke with …
|
|
|
|
@201
|
[201]
|
15 months |
zimbatm |
Fixing POST with no body case. See bug #111.
|
|
|
|
@200
|
[200]
|
15 months |
zimbatm |
Fix for bug #137, patch by msg. Works for me too :)
|
|
|
|
@199
|
[199]
|
15 months |
zimbatm |
Fixed ticket #132. Documentation issue.
|
|
|
|
@196
|
[196]
|
16 months |
mst |
Add missing camping server scripts for the various webservers. References …
|
|
|
|
@194
|
[194]
|
20 months |
mfredrickson |
Committing server.rb which didn't make in in the r193 changeset.
|
|
|
|
@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 …
|
|
|
|
@186
|
[186]
|
23 months |
zimbatm |
Added IO responses handling for WEBrick that was in Mongrel. Actually, …
|
|
|
|
@183
|
[183]
|
23 months |
codeFiend |
Modified blog.rb example schema and session.rb schema to create proper …
|
|
|
|
@181
|
[181]
|
23 months |
why |
* lib/camping/fastcgi.rb: e should be exc (#115)
|
|
|
|
@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 …
|
|
|
|
@178
|
[178]
|
2 years |
why |
* lib/camping/fastcgi.rb: allow the FastCGI server error to be customized.
|
|
|
|
@176
|
[176]
|
2 years |
why |
* lib/camping/fastcgi.rb: fixing FastCGI.serve, based on Michael Gorsuch's …
|
|
|
|
@175
|
[175]
|
2 years |
zimbatm |
* Rakefile : Clean the generated test.log in test/, new test task.
* …
|
|
|
|
@174
|
[174]
|
2 years |
why |
* lib/camping/fastcgi.rb: enclose the activity of the FCGI main loop into …
|
|
|
|
@173
|
[173]
|
2 years |
zimbatm |
Fixes #101
|
|
|
|
@172
|
[172]
|
2 years |
why |
* lib/camping.rb: reversing zimbatm's last two changes, i hate to do it, …
|
|
|
|
@171
|
[171]
|
2 years |
why |
* lib/camping.rb: solving #98, an extra newline in the headers when …
|
|
|
|
@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 …
|
|
|
|
@164
|
[164]
|
2 years |
zimbatm |
* bin/camping : Changed how Camping starts a little bit. I hope it won't …
|
|
|
|
@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 …
|
|
|
|
@160
|
[160]
|
2 years |
zimbatm |
Fixed the webrick adapter : Camping can return a markaby body instead of a …
|
|
|
|
@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.
|
|
|
|
@155
|
[155]
|
2 years |
why |
* lib/camping/db.rb: Base will defined already for some apps.
|
|
|
|
@154
|
[154]
|
2 years |
why |
* lib/: zimbatm's fixes for AR (see #79)
|
|
|
|
@152
|
[152]
|
2 years |
why |
* lib/camping/fastcgi.rb: SERVER_X_SENDFILE environment var, for testing …
|
|
|
|
@151
|
[151]
|
2 years |
why |
* lib/camping/fastcgi.rb: the X-Sendfile support was looking for …
|
|
|
|
@150
|
[150]
|
2 years |
why |
* lib/camping.rb: okay, a migrations bug. if you have many different …
|
|
|
|
@148
|
[148]
|
2 years |
why |
* lib/camping.rb: novaa saves us 54 pennybits.
|
|
|
|
@147
|
[147]
|
2 years |
why |
* lib/camping/db.rb: Oh, yeah, and the :version option will upgrade or …
|
|
|
|
@146
|
[146]
|
2 years |
why |
* lib/camping/db.rb: The create_schema method takes some options now. …
|
|
|
|
@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 …
|
|
|
|
@142
|
[142]
|
2 years |
why |
* lib/camping.rb: stub Models.Y method for injecting reconnection hook.
* …
|
|
|
|
@141
|
[141]
|
2 years |
why |
* lib/camping/fastcgi.rb: aha, ActiveRecord needs to verify the connection …
|
|
|
|
@140
|
[140]
|
2 years |
why |
* lib/camping/fastcgi.rb: FORCE_ROOT option for that wonky empty mount …
|
|
|
|
@139
|
[139]
|
2 years |
why |
* lib/camping-unabridged.rb: Controllers was not assigned to Camping::X, …
|
|
|
|
@137
|
[137]
|
2 years |
why |
* lib/camping/reloader.rb: handle deletion of the script, removal of the …
|
|
|
|
@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 …
|
|
|
|
@133
|
[133]
|
2 years |
why |
* lib/camping.rb: when rendering, force a string return.
* …
|
|
|
|
@132
|
[132]
|
2 years |
why |
* lib/camping.rb: assign to the Apps array upon initial creation of the …
|
|
|
|
@131
|
[131]
|
2 years |
why |
* lib/camping.rb: only HashWithIndifferentAccess? is loaded by default (to …
|