|
|
|
@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? …
|
|
|
|
@235
|
[235]
|
14 months |
zimbatm |
Removed Markaby as a direct dependency. As AR, it is loaded on demand.
|
|
|
|
@232
|
[232]
|
14 months |
zimbatm |
Small cosmetic fixes and require 'rubygems' rescue
|
|
|
|
@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 …
|
|
|
|
@214
|
[214]
|
14 months |
zimbatm |
-50 octets gained by removing Camping::Apps.
Camping::Apps was only used …
|
|
|
|
@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 …
|
|
|
|
@201
|
[201]
|
15 months |
zimbatm |
Fixing POST with no body case. See bug #111.
|
|
|
|
@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.
|
|
|
|
@190
|
[190]
|
20 months |
why |
* lib/: brmichel's SystemExit? exception fixes (ticket #123)... thhanks!!
|
|
|
|
@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().
* …
|
|
|
|
@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 …
|
|
|
|
@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
|
|
|
|
@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 …
|
|
|
|
@160
|
[160]
|
2 years |
zimbatm |
Fixed the webrick adapter : Camping can return a markaby body instead of a …
|
|
|
|
@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 …
|
|
|
|
@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 …
|
|
|
|
@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 …
|
|
|
|
@130
|
[130]
|
2 years |
why |
* lib/camping.rb: ActiveRecord no longer required, but uses autoload to
…
|
|
|
|
@125
|
[125]
|
2 years |
why |
* lib/camping/fastcgi.rb: show FastCGI exceptions as.. Camping Problem!
|
|
|
|
@124
|
[124]
|
2 years |
why |
* Rakefile: auto-revision the packages.
* lib/camping/fastcgi.rb: send …
|
|
|
|
@123
|
[123]
|
2 years |
why |
* lib/camping/fastcgi.rb: first stab at a FastCGI version of …
|
|
|
|
@119
|
[119]
|
2 years |
why |
* lib/camping.rb: a few of zimbatm's wondrous patches (#32, got rid of R …
|
|
|
|
@109
|
[109]
|
3 years |
why |
* lib/camping/webrick.rb: support all HTTP methods under WEBrick. Thanks, …
|
|
|
|
@108
|
[108]
|
3 years |
why |
* lib/camping.rb: allow markaby fragments to come out of controllers. (def …
|
|
|
|
@100
|
[100]
|
3 years |
why |
* README, lib/camping/*.rb: all docs are up-to-date.
* …
|
|
|
|
@99
|
[99]
|
3 years |
why |
* lib/camping/fastcgi.rb: new FastCGI app mounter for running several apps …
|
|
|
|
@84
|
[84]
|
3 years |
why |
* lib/camping/session.rb: per #13, session hash generation was a character …
|
|
|
|
@74
|
[74]
|
3 years |
why |
* camping.gemspec: update the Markaby minimum version.
* …
|
|
|
|
@73
|
[73]
|
3 years |
why |
* lib/camping/mongrel.rb: Mongrel comes with Camping gear now, so begone!
…
|
|
|
|
@71
|
[71]
|
3 years |
why |
* lib/camping/session.rb: session was broken, thanks to Ken Allen for …
|
|
|
|
@69
|
[69]
|
3 years |
why |
* lib/camping.rb: moved Controllers::Base to Base and Controllers::R to R, …
|
|
|
|
@64
|
[64]
|
3 years |
why |
lib/camping/mongrel.rb: distilled the postamble down to a handler …
|