|
|
|
@210
|
[210]
|
14 months |
zimbatm |
Following _why's advise on #122, replacing [206]
|
|
|
|
@206
|
[206]
|
15 months |
zimbatm |
Fixed "tepee" and "campsh" examples by adding "active_record" require. Not …
|
|
|
|
@205
|
[205]
|
15 months |
zimbatm |
Implicit id column declaration, so that AR can handle them …
|
|
|
|
@187
|
[187]
|
21 months |
why |
* examples/: simplify the sample schemas, as per evn.
|
|
|
|
@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 …
|
|
|
|
@156
|
[156]
|
2 years |
why |
* examples/: updates from zimbatm's patch #80 -- tepee is all glossy now i …
|
|
|
|
@153
|
[153]
|
2 years |
why |
* examples/blog.rb: novaa's security fix from #83, thainks!
|
|
|
|
@149
|
[149]
|
2 years |
why |
* examples/tepee.rb: bit of a style sheet. otherwise, links are smashed.
…
|
|
|
|
@146
|
[146]
|
2 years |
why |
* lib/camping/db.rb: The create_schema method takes some options now. …
|
|
|
|
@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 …
|
|
|
|
@121
|
[121]
|
2 years |
why |
* lib/camping.rb: protect ServerError? and NotFound? (from zimbatm's #67.)
…
|
|
|
|
@114
|
[114]
|
2 years |
why |
* examples/tepee.rb: mongrel else yelp.
|
|
|
|
@113
|
[113]
|
2 years |
why |
* examples/README: ehh very basic.
|
|
|
|
@112
|
[112]
|
2 years |
why |
* examples/*: moving all the examples right into the examples directory, …
|
|
|
|
@110
|
[110]
|
2 years |
why |
* lib/camping.rb: new Camping::Apps stores all app modules.
* examples/*: …
|
|
|
|
@107
|
[107]
|
3 years |
why |
* tepee/tepee.rb: incorrect mongrel postamble.
|
|
|
|
@103
|
[103]
|
3 years |
why |
* Rakefile: Camping depends on Markaby 0.5.
* examples/campsh/campsh.rb: …
|
|
|
|
@96
|
[96]
|
3 years |
why |
* bin/camping: idea from adamb, mounting several apps.
|
|
|
|
@83
|
[83]
|
3 years |
why |
* examples/blog/blog.rb: calling Mongrel run per ticket #15.
|
|
|
|
@78
|
[78]
|
3 years |
why |
* examples/tepee/tepee.rb: and word chars only in the page URLs.
|
|
|
|
@77
|
[77]
|
3 years |
why |
* examples/tepee/tepee.rb: okay, allow any tepee titles, but turn all …
|
|
|
|
@76
|
[76]
|
3 years |
why |
* examples/tepee/tepee.rb: fixes page names containing spaces and absolute …
|
|
|
|
@73
|
[73]
|
3 years |
why |
* lib/camping/mongrel.rb: Mongrel comes with Camping gear now, so begone!
…
|
|
|
|
@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, …
|
|
|
|
@64
|
[64]
|
3 years |
why |
lib/camping/mongrel.rb: distilled the postamble down to a handler …
|
|
|
|
@57
|
[57]
|
3 years |
why |
* README: wrong urls.
* examples/serve: giving the sample server some …
|
|
|
|
@56
|
[56]
|
3 years |
why |
* lib/camping.rb: trimmed about 100 bytes here and there. also, patched a …
|
|
|
|
@54
|
[54]
|
3 years |
why |
* camping.gemspec: no need for autorequire.
* bin/camping: if you alter …
|
|
|
|
@51
|
[51]
|
3 years |
why |
* camping.gemspec: distribute CHANGELOG.
* lib/camping.rb: Camping no …
|
|
|
|
@46
|
[46]
|
3 years |
why |
lib/camping.rb: trying to get the HashWithIndifferentAccess? to work more …
|
|
|
|
@39
|
[39]
|
3 years |
why |
* camping.gemspec: install the camping executable.
* bin/camping: …
|
|
|
|
@37
|
[37]
|
3 years |
why |
examples/blog/styles.css: in blog.rb now.
examples/serve: home page and …
|
|
|
|
@36
|
[36]
|
3 years |
why |
* lib/camping.rb: auto-prefix tables to prevent name clash between …
|
|
|
|
@34
|
[34]
|
3 years |
why |
camping.gemspec: version 1.2.
lib/camping.rb: trying to …
|
|
|
|
@28
|
[28]
|
3 years |
why |
lib/camping.rb: have Helpers./ throw an error on nil. shorten Mab.tag! …
|
|
|
|
@25
|
[25]
|
3 years |
technoweenie |
converted hardcoded urls to R() calls
|
|
|
|
@24
|
[24]
|
3 years |
technoweenie |
added page list and top navigation
|
|
|
|
@23
|
[23]
|
3 years |
why |
lib/camping.rb: added Camping.goes, bug in …
|
|
|
|
@19
|
[19]
|
3 years |
why |
examples/charts: charting sample app from mdaines.
|
|
|
|
@14
|
[14]
|
3 years |
why |
lib/camping.rb: redirect now picks the route most likely.
moved route …
|
|
|
|
@7
|
[7]
|
3 years |
why |
examples/blog/blog.rb: needed to create a blank Post before adding.
|
|
|
|
@6
|
[6]
|
3 years |
why |
blog/start: bah.
|
|
|
|
@5
|
[5]
|
3 years |
why |
blog/start: allow ctrl-c.
|
|
|
|
@4
|
[4]
|
3 years |
why |
examples/blog/styles.css: basic css.
examples/blog/blog.rb: no posts …
|
|
|
|
@3
|
[3]
|
3 years |
why |
examples/blog/blog.rb: ability to run directly from the examples …
|
|
|
|
@1
|
[1]
|
3 years |
why |
Initial import.
|