Displaying 20 results from an estimated 27 matches for "rubywork".
Did you mean:
rubyworks
2006 Jun 22
2
rails on Oracle 10g - missing controller ?
.../127.0.0.1:3000/foo . Below is the information about my
system, as well as the commands I am typing. I have also included the DDL
( Oracle 10g ). I am mid way through chapter 6 of "Agile Web Development
w/ Rails". Why aren''t there any files under app/controllers/ ?
C:\tmp\rubyWork>ruby -v
ruby 1.8.2 (2004-12-25) [i386-mswin32]
C:\tmp\rubyWork>rails -v
Rails 1.1.2
C:\tmp\rubyWork>rails app
create
create app/controllers
create app/helpers
create app/models
create app/views/layouts
create config/environments
create comp...
2007 Sep 13
3
Problem on installing rubyworks on centos5
hi all,
I have met a problem on installing rubyworks on centos5. I have
checked the install steps from here:
http://rubyworks.rubyforge.org/installation/centos.html
when running the command: sudo yum install rubyworks, i got the
following errors:
------------------------------------------------------------------------------------------------------...
2007 Sep 19
3
Rails cannot connect error after updating using ruby and rails to slightly newer versions
I am on a mac. Have been developing using a manually installed
(according to the hivelogic instructions) ruby, rails, gems, mongrel
setup. Life was good.
When I noticed that my ruby version was out of date, I decided to
switch to using macports to maintain the software on my mac. I used it
to install a new ruby and gems, and then used gems to get the latest
rails. Life seemed to be good.
Next I
2008 Jan 23
14
Again: Workaround found for request queuing vs. num_processors, accept/close
Hello all.
I too found out that I sometimes have some action that can take up to 10
seconds in my rails application. I''ve read all arguments Zed made about
polling/and inbox strategies, and I think I just can''t work around my feeling
that a "wrong" request that takes up too much time should be able to lock
subsequent requests in mongrels queue. That''s what
2008 May 06
4
Git support - kinda works, have design questions
...build directory and display abbreviated build
labels instead of full ones. Or we need to generate our own build
numbers. Either way sucks, in its own special way. Does anyone have a
strong preference or a better idea?
--
Alexey Verkhovsky
CruiseControl.rb [http://cruisecontrolrb.thoughtworks.com]
RubyWorks [http://rubyworks.thoughtworks.com]
2013 Apr 09
2
Getting Started
...itializers''
from
C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/railties-3.2.13/lib/rails/application.rb:136:in
`initialize!''
from
C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/railties-3.2.13/lib/rails/railtie/configurable.rb:30:in
`method_missing''
from D:/rubywork/mdatest/config/environment.rb:5:in `<top
(required)>''
from D:/rubywork/mdatest/config.ru:3:in `require''
from D:/rubywork/mdatest/config.ru:3:in `block in <main>''
--
You received this message because you are subscribed to the Google Groups &q...
2008 Mar 12
5
XHTML validation
Is the dashboard output of 1.2.1 supposed to validate (I get numerous
failures)? I''m seeing some issues that I hadn''t been running into
before my upgrade. The first time I load the dashboard I''m seeing a
blank area at the top and first button isn''t styled. When the refresh
triggers the all of the projects except the first are duplicated and
the
2008 Jan 26
6
UI Integration with RSpec?
Hi all,
Is there any integration with testing tools such as RSpec or
Test::Unit planned? I see that the cruise task is run correctly, but
the tests show up underneath the build log. Ideally I''d like them to
show up the same way that they do in ''java'' CruiseControl, in their
own section of tests.
Will.
2009 Oct 22
2
CentOS-5.3 yum-priorites
...ding mirror speeds from cached hostfile
* addons: mirror.csclub.uwaterloo.ca
* base: mirror.csclub.uwaterloo.ca
* extras: mirror.csclub.uwaterloo.ca
* updates: mirror.csclub.uwaterloo.ca
Excluding Packages from CentOS-5 - Base
Finished
Excluding Packages from CentOS-5 - Extras
Finished
Reducing rubyworks to included packages only
Finished
Excluding Packages from CentOS-5 - Updates
Finished
Setting up Install Process
No package yum-priorities available.
Nothing to do
So, where has it gone?
Regards,
--
*** E-Mail is NOT a SECURE channel ***
James B. Byrne mailto:...
2007 Nov 22
7
Gentoo warning
Hi,
I''ve done some benchmarking on our new servers (being built now), AMD X2
5600, gentoo-hardened.
With the same CFLAGS (safe cflags: -march=k8 -O2) I''ve tested the following
configs:
1, emerge ruby rubygems, then gem install mongrel (or emerge mongrel, the
performance was similar)
2, download the same ruby version, untar, ./configure, make, make install,
download rubygems,
2007 Apr 26
8
Win32 service - Errno::EINVAL (Invalid argument) when uploading image file
...quot;description"=>"",
"file"=>#<File:C:/WINDOWS/TEMP/CGI.5020.0>}}}
Service command:
----------------
"e:/ruby/bin/mongrel_service.exe" single -e production -p 4000 -a 0.0.0.0 -l
"log/mongrel.log" -P "log/mongrel.pid" -c "D:/rubywork/[appname]" -t 0 -r
"public" -n 1024
Not sure if it was access right issue as service runs as System account, but
I tried running the service in the console yet I''m getting the same error
message
Service console command:
-----------------------
> mongrel console single -...
2008 Jan 17
3
CruiseControl problem. Broken Pipe?
Hi Friends,
Just happened to catch this err in the CC log:
Build loop failed
BuilderError: Write failed: Broken pipe
./script/../config/../app/models/subversion.rb:98:in
`execute_in_local_copy''
./script/../config/../lib/command_line.rb:86:in `call''
./script/../config/../lib/command_line.rb:86:in `e''
./script/../config/../lib/command_line.rb:84:in `popen''
2007 Nov 05
29
Mongrel and memory usage
Hello,
I''m running a Rails application which must sort and manipulate a lot of data
which are loaded in memory.
The Rails app runs on 2 mongrel processes.
When I first load the app, both are 32Mb in memory.
After some days, both are between 200Mb and 300Mb.
My question is : is there some kind of garbage collector in Mongrel?
I never see the two Mongrel processes memory footprint
2007 Aug 26
1
monit not executing start/stop/restart mongrels
Alright, I have googles and read through the docs on monit
I get this error when adding -v starting monit
monit: Cannot connect to the monit daemon. Did you start it with http support?
monit: Cannot connect to the monit daemon. Did you start it with http support?
Am I missing something here?
set daemon 120
set logfile syslog facility log_daemon
set mailserver localhost
set httpd port 28212
2007 Oct 09
3
Monit reporting that pid changed
Hi, I was wondering if this is normal
or if it something i need to wonder about.
I get Monit alerts that my mongrels PID files
have changed.
Changed Service MONGREL_2
Date: Tue, 09 Oct 2007 14:19:38 +0000
Action: alert
Host: sa.greenling.com
Description: ''MONGREL_2'' process PID changed to 18368
Your faithful employee,
monit
2007 Sep 22
1
Job trend cross-over for Ruby/Rails and Java combo
See the graph at
http://tinyurl.com/35rnx4
For some time, I''ve been watching the three combinations
ruby + rails,
ruby + developer,
java + hibernate + tomcat
using the www.indeed.com job-trend grapher.
They have (after a long climb), finally reached parity.
Of course, you can pick different combinations and get entirely
different results.
-- Mike Berrow
--
Posted via
2007 Sep 15
1
ANN: [Yet Another ] AJAXy Petstore
.../
It''s work in progress, especially the ratings/comments stuff and the
checkout flow. Still, looks more 2007 than the J2EE Blueprints classic
that started the genre :)
Enjoy your oinpet shopping experience.
--
Alexey Verkhovsky
CruiseControl.rb [http://cruisecontrolrb.thoughtworks.com]
RubyWorks [http://rubyworks.thoughtworks.com]
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org...
2007 Aug 14
1
What's the good way to cache reference data?
...del.html
Is it the good way to do this? Are there other choices worth looking
at? Should we roll our own?
NB: Yes, I know about ActiveRecord:Base.cache(), and it doesn''t solve
this problem, not in our case.
--
Alexey Verkhovsky
CruiseControl.rb [http://cruisecontrolrb.thoughtworks.com]
RubyWorks [http://rubyworks.thoughtworks.com]
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org...
2008 Feb 07
2
[CruiseControl] RubyOnRails build 8820 fixed
The build has been fixed.
CHANGES
-------
Revision 8820 committed by bitsweat on 2008-02-07 23:10:01
Remove empty .rhtml templates
D /trunk/actionmailer/test/fixtures/templates/signed_up.rhtml
D /trunk/actionmailer/test/fixtures/helper_mailer/use_example_helper.rhtml
D /trunk/actionmailer/test/fixtures/first_mailer/share.rhtml
D
2007 Dec 12
4
logger & debug level
greetings,
i am getting the below error message in my mongrel log and I want to
turn that 22 levels into a full trace. but i am unsure where or how
to configure the debug level for mongrel. any advice?
thanks - john
/usr/lib/ruby/gems/1.8/gems/ruby-debug-0.9.3/cli/ruby-debug/
interface.rb:24:in `join'': can''t convert nil into String (TypeError)
from