|
|
|
@242
|
[242]
|
9 months |
zimbatm |
Yet another attempt to fix #147
|
|
|
|
@241
|
[241]
|
9 months |
archengule |
Fix ticket:150 Rakefile will now get correct svn revision
|
|
|
|
@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.
|
|
|
|
@227
|
[227]
|
14 months |
zimbatm |
Some test apps for the various aspects of Camping.
|
|
|
|
@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
|
|
|
|
@223
|
[223]
|
14 months |
zimbatm |
removed an unessesary eval in bin/camping
|
|
|
|
@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 :)
|
|
|
|
@210
|
[210]
|
14 months |
zimbatm |
Following _why's advise on #122, replacing [206]
|
|
|
|
@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
|
|
|
|
@206
|
[206]
|
14 months |
zimbatm |
Fixed "tepee" and "campsh" examples by adding "active_record" require. Not …
|
|
|
|
@205
|
[205]
|
14 months |
zimbatm |
Implicit id column declaration, so that AR can handle them …
|
|
|
|
@204
|
[204]
|
15 months |
zimbatm |
* More liberaly query string parsing : _why=the&&lucky=stiff broke with …
|
|
|
|
@203
|
[203]
|
15 months |
zimbatm |
Rakefile : "size" task added : print and check sizes, exit if camping.rb …
|
|
|
|
@202
|
[202]
|
15 months |
zimbatm |
Added :diff task to the Rakefile. This is the first step in camping.rb …
|
|
|
|
@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.
|
|
|
|
@192
|
[192]
|
20 months |
why |
* bin/camping: mark's break-up of bin/camping. feels good.
|
|
|
|
@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 …
|
|
|
|
@187
|
[187]
|
21 months |
why |
* examples/: simplify the sample schemas, as per evn.
|
|
|
|
@186
|
[186]
|
23 months |
zimbatm |
Added IO responses handling for WEBrick that was in Mongrel. Actually, …
|
|
|
|
@185
|
[185]
|
23 months |
codeFiend |
Modified blog.rb example to override ActiveRecord "id" creation (forgot to …
|
|
|
|
@184
|
[184]
|
23 months |
codeFiend |
fixed the campsh.rb example schema as well
|
|
|
|
@183
|
[183]
|
23 months |
codeFiend |
Modified blog.rb example schema and session.rb schema to create proper …
|
|
|
|
@182
|
[182]
|
23 months |
codeFiend |
To avoid ActiveRecord trying to create an id column and conflicting with …
|
|
|
|
@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.
|
|
|
|
@177
|
[177]
|
2 years |
why |
* Rakefile: the omnibus gemspec.
|
|
|
|
@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 …
|
|
|
|
@167
|
[167]
|
2 years |
why |
* Rakefile: update to 1.5.
* CHANGELOG: too.
|
|
|
|
@165
|
[165]
|
2 years |
zimbatm |
* bin/camping : Mongrel wasn't loaded if mongrel isn't autoselected
|
|
|
|
@164
|
[164]
|
2 years |
zimbatm |
* bin/camping : Changed how Camping starts a little bit. I hope it won't …
|
|
|
|
@163
|
[163]
|
2 years |
zimbatm |
Removed RAILS_CONNECTION_ADAPTERS redefinition. Fixes #91
|
|
|
|
@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 …
|
|
|
|
@158
|
[158]
|
2 years |
why |
* extras/flipbook_rdoc.rb: undefine the Page class after use, so other …
|
|
|
|
@157
|
[157]
|
2 years |
why |
* lib/camping.rb: oop, markaby required. good for novaa.
|
|
|
|
@156
|
[156]
|
2 years |
why |
* examples/: updates from zimbatm's patch #80 -- tepee is all glossy now i …
|
|
|
|
@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)
|
|
|
|
@153
|
[153]
|
2 years |
why |
* examples/blog.rb: novaa's security fix from #83, thainks!
|
|
|