search for: railsproj

Displaying 2 results from an estimated 2 matches for "railsproj".

Did you mean: rails_proj
2008 Jun 02
3
Undefined method `store_full_sti_class=' for ActiveRecord::Base:Class (NoMethodError)
Hi everyone, I created a new demo app with ''rails demo'' and proceeded to try and launch the server with ''ruby scripts/server''. I get the following stack: C:\railsProj\demo>ruby 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...
2005 Oct 21
0
Breakpointer breaking WEBrick on Windows?
I''m running Rails 0.13 on WinXP, making my way through the Agile Rails book. I''m trying to use the breakpoint feature to debug something, but I can''t seem to get it to work. When I run the breakpointer service I get: C:\railsproj\depot> ruby script/breakpointer No connection to breakpoint service at druby://localhost:42531 (DRb::DRbConnError) Tries to connect will be made every 2 seconds... To make matters worse, it seems to hang my WEBrick process something fierce - I need to kill the Command Prompt window to drop...