Displaying 4 results from an estimated 4 matches for "idias".
Did you mean:
ideas
2005 Dec 08
3
Different controllers placement
request: /blog
controller placed at /app/controllers/test/blog_controller.rb:
class Test::BlogController < ApplicationController
def index
render :text => ''Hello, World!''
end
end
What the write map.connect shoud I use? Any Idias?
I see that map.connect ''/blog'', :controller => ''test/blog'' working
correctly, but what about more complex example such a map.connect
'':controller/:action/:id?
--
Posted via http://www.ruby-forum.com/.
2006 Jul 14
6
Get a collection through ActiveRecord for using with option_groups_from_collection_for_select
Hello,
I am having some difficulties with ActiveRecord.
What I want to do is to get a collection of SubjectGroups for using
with option_groups_from_collection_for_select
My Code:
========================================
class Subject < ActiveRecord::Base
has_and_belongs_to_many :users
belongs_to :subject_group
end
class SubjectGroup < ActiveRecord::Base
has_many :subjects
end
2017 May 09
1
multiple cards and monitors with xrandr and opengl
Hi,
Thanks for your advice..! I have a few follow-up questions (tagged
below Q1, Q2 and Q3). Any help highly/extremely appreciated.
Regarding to "reverse prime", etc. I have read the following page:
https://nouveau.freedesktop.org/wiki/Optimus/
So, if we want a single "macro" xscreen that spans two cards, for example:
Card 0, connected to monitor 0
Card 1, connected to
2017 May 07
2
multiple cards and monitors with xrandr and opengl
On 05/07/2017 11:12 PM, Ilia Mirkin wrote:
> On Sun, May 7, 2017 at 7:17 AM, Sampsa Riikonen <sampsa.riikonen at iki.fi> wrote:
>> Dear Devs,
>>
>> We have achieved a desktop of up to six monitors, with openGL running
>> succesfully on the desktop, with the following setup/features:
>>
>> * Ubuntu 16+
>> * Xrandr
>> * Noveau driver
>>