search for: thingscontroller

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

Did you mean: things_controller
2005 Mar 30
2
Production Log Analyzer 1.1.0
....085795s Average Render Time: 0.128757978789508 Render Time Std Dev: 0.131171213785894 Slowest Total Render Times: TeamsController#progress took 4.698406s TeamsController#progress took 4.679505s PeopleController#doing_same_things took 3.628557s ThingsController#view took 3.34039s ThingsController#view took 2.096405s RssController#goals took 1.759452s EntriesController#view took 1.423261s ThingsController#view took 1.422453s ThingsController#people took 1.377157s PeopleController#view took 1...
2006 Nov 03
2
[OT] Markaby trunk and Rails ivars
Can someone explain the new Markaby syntax to me? I''m using Markaby as a Rails plugin, fetched from the trunk. I''m losing my instance variables somehow (@thing is always nil): class ThingsController < ApplicationController def index @thing = "Bacon of the chunky variety" end end # app/views/index.mab h1 { "You should see a thing here:" } p { @thing } And I get a NoMethodError when trying to get at it with the thing() method, as mentioned in the README. I...
2007 Jun 09
11
authentication, controller specs. I think I''m missing something simple ....
...That''s it. I did a "script/generate rspec_scaffold thing" to generate all the necessary bits. The "rake db:migrate" to create the db. At this point, a "rake spec" works just fine. All specs pass. I add in the "include AuthenticatedSystem" in the ThingsController and add a line to the "before" section in each of the describe stanzas that reads: controller.should_receive(:login_required).with(no_args).once.and_return(true) All tests pass just fine at this point as well. It''s this next part where I get really confused about how t...
2007 Oct 26
3
Selecting a database from the application itself?
Hi everybody, I just started thinking about a project and am seeking some help regarding its design. The idea would be to create labels (i.e. address labels).I could let users type the text manually, but I dont think they would appreciate that when they''ll want to print 5000 addresses. I can also probably let them import csv files, that should not be a problem, but playing with those