search for: app_id

Displaying 20 results from an estimated 20 matches for "app_id".

Did you mean: app_if
2013 Apr 08
1
cattr_accessor and Thread.current prblems
Hello, I am trying to convert three applications to multitenant, all of them have same structure difference is only in little functions and template designs. All of them using cattr_accessor for setting currencies and other data, and it works perfectly Now i added app_id as cattr_accessor to App model to use it in default_scope to implement multi-tenancy class App < ActiveRecord::Base attr_accessible :active, :name cattr_accessor :app_id, :app_name end on development mode no problem, but in production values are not accessible in models. also tried to us...
2012 Nov 06
0
How to get which check boxes has beed unchecked and remove Subscription for them?
...creating system, right now when I`m selection available subscription groups(Marketing, Sales) action Save Subscription create this two subscriptions: @subscriptions = current_user.subscriptions > @apps = App.all > if request.post? > if params[:subscription] and params[:subscription][:app_id] > params[:subscription][:app_id].each do |app_id| > Subscription.create_unique({user_id: current_user.id, app_id: > app_id}) > end > redirect_to root_path > end > end # app_menu.html.erb <%= form_for :subscription do |f| %> # this form goes to...
2006 Feb 20
2
file_column: changing default store_dir
File_column plugin is great. I need to change the default :store_dir from the dynamic "model_name/attribute_name" to an equally dynamic "client_id/app_id/model_name/attribute_name". In my model I have: class Component < ActiveRecord::Base belongs_to :component_type belongs_to :component_group breakpoint file_column :content, :magick => { :versions => { "thumb" => "100x100",...
2007 Dec 10
0
password authentication stops but can be restarted
...up = DOMAINX netbios name = sun-system-y password server = W3K_SERVER domain master = no local master = no preferred master = no username map = /etc/sfw/smb.users [homes] writeable = yes valid users = +sysadmin wide links = no [app] path = /var/data_path writeable = yes valid users = app_id wide links = no smb.users id_1 = DOMAINX\win_id_1 id_2 = DOMAINX\win_id_2 app_id = DOMAINX\win_id_app Note that the Windows password server is Win3K and that I have various versions of Sun supplied SAMBA. I do have some SAMBA share that use Win2K authentication and those do not seem to have this...
2010 Nov 19
1
Help: delegated association 'App' returning ActionDispatch::Integration::Session instead
...- [:created_at,:updated_at] @@attr_columns ||= readers.map { |k| [k, "#{k}=".to_sym] }.flatten end end This all worked fine until in the console in my staging and production environments, I assigned bar.app to an undefined variable: Bar.all.each do |p| p.update_attribute("app_id", my_undefined_variable) end After doing this, I get: NameError: undefined local variable or method `my_undefined_variable'' for main:Object and for whatever reason Foo.first.app is now returning an ActionDispatch::Integration::Session object -- not only in the console, but through...
2018 Nov 17
2
Forum
...ucture possibly has shortfalls that I did not appreciate until just recently. What I was hoping to do is deploy Windows from a Thecus branded NAS. Natively the NAS does not support PXE, but with community created mods it is achievable. So with this mod <http://www.thecus.com/sp_app_intro.php?APP_ID=357> I went about configuring the NAS to achieve this. Since also the author of the mod mentions SYSLinux I naturally sought information on it, however started researching PXELinux because it seems to target what I needed to achieve. The first question I will ask is whether PXELinux, like c...
2008 Dec 16
3
ApplicationProperties
Hi There, I was wondering what the appropriate way to use the applicationproperties.rb model was. I was hoping to query it to find out which users are developers for my app and then grant special permissions to them ... I tried creating something like this: class ApplicationProperties < ActiveRecord::Base def facebook_session @facebook_session ||= returning
2018 Nov 17
1
Forum
...s shortfalls that I did not > appreciate until just recently. > > What I was hoping to do is deploy Windows from a Thecus branded NAS. Natively the NAS does not support PXE, but with community created mods it is achievable. So with this mod > <http://www.thecus.com/sp_app_intro.php?APP_ID=357> I went about configuring the NAS to achieve this. Since also the author of the mod mentions SYSLinux I naturally sought > information on it, however started researching PXELinux because it seems to target what I needed to achieve. > > The first question I will ask is whether PXELi...
2010 Oct 13
1
GDI and MSCMS Color Management Patch
...h enabled color management created by gdi and mscms, for example in Pentax Photo Laboratory or SilkyPix Developer Studio. My information about this problem and previous solution could be read on Pentax Photo Laboratory forum in CrossOver App Db: http://www.codeweavers.com/compatibility/browse/name/?app_id=5666;forum=1;msg=58159 For applications which uses EnumICMProfiles to detect monitor icc profile, there should be a copy of monitor profile in windows\system32\spool\drivers\color\monitor.icc.
2011 Sep 29
4
How to run wine regedit on crossover?
...seeing as crosover is just a tweaked version of wine (or something) i thought you guys could help out. Just wondering, I'm wanting to play yuris revenge and red alert 2 on my mac using crossover. It works, but is slow, and so following this; http://www.codeweavers.com/compatibility/browse/cat/?app_id=4149;forum=1;msg=56763 it tells me to run wine regedit. but i cant find wine regedit anywhere?? any ideas on how to run it ? Thanks in advance
2011 Nov 16
0
Meta property for videos uploaded from rails application
...of my team member said that we should send meta properties of the video to post on facebook. Iam new to ROR and i dont know how to get the meta properties. Please can anyone help me in this with an example? The code that he gave me was this: I want to do it in rails <meta property="fb:app_id" content="87741124305"> <meta property="og:url" content="http://www.youtube.com/watch?v=UpI6y0UCGjQ"> <meta property="og:title" content="We Found Love - Rihanna (feat. Calvin Harris) (cover) Megan Nicole"> <met...
2008 Feb 27
4
Animated Cursor Support
Is there an easier way of getting animated cursors rather than having to re-compile the whole thing? I'm referring to Command & Conquer 3. I got it to work, but just no animated cursors. The patching referred to in this article: http://appdb.winehq.org/objectManager.php?sClass=version&iId=7440 gives me errors. So back to the original question.
2018 Nov 17
0
Forum
...s shortfalls that I did not > appreciate until just recently. > > What I was hoping to do is deploy Windows from a Thecus branded NAS. Natively the NAS does not support PXE, but with community created mods it is achievable. So with this mod > <http://www.thecus.com/sp_app_intro.php?APP_ID=357> I went about configuring the NAS to achieve this. Since also the author of the mod mentions SYSLinux I naturally sought > information on it, however started researching PXELinux because it seems to target what I needed to achieve. > > The first question I will ask is whether PXELi...
2011 Sep 26
3
lotro - Isengard patch fails w/ pylotro
I'm using pylotro 1.1.15a, game has been playing fine but I have been trying to start the Isengard update patch and pylotro will not connect to the server. The server is active and all the windows clients in the house can connect to it fine. message from patch attempts: Connecting to patch.lotro.com:80 Connection to patch server failed error code: 0x80041003 Failed to connect to the
2018 Nov 16
2
Forum
Hello all I was just hoping to see if there was a forum, or a patient individual kind enough to help me configure PXELinux (I only understand the wiki to a point). Apologies for using this medium to call for aid as I've been unable to locate an alternative support channel. Richard
2009 Jan 19
5
Really want to dump microsoft....but have to run Photoshop
I am a rank newb at this and I appologize, I would have dumped MS long ago but I am not any kind of a coder, so having to write scripts and such is out for me. I really want to dump everything microsoft.....but I have to be able to run Adobe Photoshop 7 and CS4......why do I keep PS7...because I can't get a lot of the plug-ins I use for any thing above 7 and a lot of the ones I can I have to
2009 May 21
2
err:ntdll:RtlpWaitForCriticalSection on Mac OS X 10.5.7
I just compiled wine for Mac OS X 10.5.7 (2Ghz 1GB Ram old 13" MacBook) with Xquartz 2.3.3.2 I have OpenGL running just fine, after ./configure --x-includes=/usr/X11/include and running wine with LD_LIBRARY_PATH=/usr/X11/lib I'm trying to get Thief: The Dark Project to run properly now, in Window Mode it works fine, beside that i can't see the options or missions screen after being
2011 Sep 06
5
lotro - no sound or options alsa/wine 1.3.27
...older and restarting the game so a new .ini was created. Doing so did not change anything for me. A page on the Codeweavers site says for their set up using alsa and no pulse should work fine, but I do not know how well that applies to wine (http://www.codeweavers.com/compatibility/browse/cat/?app_id=2869;tips=1) (in the FAQ section of the page under 'lotro has no sound (linux)). Does anyone have ideas of where or what else I can check, change or test?
2009 Dec 17
2
'Setup cannot find necessary files' message
Running Wine 1.0.1 in Ubuntu 9.10, trying to install FileMaker Pro 9 from CD. (Install from this CD works fine on Windows machine.) 'Setup cannot find necessary files' message appears when launching setup.exe with Wine. WINEDEBUG=+loaddll on setup.exe gives the output below; looks like all needed .dlls are there. Same problem reported on Ubuntu forums earlier in 2009 by another user:
2012 May 08
6
Ubuntu 12.04 64bit + Wine 1.5.3 (or 1.4) + .NET Framework3.0
First of all it's clean installation of Kubuntu 12.04 64-bit. Then: Code: sudo add-apt-repository ppa:ubuntu-wine/ppa sudo apt-get update sudo apt-get install wine1.5 Then I got a 32-bit wine environment: Code: rm -rf .wine WINEARCH=win32 WINEPREFIX=~/.wine winecfg Then I tried to install .NET Framework3.0: Code: wget http://kegel.com/wine/winetricks && sh winetricks dotnet30