search for: sturgess

Displaying 7 results from an estimated 7 matches for "sturgess".

Did you mean: sturges
2006 Apr 12
5
File upload doesn''t work in production mode
.../usr/local/lib/ruby/gems/1.8/gems/rails-1.1.0/lib/fcgi_handler.rb:53:in `process!'' /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.0/lib/fcgi_handler.rb:23:in `process!'' /var/www/html/hjplaw.co.uk/current/public/dispatch.fcgi:24 -- _________________________ http://www.paulsturgess.co.uk
2006 Jul 15
1
Trouble using date_select with blank options
...9;', :order => [:day, :month, :year], :include_blank => true %> There''s no validation in the model and the databse field is set to allow null values. If someone could help me out here it would be most appreciated, Thanks, Paul. -- _________________________ http://www.paulsturgess.co.uk
2006 May 03
3
Graceful degrading AJAX show/hide
...earch" %> </div> I believe in my controller I can use if !@request.xhr? to check if it''s an ajax request. The problem I have is how to refresh the page the user is on and not use the rjs file. Any help, much appreciated. Paul. -- _________________________ http://www.paulsturgess.co.uk
2006 Mar 14
2
no such file to load -- login_system
I''m hoping someone can help me out here. My application works fine locally using webrick. One I upload to my shared server space I get an application error saying rails has failed to start. The log file production.log reads as follows: MissingSourceFile (no such file to load -- login_system): /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require__''
2006 Apr 07
0
validates_acceptance_of problem
...conditions</a></label> <%= f.check_box :agree_to_terms, ''class'' => ''smallinput'' %> If anyone could shed some light on what i''m doing wrong it would be greatly appreciated. Thanks, Paul. -- _________________________ http://www.paulsturgess.co.uk
2006 Feb 25
0
Simple file upload help
I''m trying to implement the simple file upload example at http://wiki.rubyonrails.com/rails/pages/HowtoUploadFiles However, I''m getting an error "No such file or directory" when I submit the form... Errno::ENOENT in Admin/websites#create No such file or directory - /images/websites/websitename.jpg I believe it''s relating to the code in the model: def
2006 Apr 11
4
wrong number of arguments (2 for 1)
...t.find(:all, :conditions => ["permalink = ?", department]) @department = @departments.find(:all, :conditions => ["category = ?", category]) If anyone could shed some light on this it would be greatly appreciated. Thanks, Paul. -- _________________________ http://www.paulsturgess.co.uk