Displaying 3 results from an estimated 3 matches for "my_rail".
Did you mean:
my_mail
2010 Jan 20
2
Rails 3 Problem: no such file to load -- rails (LoadError)
...gem bundle on the third_rails demo app, but for some
reason rails can''t be loaded!?
kristian-mandrups-macbook-pro:third_rails kristianconsult$ rails -v
Rails 3.0.pre
kristian-mandrups-macbook-pro:third_rails kristianconsult$ script/
generate model Post name:string
/Users/kristianconsult/my_rails/rails3_apps/third_rails/config/boot.rb:
71:in `require'': no such file to load -- rails (LoadError)
from /Users/kristianconsult/my_rails/rails3_apps/third_rails/config/
boot.rb:71:in `load_initializer''
from /Users/kristianconsult/my_rails/rails3_apps/third_rails/config/
boot.rb:...
2006 Feb 20
8
Graceful stop in, timeouts out (for now)
Hey Luis,
Just implemented the first cut at a graceful stop setup. It seems to mostly
work except for a few hicups here and there which I''ll test out. I''ve
tested this under OSX and will test on the other platforms soon.
To use it take a look at the examples/simpletest.rb and see how I setup an
"INT" handler to call HttpServer.stop.
Hopefully this will help with
2010 Jan 20
1
CRITICAL: Rails 3 error : parser.bundle unhandled exception!!!
.../opt/local/lib/ruby/gems/1.8/gems/railties-3.0.pre/lib/rails/
all.rb:5
from /opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:
36:in `gem_original_require''
from /opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:
36:in `require''
from /Users/kristianconsult/my_rails/rails3_apps/my_r3/config/boot.rb:
16
from script/console:2:in `require''
from script/console:2
kristian-mandrups-macbook-pro:my_r3 kristianconsult$ gem list bundler
*** LOCAL GEMS ***
bundler (0.8.1, 0.7.1)
kristian-mandrups-macbook-pro:my_r3 kristianconsult$ ruby -v
ruby 1.8.7 (2009...