-
as seen on Server Fault
- Search for 'Server Fault'
I came across these two items of non-integer rack unit height:
1. This rack mount kit which seems to be trying to make the best of the slightly-taller-than-1U form factor of the Cisco ASA5505.
2. This 1.5U Server Case that espouses the merits of a case height between 1RU and 2RU.
My questions are…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Howdy,
I'm having big trouble testing with rSpec's controller API. Right now I'm using a middleware authentication solution (Warden), and when I run the specs, the proxy added by the middleware is not there, and all the authentication tests are throwing NilPointerExceptions all over the place.
It…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I followed all of the instructions so far from:
http://code.google.com/p/appengine-jruby/wiki/RunningRails and
http://gist.github.com/268192
Currently, I'm just trying to get to hello world. I'm getting these
errors when I just run the dev_appserver.rb
238:hello-world jwang392$ dev_appserver…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
D:\PROJECTS\RubyOnRail\webapp\Welcome>ruby script\server
=> Booting WEBrick
=> Rails 2.3.4 application starting on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
[2010-01-31 21:19:34] INFO WEBrick 1.3.1
[2010-01-31 21:19:34] INFO ruby 1.8.6 (2007-09-24)…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
My application requires to keep large data objects in session. There are like 3-4 data objects each created by parsing a csv containing 150 X 20 cells having strings of 3-4 characters.
My application shows this error- "marshal data too short".
I tried this-
Deleting the old session table.
Deleting…
>>> More