search for: all_projects

Displaying 3 results from an estimated 3 matches for "all_projects".

2006 Apr 30
0
populating model attribute from one of many lists
I have a model named Project which contains a name attribute, and I have a second model named Booking which has, among other things, a date and a Project. (has_many :bookings, belongs_to :project). When a user creates a new Booking, they have the option of using an existing Project or creating a new Project. As an added complexity, when choosing from existing Projects, they can either choose from
2007 Apr 08
0
select html for habtm
...my html: <div> <p><label for="projects">Project</label><br/> <select id="schedule_projects" name="schedule[project_ids][]" multiple="multiple" size="10"> <%= options_from_collection_for_select(@all_projects, :id, :name, @selected_projects) %> </select> </p> </div> And my controller: def edit @schedule = Schedule.find(params[:id]) @all_projects = Project.find(:all, :order=>"name") @selected_projects = @schedule.projects.collect{|prj| prj.proje...
2020 Mar 16
2
Upstreaming Flang - postponed to Monday 23rd March
Hi llvm-dev We have not been able to complete all the work we need to do before merging F18 into LLVM as Flang so we will not be dong that today as previously announced. We propose to slip this back a week to let us finish off the last bits of work. All code changes are in review as of Friday. If you want more detail, you can see the exact status here: