search for: planprocedur

Displaying 2 results from an estimated 2 matches for "planprocedur".

Did you mean: planprocedure
2007 Oct 12
2
missing attribute: reorder
I am trying to use an integer object as a flag item for displaying a link on a page called reorder that is a column in my PlanProcedures table. I''m getting an error that says The Header is NoMethodError in Manage_plan_procedures#list missing attribute: reorder Here is what my model looks like: >> PlanProcedure.column_names => ["id", "plan_id", "procedure_id", "platform_i...
2007 Aug 16
0
Update from RoR 1.1.6 - 1.2.3 Rake fails
...endencies.rb:495:in `require'' /usr/local/lib/ruby/gems/1.8/gems/rails-1.2.3/lib/tasks/misc.rake:3 If I remove the ExceptionNotifier lines from my environment.rb file this problem goes away, but I get similar problems trying to access my ActiveRecord objects within script/console >> PlanProcedure.find(:all) LoadError: Expected script/../config/../config/../app/models/ plan_procedure.rb t o define PlanProcedure from /usr/local/lib/ruby/gems/1.8/gems/activesupport-1.4.2/lib/ active_su pport/dependencies.rb:249:in `load_missing_constant'' from /usr/local/lib/ruby/gems/...