search for: thermalcr

Displaying 11 results from an estimated 11 matches for "thermalcr".

Did you mean: thermal
2006 Nov 13
6
mongrel_upload_progress question/possible suggestion
...ath_info => %r{/account/\d/\d/media/upload}), :in_front => true And everything works fine... It''s a super-small tweak, obviously, but I found that it made it a lot easier for me to use the plugin. Thoughts? Is there a better way to do this? Matt -- Thermal Creative http://blog.thermalcreative.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20061113/7a62f41e/attachment-0001.html
2006 Nov 22
1
Zombies?
...the process... Calling gc! basically results in the same behavior, because it tries to call delete_worker and I get the same "not beating" error. If this is a bug, I''ll put it in trac, but it seems like I must be doing something wrong. Thanks! -- Thermal Creative http://blog.thermalcreative.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/backgroundrb-devel/attachments/20061123/f613ecac/attachment.html
2006 Nov 20
4
Production RAILS_ENV / DB Selection
...''] does not have the same value as RAILS_ENV. So, I''m stumped. It all works fine locally, but I''m running in dev mode locally so this issue wouldn''t surface. Any help or insight would be greatly appreciated. Thanks, Matt White -- Thermal Creative http://blog.thermalcreative.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/backgroundrb-devel/attachments/20061121/27544fd5/attachment.html
2007 Sep 04
2
backgroundrb install issue
I installed backgroundrb v0.2.1 via svn external per the README. But when I go to start ''er up I get: $ ./script/backgroundrb start /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'': no such file to load -- daemons (LoadError) from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'' from
2007 Dec 05
2
some redcloth questions
1) Is there a way to strip a redcloth string of all redcloth tags? I need to display a snippet of the text in an index page and want all markings removed. I used RedCloth.new(''a'').methods but didn''t find anything appropriate. For now, I''m converting to html then stripping tags. 2) what''s the best practice in term of storing user''s redcloth-
2006 Jul 27
4
How To Test For W3C compliance locally and possibly to include it in to Continuous integraition process
Hi Everyone, As many of you out there I''m "protected" by the firewall which prevents me from checking my code for W3C compliance, I am able to check the production code but i would like to test my code before it goes to production. So if anyone was able to have that check done locally, possibly including some sort of tests in to the integration process, I would truly
2006 Nov 13
5
apache -> pen -> mongrel cluster
Hi everyone, Recently, I''ve been reading about different deployment environments for rails and mongrel. One configuration I''ve started seeing is apache -> pen -> mongrel cluster. See http://errtheblog.com/post/35 as an example. Can someone explain to me the benefit of using Apache and Pen as opposed to either using apache as a load balancer or pen by itself?
2006 Nov 28
34
Uploading Large (100mb+) files
I have an Apache 2.2.3 (mod_proxy_balancer) frontend server that does not have mongrel installed. It does proxy requests to several other mongrel-only servers (each running 2 mongrel processes). Each mongrel node has the same rails code-base and it''s working perfectly. However, my question is when I add an upload file form... where is it going to physically put that file? I mean since
2008 Apr 26
8
Online credit card processing
What''s a good way to process credit cards from our Rails application? I like PayPal because of it''s name recognition but I don''t like the fact that the user must leave our site; we are hoping for a tightly integrated look-and-feel. We might also offer both, PayPal and our own major credit card processing (see attached example screen shot). I''ve heard of other
2011 Aug 23
13
Is OSX Lion a valid choice yet? Any issues?
Hi, My Snow Leopard just let me down and now it could be a "good" moment to upgrade to Lion. But I''m not sure is it an option yet. I would be using Rails 3.0.9, Ruby 1.9.2 via RVM. Postgresql DB. And probably some stuff via homebrew. Git, Versions and that type of stuff. Are the lights red for Lion since it is so fresh? Any experiences? Thanks. -- Posted via
2006 Nov 30
41
TDD killing my joy of Rails
I''ve been working through the book ''Beginning Ruby on Rails E-Commerce'' which is very heavy on Test Driven Development. As in, you have to write tests for scaffolding methods and validations and crap like that. And then they fail. And you KNOW its the test not the method. So you spend 2x the time writing a test that has to be adapted when requirements change. You