Displaying 3 results from an estimated 3 matches for "odeon".
Did you mean:
oden
2008 May 21
2
Replacing ActiveRecordStore::Session with a custom model
...Session.find_by_session_id(session.session_id).products
I don''t think it''s unreasonable to want to treat session.model as a
first class ActiveRecord model, anything else just seems a bit half-
baked.
Any ideas on how I could make this happen would be greatly
appreciated.
Paul Odeon
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send...
2013 Jul 10
1
samba 4 userid mapping
...ming profiles
logon path = \\%h\profiles\%u
# Logon home is used to specify home directory and
# Windows 95/98/ME roaming profile location
logon home = \\%h\%u\.win_profiles
# Allow Samba to send correct time to windows
time server = Yes
# Set logging options
log file = /var/log/samba/log.odeon
# Shares configurations follows. Not included for brevity . . .
--------------------------------
2006 Jan 21
0
Select box problems
Hi all,
I am trying to get a select box to choose the type of goal records to
display using the scope field. I keep getting a " NoMethodError in
Admin#list" on line 8 "undefined method `scope'' for
{"scope"=>"Yearly"}:HashWithIndifferentAccess"
The code from list.rhtml is
<%= start_form_tag :action => ''list'' %>