Displaying 4 results from an estimated 4 matches for "esimplytest".
2006 Apr 10
2
Capistrano with CVS repository doesn''t seem to work
All,
Does anyone has any experience with Capistrano against a CVS repository?
I am unable to successfully pull a revision onto my remote server when
hitting a CVS repository.
Here is the relevant output from the cap "update_code" task:
* executing "if [[ ! -d ~dusan/eSimplyTest/releases/20060410205540 ]];
then\n
cd ~dusan/eSimplyTest/releases;\n
CVS_RSH=\"ssh\
" cvs -d :pserver:user:pwd@host:/d//cvs -Q co -D \"2006-04-05 22:4
9:05\" -d 20060410205540 eSimplyOnlineRails;\n\n (test -e
~dusan/e
SimplyTest/revisions....
2006 Aug 08
6
rake migrate the first time - uses more than schema_info?
...king for something in addition to/instead of
the version in the schema_info table to figure out that it wants to run
starting with the first migration file.
Here''s the output of rake --trace db:migrate
[dusan@exmit2 current]$ rake --trace db:migrate RAILS_ENV=production
(in /home/dusan/eSimplyTest/releases/20060808203414)
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute db:migrate
Do I have to fiddle with my migration files on my production box?
Any info. on this?
Thanks,
Wes
--
Posted via http://www.ruby-forum.com/.
2006 Aug 09
0
Deployment: Best way to switch between test and prod envs.
...sly, I can do a symlink thing with the mod_fastcgi.conf file, but
I was thinking, can I access OS level environment variables directly
from Apache and use their values in an Apache config file?
Like this:
<IfModule mod_fastcgi.c>
FastCgiIpcDir /tmp/fcgi_ipc
FastCgiServer /var/www/html/eSimplyTest/public/dispatch.fcgi \
-initial-env RAILS_ENV=${CUSTOM_ENV_VAR} \
-processes 15 -idle-timeout 300
</IfModule>
I''d like to be able to set CUSTOM_ENV_VAR in the shell and have it be
seen by Apache.
Anybody know how to do that?
Thanks,
Wes
--
Posted via http://www....
2006 Apr 13
4
Apache/fastcgi setup can''t find custom config/*.yml file!
...lib/ruby/1.8/fcgi.rb:36:in `each''
/usr/lib/ruby/1.8/fcgi.rb:597:in `each_cgi''
/usr/lib/ruby/gems/1.8/gems/rails-1.1.2/lib/fcgi_handler.rb:53:in
`process!''
/usr/lib/ruby/gems/1.8/gems/rails-1.1.2/lib/fcgi_handler.rb:23:in
`process!''
/var/www/html/eSimplyTest/public/dispatch.fcgi:26
Rendering
/usr/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_controller/te
mplates/rescues/layout.rhtml (500 Internal Error)
=========== END OF ERROR =======================
I''m under the impression that the relative path to my config file is OK
and that...