Displaying 3 results from an estimated 3 matches for "prepare_breakpoint".
2006 May 29
0
MissingSourceFile (no such file to load -- breakpoint):
....rb:21:in `require__''
/usr/lib64/site_ruby/1.8/rubygems/custom_require.rb:21:in `require''
/usr/lib64/ruby/gems/1.8/gems/activesupport-1.3.0/lib/active_support/dependencies.rb:136:in
`require''
/usr/lib64/ruby/gems/1.8/gems/rails-1.1.0/lib/dispatcher.rb:80:in
`prepare_breakpoint''
/usr/lib64/ruby/gems/1.8/gems/rails-1.1.0/lib/dispatcher.rb:68:in
`prepare_application''
/usr/lib64/ruby/gems/1.8/gems/rails-1.1.0/lib/dispatcher.rb:37:in
`dispatch''
/usr/lib64/ruby/gems/1.8/gems/mongrel-0.3.12.4/lib/mongrel/rails.rb:66:in
`process''...
2006 Nov 01
1
strange issue with backgroundrb behind apache/lighttpd
...y://localhost:42531) /usr/lib/ruby/1.8/drb/drb.rb:1627:in `start_servic
e''
(druby://localhost:42531) /usr/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/breakp
oint.rb:375:in `activate_drb''
(druby://localhost:42531) /usr/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/dispat
cher.rb:81:in `prepare_breakpoint''
(druby://localhost:42531) /usr/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/dispat
cher.rb:68:in `prepare_application''
(druby://localhost:42531) /usr/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/dispat
cher.rb:37:in `dispatch''
(druby://localhost:42531) /usr/lib/ruby/gems...
2005 Dec 30
6
Unable to get the domain in my routes.rb to map custom route tables per domain
I have tried all night trying to find a way to get the host name which is
currently being used within my routes.rb file to do some case/when switching
for specific domains such as this
cgi = ActionController::CgiRequest.new(CGI.new)
case cgi.domain(1)
when /www/
map.connect '''', :controller => ''public'', :action =>
''index''
when