search for: mindcomet

Displaying 4 results from an estimated 4 matches for "mindcomet".

2006 Jun 08
2
accessing fixtures in tests
...;id"] and now i get the following error: "NoMethodError: You have a nil object when you didn''t expect it! You might have expected an instance of Array. The error occured while evaluating nil.[]" thanks in advance, -- All the best, Matthew Collins Senior Developer MindComet Corporation Orlando ? Atlanta ? New York VISIT OUR BLOGS! Corporate Blog - http://blogs.mindcomet.com Culture Blog - http://www.cakeplow.com The Relationship Agency? 2701 Maitland Center Parkway, Suite 125 Maitland, FL 32751 v 800.668.1761 x316 f 407.838.1011 AIM mattatmindcomet http://www.mi...
2006 May 31
2
observe_field gets "Form is not defined"
...; }, :with => "''account_type=''+value" %> <div id="account_type_options"> <!-- results go here --> </div> [/code] any suggestions on why i''m getting this javascript error? -- All the best, Matthew Collins Senior Developer MindComet Corporation Orlando ? Atlanta ? New York VISIT OUR BLOGS! Corporate Blog - http://blogs.mindcomet.com Culture Blog - http://www.cakeplow.com The Relationship Agency? 2701 Maitland Center Parkway, Suite 125 Maitland, FL 32751 v 800.668.1761 x316 f 407.838.1011 AIM mattatmindcomet http://www.mi...
2006 Jun 08
1
fixtures instance variable naming
hi all, trying my first foray into testing and having trouble with accessing the fixture instance variable built a test for my NewsRelease model. have a news_releases.yml as a fixture with: first: id: 1 title: my first release body: this is still my first test of a news release publish: 0 date_publication: 2006-06-06 17:28:00 in news_release_test.rb, i have def setup
2006 Apr 25
5
Routing and extensions.
I would like my something like "my_page.html" to map to :controller => ''page'', :action => ''my_page''. How can I accomplish that? Is there a way to make the routing parse other things other than ''/''? -- Posted via http://www.ruby-forum.com/.