search for: bookmarkfeeds

Displaying 3 results from an estimated 3 matches for "bookmarkfeeds".

2005 Dec 28
1
Can''t quite get fcgid working
.... The relevant lines from /var/log/apache2/error.log: /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:21:in `require__'': no such file to load -- initializer (LoadError) from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:21:in `require'' from /home/gss/work/ruby/bookmarkfeeds/public/../config/boot.rb:16 from /home/gss/work/ruby/bookmarkfeeds/public/../config/environment.rb:8 from /home/gss/work/ruby/bookmarkfeeds/public/dispatch.fcgi:21 [Wed Dec 28 14:52:29 2005] [error] [client 192.168.1.1] Premature end of script headers: dispatch.fcgi [Wed Dec 28 14:52:35 2005] [no...
2006 May 08
5
Ruby on Rails on Linux - Any suggestions/Help?
Hi, I''m really new to RoR and I''m trying to setup a development or even production server for Ruby on Rails. I''m trying to do it on Linux Debian, but somehow, I always get this Error: Application Error - Rails application failed to start properly This was running on Debian Linux, Apache2, Mysql and FastCGI. The Tutorial I used:
2006 Jan 23
16
Adding form fields (extending a form) on the fly
Hello, I just can''t seem to find a way to extend a form dynamically in ROR. Say I am writing a recipe website. There is one form to enter the recipe. There is room for N number of ingredients (let''s say a text field for each ingredient name and selection list for the amount). What if the user wants to add more than N ingredients as he types them in? how do I do this without