Displaying 3 results from an estimated 3 matches for "schedulecontroller".
Did you mean:
schedulescontroller
2006 Apr 22
3
Making a separate admin zone
Hi, im building a little cms and i want to separate the admin zone
controllers in a subfolder(controllers/admin) if possible to all be
managed by one login module, i just have managed simple 3 or 4
controller apps so any help you can give me will be very apreciated.
;)
--
Posted via http://www.ruby-forum.com/.
2007 Apr 08
0
select html for habtm
...ule])
flash[:notice] = ''Schedule was successfully updated.''
redirect_to :action => ''show'', :id => @schedule
else
render :action => ''edit''
end
end
I keep getting an error:
ActiveRecord::StatementInvalid in ScheduleController#update
Mysql::Error: Duplicate entry ''3'' for key 1: INSERT INTO
projects_schedules (`project_id`, `id`, `schedule_id`) VALUES (3, 3,
1)
It''s because the id 3 is already used in the projects_schedules table.
Why is it choosing a duplicate key?
T.
--~--~---------~--~...
2006 Sep 19
9
RoR with apache2 on SuSE
Hi,
I have an application completed that was built with RoR on windows. So
this of course was tested with the webbrick server. I now want to put
the project on our apache web server for production. I am having a very
hard time getting this accomplished. I followed some of the steps here
(because not all of them worked):