Displaying 7 results from an estimated 7 matches for "pzb47itoq".
2005 Aug 29
2
Where to point the browser to for appdoc documentation
Under windows XP I created a batch file in the depot directory this takes care
of generating the application documentation. The default rake appdoc isn''t
working under windows right now (remove the -T option).
So, where do I point my browser to (so that I can view the new generated
application documentation)? Running gem_server didn''t help so far...
listing doc.bat
rdoc -o
2010 Sep 21
3
Rails 3 deployment on Passenger
I''m trying to move up to Rails 3 and everything is going fine on my
workstation where I have installed all of the necessary gems. The
problem I''m having is getting it to run on the production server that
I have to use where the app needs to be vendored. It''s on a Debian
Squeeze box with ruby l.8.7, rubygems 1.3.6, librack-ruby1.9.1,
passenger - 2.2.11debi and bundler
2009 Mar 08
2
Premature end of script headers error using Rails 2.3.1 and Passenger 2.1.1
I''m getting an HTTP 500 Internal Server Error using the latest beta of
Rails (2.3.1 aka 2.3 RC2) and Passenger (2.1.1) beta under Ubuntu
Intrepid (8.1).
I''ve put the Passenger configuration files into two separate files
under mods-available and I''ve created symbolic links from mods-
enabled. The default way of the Apache configuration under Ubuntu 8.1,
just
2010 Sep 15
19
Rails 3 with Mongrel possible?
After much fiddling and googling, it seems to me that Mongrel, even the
1.2.0pre2 release is not compatible with Rails 3 -- is that true?
When I start up a new Rails 3 project (i.e. one fresh after a
`rails new` command), mongrel appears to start (creates a pid file, and
reports no errors on the CLI), but the app does not load in the browser
and I find this in the mongrel.log
2010 Jun 21
9
[BUG] Segmentation fault
First of all, I use RVM and I installed ruby-1.9.2-head, which I used
to create a new rails3 gemset. Then I changed to that gemset with rvm
use 1.9.2-head@rails3 and I ran bundle install over the following
Gemfile:
source ''http://rubygems.org''
gem ''rails'', ''3.0.0.beta4''
gem ''sqlite3-ruby'', :require =>
2006 Dec 05
1
Problem with special characters using Prototype v1.4.0
Hello,
I am currently working on a project in which I use Prototype.js to
update my page displaying different kinds of products and brands, and I
have a problem with the following scenario:
I have a brand with an ''รถ'' in the name, but it does not show in the
page. However, when I open the URL directly, it does display. I use the
following URL to fetch the page
2012 Jul 04
3
How to completely reinstall my rails environment on Mac Lion?
Hi,
I was learning rails and have completed some projects. On my laptop
everything worked for quite some time. However now when I run rails new
testapp, for example it doesn''t generate even the first testapp. How can I
completely reinstall a rails environment on my mac? I ran several step by
step tutorials how to do this, but it seems that the old rails environment
is conflicting. I