search for: dblock

Displaying 5 results from an estimated 5 matches for "dblock".

Did you mean: block
2011 Apr 15
7
warning: toplevel constant XYZ referenced Admin:XYZ
I have an odd problem. I got controllers in a namespace and controllers outside of the namespace. For example, I have a PagesController and a Admin::PagesController. When I run rspec from the top, tests pass and I get the following warning: spec/controllers/admin/pages_controller_spec.rb:4: warning: toplevel constant PagesController referenced by Admin::PagesController This makes no sense. I do
2004 May 18
3
Free Softphone Recomendations
Does anyone have any recomendations for a free Windows softphone, SIP or IAX that supports the following features: * Message Waiting Indicator * Consultative Transfers * Speed Dials -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040518/ed93a1b4/attachment.htm
2011 May 25
1
warning: toplevel constant SomeController referenced by Admin::SomeController
This issue has been discussed before (http://www.ruby-forum.com/topic/ 125392) and after spending a while debugging through this, I still don''t have a solution. Lets try again? I have two controllers, SomeController and Admin::SomeController. When SomeController is loaded first (which happens under spork, found out by editing ActiveSupport::AbstractController) I get warning: toplevel
2004 May 18
2
* and Cisco routers
...e plan. Any ideas or comments would be great. Doug Block Chief Information Officer of Efast Funding 713-983-4055 (Direct) 888-338-3863 x 4055 (Toll Free) 713-983-4555 (Direct Fax) 832-483-4495 (Cell) -------------- next part -------------- A non-text attachment was scrubbed... Name: Doug Block (dblock@efastfunding.com).vcf Type: text/x-vcard Size: 242 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20040518/340c583d/DougBlockdblockefastfunding.com.vcf
2011 Jun 22
0
How do I change www.example.com in rspec tests?
It looks like request.host is set to www.example.com, how do I change that? I want to change it for all tests, and it seems that request is only available within the tests themselves (tried to do it in RSpec.configure but that didn''t work.