Displaying 6 results from an estimated 6 matches for "grel".
Did you mean:
greg
2009 Sep 26
2
Config XLSUITE in Windows
I try to config XLSUITE in my system. I''m facing some problem i resolved
it one by one.
now im facing this error
=> Booting Mongrel (use ''script/server webrick'' to force WEBrick)
=> Rails 2.2.0 application starting on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
** Starting Mongrel listening at 0.0.0.0:3000
Exiting
c:/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-...
2007 Jul 27
5
Mongrel won''t start
I have a win xp box running instant rails. I installed ferret (the win
version) and acts_as_ferret seemingly succesfully. I then added "require
''acts_as_ferret''" to the environment.rb file of my project. However, I
cannot get webrick/mongrel to start. Can anyone suggest a solution?
Rick
--
Posted via http://www.ruby-forum.com/.
2007 Nov 20
7
how to configure mongrel_cluster in windows
hi,
how to configure mongrel_cluster in windows.
mongrel_rails cluster::configure -e development -p 3000 -N 2 i have used
this one its configured correctly then if i start the server it is
throwing error.if any one knows how to configure help me
with regards
shiva
--
Posted via http://www.ruby-forum.com/.
2008 Dec 23
1
server won't start!
...will no
longer start since I rebooted my windows server 2003 machine to complete
some windows updates. However, I also deleted some gems earlier today,
but it started right up perfectly fine. Anyway, here is whats happening:
C:\InstantRails\rails_apps\dejavu>ruby script/server
=> Booting Mongrel (use ''script/server webrick'' to force WEBrick)
=> Rails 2.1.0 application starting on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
** Starting Mongrel listening at 0.0.0.0:3000
Exiting
C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5...
2006 Dec 20
4
undefined method `fullname' for #<User:0x357e380>, BUT works on first view?
...<%=
time_ago_in_words(comment.created_at) -%> ago
11: </div>
12: <hr>
13: </div>
Restarting the server fixes the issue for 1 view, then all subsequent
views fail. Here is the console log:
Andrews-MacBook:~/Sites/tassia andrewskegg$ ./script/server
=> Booting Mongrel (use ''script/server webrick'' to force WEBrick)
=> Rails application starting on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
** Starting Mongrel listening at 0.0.0.0:3000
** Starting Rails with development environment...
** Rails loaded.
** L...
2010 Feb 23
12
"no such file to load -- gettext/rails" error
...3.5)
actionpack (2.3.5, 1.13.5)
actionwebservice (1.2.5)
activerecord (2.3.5, 1.15.5)
activeresource (2.3.5)
activesupport (2.3.5, 1.4.4)
cgi_multipart_eof_fix (2.5.0)
daemons (1.0.10)
gem_plugin (0.2.3)
gettext (2.1.0)
locale (2.0.5)
log4r (1.1.5)
mongrel (1.1.5)
rack (1.0.1)
rails (2.3.5)
rake (0.8.7)
ruby-postgres (0.7.1.2006.04.06)
win32console (1.2.0)
Gettext is indeed installed:
C:\Ruby\lib\ruby\gems\1.8\gems\gettext-2.1.0
Any ideas?
=============================================
C:\rails_apps\aaa_arb>ruby script/server...