search for: highgroove

Displaying 20 results from an estimated 90 matches for "highgroove".

2006 Aug 18
3
New automated Capistrano setup for Apache2.1+ and mongrel_cluster
...://127.0.0.1:#{mongrel_start_port + server}\n" } It''s on our newest Slingshot Hosting image, but you can download it here: http://www.slingshothosting.com/files/apache2_2_mongrel_deploy.rb Deployment just got a whole lot easier. And, is about to get even easier: http://cleanair.highgroove.com/articles/2006/08/18/heartbeat-sneak-preview -- Charles Brian Quinn self-promotion: www.seebq.com highgroove studios: www.highgroove.com slingshot hosting: www.slingshothosting.com -- Charles Brian Quinn self-promotion: www.seebq.com highgroove studios: www.highgroove.com slingshot hosting:...
2006 Jun 16
5
BackgrounDRb / Testing Error: uninitialized constant BackgrounDRb
...fig/../vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:147:in `require'' from test/unit/test_worker_test.rb:2 Line 5 refers to: class TestWorkerTest < Test::Unit::TestCase Anyone have any clues on what I''m missing? -- Derek Haynes HighGroove Studios - http://www.highgroove.com San Mateo, CA | Atlanta, GA Keeping it Simple. 650.276.0908
2006 Jun 14
5
display formatted date
Hi, In my form I have date field set as ''datetime_select'' which is fine as I wanted it in the same format. But while displaying (list action) it displays date in long format i.e. ''Tue May 30 15:39:00 Central Daylight Time 2006''. How can I format it so that it will just be diaplyed as ''dd/mm/yyyy'' format? Thanks -- Posted via
2005 Dec 31
9
RJS Templates not conducting callbacks
...rsion of Rails installed, the version of the plugin installed, and the version of prototype. However, as stated earlier, all of these are the same (unless I made a dumb mistake). Anyone have any ideas why everything seems to work but the most important part, the callbacks? - Derek -- Derek Haynes HighGroove Studios - http://www.highgroove.com Atlanta, GA Keeping it Simple. 404.593.4879
2007 Sep 18
1
Mongrel Upload Progress progress method returns Content-Length: 0
...gs is the HTTP_ACCEPT variable. I''m guessing it''s some kind of incompatiability with Zlib or something. The ruby on the non-working Xserve is compiled from source using the newest readline. Any idea where to start debugging? -- Charles Brian Quinn self-promotion: www.seebq.com highgroove studios: www.highgroove.com slingshot rails business hosting: www.slingshothosting.com main: 404.394.4935 fax: 678.826.0969 Ruby on Rails Bootcamp at the Big Nerd Ranch Intensive Ruby on Rails Training: http://www.bignerdranch.com/classes/ruby.shtml
2006 Jan 02
3
Selecting conditionally from HABTM
Hello, I was wondering whether there is a nice Rubyesque way of selecting from a pair of HABTM models where one of them is inherited from another object. Here is the situation: I have a ''posts'' table from which ''replies'' and ''articles'' are inherited. Articles have_and_belong_to_many categories, but neither posts nor replies do (it just does
2005 Oct 20
5
Unit Test Error: `load_specification': undefined method `parse' for Time:Class
...ous revisions, the error still appears (even though it didn''t in the past). I''m using Rails 0.13.1 and Ruby 1.8.2. Again, the error does not appear on Windows. Anyone come across this problem? Full stack trace below--- $ rake test_units (in /Users/james/Documents/Contract Jobs/HighGroove/robrady) /usr/local/bin/ruby -Ilib:test "/usr/local/lib/ruby/gems/1.8/gems/ rake-0.6.2/lib/rake/rake_test_loader.rb" "test/unit/account_test.rb" "test/unit/company_test.rb" "test/unit/contact_test.rb" "test/unit/ file_note_test.rb" "test/unit/f...
2006 Jan 12
4
Typecasting and boolean attributes
...hat the params[:group][:public] value is being typecast correctly. As params[:group][:public] = "true", "true" should be resolved to a "1" in the database. However, this is not occurring. Has anyone else seen this issue or have a suggested fix? Derek -- Derek Haynes HighGroove Studios - http://www.highgroove.com Atlanta, GA | San Mateo, CA Keeping it Simple. 404.593.4879
2005 May 31
2
Form Dates and MultiparameterAssignmentErrors
I''m using the date_select form helper for a date_of_birth field on an ActiveRecord object. When I try to save a date earlier than 1 Jan 1970, ActionController punts with ActiveRecord::MultiparameterAssignmentErrors. The message it gives is "1 error(s) on assignment of multiparameter attributes". I was able to catch the exception and look at it, and it is certainly complaining
2006 Apr 20
1
Setting :status for inline RJS?
Is there a way to set the :status when using inline RJS rendering in controllers? Something like: render :status => 500, :update do |page| page.insert_html .... end -- Derek Haynes HighGroove Studios - http://www.highgroove.com Atlanta, GA | San Mateo, CA Keeping it Simple. 404.751.1762
2005 Sep 12
1
Edit In Place: text with line breaks
...e - the best idea I''ve had so far are to have loadTextURL call a javascript function to substitute <br>s and <p>s with line breaks. I''ve also seen that Flickr stores text to be edited in a Hash so line breaks aren''t removed. Any ideas? Derek -- Derek Haynes HighGroove Studios - http://www.highgroove.com Keeping it Simple. 404.593.4879
2007 Jan 25
6
NOT FOUND error
I''ve been hunting the web and reading the mailing lists all day but I''m not finding any guidance on this problem. When I try to talk to my mongrel it simply responds with NOT FOUND and nothing else. I can''t find anything on google because this has to be the second most commond phrase in existence. Any help or guidance would be greatly appreciated. Sincerely, Chuck Vose
2005 Sep 07
3
Autocomplete Error w/Version 1.5_pre4
...ne from show: function()---- if(Element.getStyle(this.update, ''display'')==''none'') this.options.onShow(this.element, this.update); I looked through all of the scripts and could not find this function. Has anyone else seen this behavior? - Derek -- Derek Haynes HighGroove Studios - http://www.highgroove.com Keeping it Simple. 404.593.4879
2006 Sep 07
9
Mass virtual hosting with mongrel
Ok, a refinement of the question I asked yesterday (If there were any replies from yesterday I don''t have access to them here .. sorry if I''m duplicating anybody''s words here). How can one host multiple domains with mongrel? Assuming you are mass vhosting and you also want the performance benefits of using mongrel ... As far as I can tell, one could set up a
2006 Jan 13
1
Rendering an RJS template within another RJS template
...t rendered. I also tried using render :action => ''update_actions'' destroy.rjs--- page.visual_effect :fade, comment_container(@object.id.to_s) # update the number of comments(below is another rjs template) render :partial => ''update_counts'' -- Derek Haynes HighGroove Studios - http://www.highgroove.com Atlanta, GA | San Mateo, CA Keeping it Simple. 404.593.4879
2005 Dec 31
3
[Model] [Noob] Table Naming w/ underscores
Greetings: I am writing a basic accounting module for an app. Rather unfortunately the name "transactions" is a reserved term in Rails (being the only accounting term trully representational of a financial transaction). I am left to come up with other names. One such name was f_transaction. This worked on the DB level, but I noticed that the Model name dropped the underscore, thus
2007 Feb 09
6
mongrel_cluster clarification
Apologizes in advance if this sounds rather dense, but I want to make sure I''m understanding everything correctly. We''re in the process of migrating from Apache2.0/FastCGI to Apache2.0+mongrel (why not 2.2? that story is too long and too uninteresting to recount here, but I will tell you that it involves RHEL and only using RHN rpms). The init script that comes with mongrel
2005 Dec 31
7
Application Errors w/ layout & custom view pages
1) I get Rails Application Error when trying to use layout test_controller def list layout "stdlayout" end in the views/test/layouts stdlayout.rhtml <html> <head><title>test</title></head> </body> <h1>Test</h1> <%= content_for_layout %> </body> </html> 2) I get Rails Application Error when trying to use a separate
2006 Jun 14
3
Which Payment Gateway?
I am working on an application where users sign up for one of several plans. Each plan has a different monthly fee. There is no long term contract but I would like to bill the users automatically each month unless service is canceled. What credit card gateways would you recommend for use with a rails application? My criteria in order of importance are 1. API that will let me work in
2006 Jun 23
1
question closing page after action
Hi all, does anyone know of a rails command i can use so that at the end of an action, the page will close at termination? (i.e it would be the equivalent of a javascript <script> window.close </script> and would look something like this def create @contact = Contact.new(params[:contact]) if @contact.save :action => :closewindow ## or something like this? ##