search for: _why

Displaying 20 results from an estimated 131 matches for "_why".

Did you mean: _why_
2005 Nov 16
4
RedCloth repository moved to SVN
...cas'' changes yet. I wanted to keep the old revisions. I''ll be merging those in before tomorrow. I''m sorry but no one has commit rights at the moment. I''m working on a means of using your Rubyforge account through the new repo. I''ll let you know. _why
2008 May 24
19
Camping 2.0 - What''s left?
I''ve just sent a pull-request to _why with my changes[1] and here is some things that I think needs to be done before a (possible) release: * The cookie session is named Camping::Session and is placed in camping/session.rb. Maybe this should be called Camping::CookieSession or??? * The ActiveRecord session is named Camping::ARSession...
2006 Sep 16
10
Mongrel and Sandbox
Z-Man, DHH recently said: "And [_why''s] latest work on sandbox looks stellar. Making it drop-dead easy to run multiple Rails applications in the same Mongrel process without conflicts. Thumbs up to both him and Matz for getting Sandbox on track for inclusion with the next Ruby release." Does that mean what I think it me...
2008 Jan 10
14
Keeping Camping going
Hello all, I''m not sure who Camping''s steward is at this point(zimbatm? _why?), but I haven''t seen much activity in quite some time. I really like Camping, and I understand open source projects can fall by the wayside. So, I''d be willing to take over maintenance and releasing. I have experience maintaining my own open source projects, and a history of con...
2007 Jan 24
14
Strikethroughs and dashes
...That''s got to be en dashes. Such a cheap, no-hassle, no-worry guarantee!! Hyphens, but can be confusing to parsers. All but the first work with Trad. RedCloth. Have you encountered other sticky scenarios I can add to the tests? Maybe I can scale back the strikethroughs in SuperRC? _why
2008 Jun 06
7
Attention Judofyr: Broken cookies in 2.0
Hey Judofyr! Fix this! When someone sets a cookie using @cookies.something = ''data'' it should be set with the path going to the camping app''s root, not with no path, otherwise only that controller with the same parameters will ever see the cookie again! Please change this code: > @cookies.each do |k, v| > @response.set_cookie(k, v) if o[k] != v > end
2008 Jun 03
8
@@state_secret
...revive the Junebug wiki <http://github.com/why/junebug> since it''s still my favorite one. Oh and Passenger is working with Camping 2.0. You just use `run Blog` in your config.ru (following everything else in the latest Passenger docs.) Best to wait until they release 1.1.0 gems. _why
2008 May 21
32
Rack, Camping 2.0++
...it''s a micro-framework? It just makes development/releasing harder. Let''s just forget about the abridged version and rename camping-unabridged.rb to camping.rb! === 5. Camping 2.0 === Here''s my plan: * We agree on which of these four/three features we should implement * _why or zimbatm (or someone who really knows Camping) double-checks everything and fixes any bugs. * Releasing 2.0 - Make lots of hype so everybody ports their apps to 2.0 * Then we''ll see if any bugs appear, fixes them quickly and releasing 2.1. --- This is just some proposals, the communi...
2006 Jul 25
3
+ camping 1.4.140 -- apache+fastcgi, lighttpd+fastcgi
...;' require ''camping/fastcgi'' Camping::Models::Base.establish_connection :adapter => ''sqlite3'', :database => "/tmp/camping.db" Camping::FastCGI.serve("/home/why/cvs/camping/examples/blog.rb") These changes only work with r140. _why
2006 Jul 15
6
Hello
Hello, just checking into the amazing world famous 4k web-framework mailing list esquire! -El -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/camping-list/attachments/20060715/f1f487ee/attachment.html
2006 Feb 21
6
+ camping/session
...... def Blog.create Camping::Models::Session.create_schema unless Blog::Models::Post.table_exists? ActiveRecord::Schema.define(&Blog::Models.schema) end end This is also covered at the wiki: http://code.whytheluckystiff.net/camping/wiki/CampingSessions. _why
2007 Jan 06
4
? camping apps in gems
So would you like this: $ wget http://rubyforge.org/gems/junebug-0.0.18.gem $ camping junebug-0.0.18.gem Or should it be: $ gem install junebug $ touch junebug.gemcamp $ camping junebug.gemcamp _why
2006 Apr 19
5
Mongrel 0.3.12.5 -- Pre-Release with File Upload whyness
I''ve got a Mongrel 0.3.12.5 pre-release in the releases directory I''d like people to try out: gem install mongrel --source=http://mongrel.rubyforge.org/releases/ This release incorporates why''s changes to allow for uploading files much more efficiently and for streaming out files via a HttpResponse.send_file call. I re-wrote the file upload part what why created to
2007 Jan 23
7
RedCloth and SuperRedCloth
...I want SuperRC to be small and performant. Compatibility with RedCloth 3.0.3 is very important to me as well. All of 3.0.3''s tests should come out identical to SuperRC. So, my second question: are you guys okay with SuperRC becoming RedCloth 4 eventually? Thanks for hanging in there!! _why
2007 Apr 19
4
Save sessions on file system instead of database table?
Hi Is there a way to save session data on the file system (like in Rails) instead of a database table? The reason I''m asking is, that I''m writing a Camping application without using ActiveRecord (mostly for learning purposes) and I don''t want to use ActiveRecord just for sessions. Thanks, Thomas -------------- next part -------------- A non-text attachment was
2008 May 22
2
Camping-list Digest, Vol 23, Issue 8
Removed 25% of the framework? Gosh, I wish _why wasn''t so darn verbose... -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/camping-list/attachments/20080522/7612c03e/attachment.html>
2006 Jul 16
1
Hello~!~
Just saying hello and I''m looking forward to seeing all the cool camping stuff on this list. I''m just starting out with Ruby and have a long way to go. I hope that I can learn a lot here. Adam: sounds really interesting. _why: My condolences about those bruises. I assume they''re from the pelting you got on RedHanded a while back. Harsh. If it makes you feel any better, I thought I''d let you know that if it weren''t for your cartoon foxes, I''d probably still be banging my head agains...
2006 Jul 17
3
Where are the balloons ?
Just for information, the Balloons site (http://balloon.hobix.com) raises an Camping error. I tried to blow a balloon (''blow blow'') and the answer is "balloon not found". Seems that the MySQL server has crashed ! _why, will you get some time to fix this ( or is it due to temporary maintenance) ? BTW, Camping would be nice to develop a small ''rescue server'' (on an error of the main server, redirection to an context-analysis-capable app... could be an idea). Have a nice day everybody. -chick...
2005 Nov 21
4
Code blocks
Oh yes, also I added a shortcut for code blocks. Instead of <pre><code>, you can surround it with three backticks (```). - Lucas http://rufy.com/
2006 Jul 07
2
Testing views with Hpricot
assert_tag smells bad. Hpricot smells nice (apricotty!). Testing your views with Hpricot: http://www.lukeredpath.co.uk/index.php/2006/07/07/testing-your-rails- views-with-hpricot/ Big thanks to _why for a great little library! Feedback is appreciated. rSpec integration coming soon (hopefully!). Cheers, Luke Redpath contact@lukeredpath.co.uk -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060707/188d...