similar to: Creating front end in RoR of already done DB. need help.

Displaying 20 results from an estimated 3000 matches similar to: "Creating front end in RoR of already done DB. need help."

2010 Sep 16
0
sieve rules quiestion (deduplicate e-mails)
Hello. I'm successful use sieve for filtering e-mail from various subscriptions. But if i have subscription for 2 or more mailing lists and user write email to list1 at xxx.org and list2 at yyy.org by REPLY TO ALL or make a CC header, i'm recieve email twice, if i reply in some list to user and user REPLY TO ALL - i'm recieve email 3 times :) How can i'm eliminate this
2013 Dec 04
3
Ubuntu packages and broken link in docs
Hi, Two things: 1. Does anyone know of a good PPA with updated packages of Dovecot for Ubuntu? "For the latest Dovecot for latest Ubuntu LTS see Xiaoka APT Repository. (Outdated. Could someone provide a ppa for latest stable Dovecot, please?)" 2. On the http://wiki2.dovecot.org/PrebuiltBinaries#Ubuntu page there is a link to a supposedly outdated PPA, the ppa page now redirects to
2011 Jan 24
1
Dovecot Update on Ubuntu from 1.0.10 to 1.2 doesn't work
Hello, i have an ubuntu 8.04 LTS Virtual Server with Dovecot 1.0.10 and postfix. Now i tried to update Dovecot because i need Quota, which is not possible in 1.0 but in 1.2 So i added the packages to my /etc/apt/sources.list: deb http://codex.xiaoka.com/apt hardy main restricted deb http://archive.ubuntu.com/ubuntu hardy-backports main universe multiverse restricted and updated dovecot with
2019 Jan 03
0
install AWX without docker
Here is an install guide from the person that built the RPMs: https://github.com/MrMEEE/awx-build/blob/master/installguide.md Bill Howe howe.bill at gmail.com <http://www.linkedin.com/in/whowe> On Tue, Jan 1, 2019 at 6:01 AM Ralf Prengel <ralf.prengel at rprengel.de> wrote: > Hallo, > I want to use awx without docker for the moment and found this tutorial: >
2008 Apr 15
4
hyphen on columns name.. help.
I have a issue that I can''t seen to fix.. I search all over.. and a lot about how to work with legacy *table* names but nothing about *column* names... this will not work because of the hyphen: @vcards = Vcard.find(:all, :select => "collection-owner") this below will work but give me a lot of junk..!! @vcards = Vcard.find(:all, :select =>
2007 Jun 18
0
res_jabber over OpenSSL ready for testing
Hi everybody, I'd like to have the feedback from the community regarding this patch : http://bugs.digium.com/view.php?id=9972 res_jabber currently relies on the iksemel API to handle TLS connections, which assumes GnuTLS to be installed on the system. The basic idea of the proposed modifications is to bypass iksemel's API when sending/receiving TLS secured data and use OpenSSL instead.
2008 Mar 03
0
Bug#298783: Already done, isn't it?
Isn't this bug already fixed? Should we close it? Guido
2011 Aug 29
0
[LLVMdev] ARM issue: Trying to add an operand to a machine instr that is already done!
Hi Karel, Mind trying again with current top of tree? Owen's fixed a few things today that were manifesting with that error. -Jim On Aug 29, 2011, at 2:33 PM, Karel Gardas wrote: > Hello, > > I've compiled today's LLVM on ARM/Linux machine and attempted to use our GHC/ARM port (which is using LLVM as a backend for generating machine code) with it but I've failed in
2011 Aug 29
1
[LLVMdev] ARM issue: Trying to add an operand to a machine instr that is already done!
Hi Jim and Eric! thanks a lot for your fantastically fast reply. I'm going to update and will report tomorrow when all the building is done. Thanks! Karel On 08/29/11 11:36 PM, Jim Grosbach wrote: > Hi Karel, > > Mind trying again with current top of tree? Owen's fixed a few things today that were manifesting with that error. > > -Jim > > On Aug 29, 2011, at 2:33
2011 Aug 29
3
[LLVMdev] ARM issue: Trying to add an operand to a machine instr that is already done!
Hello, I've compiled today's LLVM on ARM/Linux machine and attempted to use our GHC/ARM port (which is using LLVM as a backend for generating machine code) with it but I've failed in compiling GHC alone as LLVM fails on me with following message: llc: /export/home/karel/vcs/llvm-ghc-arm/lib/CodeGen/MachineInstr.cpp:612: void llvm::MachineInstr::addOperand(const
2005 Dec 14
14
Install problems: R-o-R on Debian with mod_ruby
Hello, I have tried to setup Ruby-on-rails on my debian Linux machine and can not get it to run. Maybe someone can help. The following was installed already: - apache2 2.0.54 (and PHP5) - Postgresql 8.1 Now, having the ''unstable'' branch in my /etc/apt/sources.list I did: apt-get install libapache2-mod-ruby and Apache reports a "mod_ruby/1.2.4 Ruby/1.8.4"
2008 Apr 11
1
Legacy db and hyphen on column name issue.
Hi I have a table called active and another one called authreg I did a one to one relation but it turns out that one of this legacy database column name has an hyphen!!! "-" now im screw how can I tell rails to use it? or make an alias of some sort like with table names.? @active = Active.new( :collection-owner => authreg.username, :time =>
2008 Mar 20
0
Mixing stored procedure call with RoR db calls in the same function gives errors
Folks, I am using ruby 1.8.5 with rails 1.2.3 and have made changes to mysql_adapter.rb based on recommendations made here http://wiki.rubyonrails.org/rails/pages/StoredProceduresInMySql to be able to use stored procs in my code. I have changed this call in mysql_adapter.rb ConnectionAdapters::MysqlAdapter.new(mysql, logger, [host, username, password, database, port, socket], config) to
2019 Jan 01
2
install AWX without docker
Hallo, I want to use awx without docker for the moment and found this tutorial: https://www.howtoforge.com/tutorial/centos-ansible-awx-installation/ Are there any other docs available? Thanks for hints Ralf Von meinem iPad gesendet
2007 Dec 11
2
RoR Error When Doing: rake db:schema:load
Hey, I am new to this and I thought I had finally set up everything perfectly after three days of trying to configure it. However I run this command: rake db:schema:load and I get an error "syntax error on line 23, col 11: `''". The error however is now with the schema it''s with the ruby install itself as you can see with the trace I ran:
2013 Feb 28
1
Validation Failed: Userkey has already been taken, Email has already been taken
Hi, I am using Factory girl with rspec and capybara for testing my rails appliction. I have the below code FactoryGirl.define do factory :user do |f| f.email "sss1 at gmail.com" f.userkey "12ssd345q62" end end When I run the test it is failing as "Validation Failed: Userkey has already been taken, Email has already been taken". What could be the reason for
2018 Nov 08
2
after reboot listen(*, 995) failed: Address already in use/listen(*, 993) failed: Address already in use
This is still happening after a reboot, Fedora 28. Restarting dovecot fixes the problem. Does anyone know if it could be related to this bug report? *https://bugzilla.redhat.com/show_bug.cgi?id=103401#c130 <https://bugzilla.redhat.com/show_bug.cgi?id=103401#c130> * and suggested work around to add ports to /proc/sys/net/ipv4/ip_local_reserved_ports? Nov 8 12:21:41 ourdomain dovecot[1386]:
2006 Aug 25
1
repeat_every when a worker is not done yet...
If I use repeat_every for a worker, if the do_work function has not completed by the time the next interval rolls around, will a new thread be started, resulting in 2 threads for the same worker? Looking at start_process, it seems like the thread gets created (which spins off the thread and then continues to execute the start_process method, right?), then sets the @next_start. So if the
2006 Aug 28
1
How should this be done with ferret 0.10.1
Hi i like the new version of ferret, has solved a few of my problems but i''m unsure of how to implement the following code in the new version of ferret? if section if !section.empty? qp = Ferret::QueryParser.new("section") query = qp.parse("\"#{section}\"") bq.add_query(query, Ferret::Search::BooleanClause::Occur::MUST) filter_on =true end
2007 Apr 13
1
CentOS 5 is done, now it's time to donate!
CentOS 5 is great! Job well done! Please *consider* making a donation to the project, if you can, to reward the developers and keep them motivated. That way we can be assured of getting CentOS 6! I used the "Donate Now" link on the CentOS home page -- it was really easy! -Jim