similar to: Winbindd vs. ADS

Displaying 20 results from an estimated 1300 matches similar to: "Winbindd vs. ADS"

2006 Mar 01
3
Form helpers and overloaded methods - help!
Can someone explain why form helpers appear to bypass any model methods I override for fields that are bound to database fields? It would be great if someone could tell me how to force the form field, etc to call the method instead of looking at the database / attributes collection. Let''s say I have a column called ''price'' in my database table "books"
2006 Feb 24
2
Formatting values of numbers using text_field
Anyone have a quick solution on how to format a number in a text_field tag? <% text_field "price", "amount" %> returns 100.0 and it would be nice if it showed 100.00 Of course, number_with_precision works nicely, but how do you make that work with text_field? I thought maybe overriding the getter in the model. However, this means I would have to bring the helper
2006 Feb 20
0
Windows Deployment questions
Hello out there in Rails land. This is a multipart question so please bear with me... First, the background info: I''ve been making Apache work on our Windows servers here and I''m having good luck. However, I notice that Apache+FCGI doesn''t scale quite as well as I''d hoped. I have one static process defined for my FastCGI server, and I see about 5 requests
2006 Feb 28
6
File_column, RMagick, and watermarking
I''m working on a photo gallery and I''m using File_column to handle the uploads of the files and create my thumbnails, but does anyone here have any idea how to have a watermark (opaque text maybe) placed over one of the versions? Any ideas on how to go about this would be great. Even if it''s just straight RMagick code, that would be fine too. Thanks in advance for the
2006 Jan 11
8
Enterprise Rails Apps
Is there a place I can get a list of "enterprise" Rails applications? Apparently, even though I''ve looked at the wiki and cited the examples there, there are some at my organization who still can''t find proof that Rails is usable in an enterprise setting. Would you fine folks be able to tell me about some large-scale projects that could be classified as
2006 Feb 24
8
RoR meets .net *cringe*
It was a miserable failure for us. Your best bet is to run on Linux. > 1. Has anyone done any benchmarks with it? Is there any reason this > couldn''t be viable for production loads? (feel free to speculate if you > haven''t) When it finally worked, after two weeks of trial and error (and we can''t reproduce it again) it performs poorly under IIS. It looks
2020 Aug 06
6
rsync upgrade
Can anyone tell me the repository to use to upgrade to a version of rsync later than 3.1.2? Chris -- Christopher Wensink IS Administrator Five Star Plastics, Inc 1339 Continental Drive Eau Claire, WI 54701 Office: 715-831-1682 Mobile: 715-563-3112 Fax: 715-831-6075 cwensink at five-star-plastics.com www.five-star-plastics.com
2006 Jan 11
8
Oracle and Rails seems really slow.... In development
I''m just looking into how to connect to Oracle using Rails. I''ve got everything connecting and working as it should. I have a Users table in Oracle: create_table "users", :force => true do |t| t.column "username", :string t.column "created_on", :datetime t.column "email", :string t.column "note", :text
2020 Jul 10
2
complex migration
Hello Everyone, I need to do a complex migration of either a guest VM as a whole or as individual files with a dump and load of a progress database-based ERP system. The old host is an Amd Opteron 8 Core 16 GB ram single Socket CPU with a RAID 10 array of 8x 500 GB SATA Disks.? It is running Centos 6.10 as a base OS using OpenVZ as the VM technology.? Kernel version is 2.6.32-042stab142.1 x86_64
2020 Jul 10
0
complex migration
On Fri, Jul 10, 2020 at 11:04 AM Christopher Wensink <cwensink at five-star-plastics.com> wrote: > > Hello Everyone, > > I need to do a complex migration of either a guest VM as a whole or as > individual files with a dump and load of a progress database-based ERP > system. > > The old host is an Amd Opteron 8 Core 16 GB ram single Socket CPU with a > RAID 10 array
2015 Oct 05
1
A xapian problem
Hello folks- I have an issue with my Xapian index, and I am hoping someone can help me out with some ideas. I am running Xapian on Debian Squeeze as part of an openPLM installation. It is a django application that uses Postgresql as the database, and Haystack as the search engine. A couple of weeks ago, I misconfigured a crontab, and it made a recursive backup that filled up the hard drive
2006 Jan 03
22
Large-scale application
Hi fellow railers! We are discussing the possibility of writing a very large application in Rails. By "very large" I mean a framework that would contain a few hundred smaller applications that would need to talk to one big database and have to share some common session data I''d like to get some feedback on some possible ways of doing the following: The application would
2020 Jun 15
2
smb protocol version
I don't have any lines in my configuration file for any of the servers, how can I tell what the default protocols are? Are the defaults controlled by samba or the kernel? Chris On 6/15/2020 2:13 PM, Fred Smith wrote: > On Mon, Jun 15, 2020 at 11:23:54AM -0500, Christopher Wensink wrote: >> I have a handful of Linux Servers, running Centos 6.10, and 6.8 with the >> main host
2006 Mar 06
5
Dreamhost subscription?
I''m thinking about signing up with DreamHost for the base Level 1 $9.95 plan. Does anyone think that''s a bad idea? I''d like to know others thoughts, and who they recommend for RoR hosting? Thanks! -- Posted via http://www.ruby-forum.com/.
2006 Jul 31
9
Multiple Pagination
I have the following: def index begin @restaurant_pages, @restaurants = paginate :restaurants, :order => (params[ :sort ] || "name"), :per_page => 2 @cuisines = Cuisine.find_all rescue redirect_to :action => :index end end # sort by cuisine def
2008 Dec 03
0
What IRQ field from "dahdi show status" means ?
Hi, On my system I've got : CLI> dahdi show status Description Alarms IRQ bpviol CRC4 Fra Codi Options LBO B4XXP (PCI) Card 0 Span 1 OK 0 0 0 CCS AMI YEL 0 db (CSU)/0-133 feet (DSX-1) B4XXP (PCI) Card 0 Span 2 OK 0 0 0 CCS AMI YEL 0 db (CSU)/0-133 feet (DSX-1) B4XXP (PCI)
2020 Aug 28
1
samba
Hello, Thank you everyone in advance for your time and support? I am the Administrator of a small network, with about 60 desktops (mostly windows 10) that connect to a Linux VM running samba for file sharing).? In the last few months I completed the transition from the Samba server running as a vm on an OpenVZ machine.? It was running Centos 6, with an older version of samba.? Now the server has
2006 Jul 31
1
Grouping arrays in the View
I remember reading something awhile back about an easy way to work with object arrays in views. Say I want to arrange 20 images objects in rows of 3. I have a collection of @users, where each user has a user.thumbnail_url image. Is there some way to split these up so that they can be easily parsed in rows of three? Thanks, Nathan -------------- next part -------------- An HTML
2006 Jul 31
3
Missing controller default code
Hello, I generated a controller, using the command: ruby script/generate controller my_kontroller my_model The generated controller file, however, contains an empty class definition. The default controller code is missing. Any idea what went wrong? Thanks, gk -- Posted via http://www.ruby-forum.com/.
2003 Jan 17
0
No access to root-level of shares on NT4 SP6 with Samba2.2.2 on FBSD-4.7
Hi John, this is my smb.conf-file: # /usr/local/etc/smb.conf # # $Id: smb.conf,v 1.1 2002/11/28 17:53:45 root Exp $ # [global] workgroup = ossa6 netbios name = claire server string = File-services on claire. hosts allow = 192.168.0.0/255.255.255.0 max log size = 0 security = user encrypt passwords = yes smb passwd file = /usr/local/etc/smbpasswd socket options = TCP_NODELAY interfaces =