Displaying 20 results from an estimated 70000 matches similar to: "Your thoughts on "Enterprise Rails""
2009 Jun 25
7
Join Tables
I just have a few questions about join tables. From my understanding
the following applies (correct me if I''m wrong):
1.Join tables are always named with the names of the two associated
tables, in alphabetical order, separated by an underscore.
2.The foreign key fields are named with the name of the table they are
referencing, with _id appended.
3.The foreign key is referencing a
2013 Jan 05
1
[LLVMdev] Compiler opt is turned off ?
I completely agree with you.
The source code I wrote here has the main function and is a complete code.
That's why I was expecting load/store analysis could have been incorporated
across the module. Thanks.
On Fri, Jan 4, 2013 at 10:43 PM, Daniel Berlin <dberlin at dberlin.org> wrote:
> I'm not sure what you mean by "use" check.
> If you compile this with LTO and
2005 Mar 05
0
Asterisk 1.0.3 Periodically Fails Registrations
Asterisk 1.0.3
Sayson 480i running .78 release
(problem may not be Sayson specific, it's just that's what's deployed)
Problem: Asterisk rejects registrations every so often even though
nothing has changed either with Sayson or Asterisk configuration (and
previous registrations have succeeded)
SIP trace of successful registration:
=============================
2013 Jan 04
0
[LLVMdev] Compiler opt is turned off ?
I'm not sure what you mean by "use" check.
If you compile this with LTO and multiple modules, and guarantee that
you have the main function, yes, you could optimize this.
In all other cases, it's not possible to eliminate any of the
remaining loads or stores you see, because you have no guarantee about
what else could read it.
Heck, a conforming implementation of printf could
2006 Aug 31
40
Rails Deployment Book
I''ve been mulling over an idea for a book covering Ruby on Rails
application deployment. Obvious topics include using Mongrel by itself
and with Apache/Lighttpd, load balancers, memcached, and Capistrano.
What other topics would you like to see covered in such a book?
Cheers,
--
Dave Murphy (Schwuk)
http://schwuk.com
2006 Nov 03
3
Nortel Option 11C and SIP gateway integration
Skipped content of type multipart/mixed-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 186 bytes
Desc: OpenPGP digital signature
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20061103/b35592e2/signature.pgp
2006 Feb 10
36
Advocating RoR in the enterprise?
Hi folks,
I''m looking for advice on how to promote RoR in my workplace.
Specifically, I''d like to work out a strategy for promoting
development in Rails as a new alternative to our existing technology
(the usual suspects... mostly Java/Oracle, .NET, PHP, and a bit of
Perl here and there).
Some background: I work for a fairly large state environmental agency
as a web developer.
2006 Jul 31
17
Ruby on Snails
I''ve been reading, hearing, and looking at blogs that state Ruby on
Rails is rather slow. Coming from a VB 6 world (thank you Microsoft for
killing VB because VB.NET is NOT VB) I was always told that VB was a toy
or too slow. Now, I''ll easily tell you that yes VB was not a great
language. It had it''s share of warts, like a lot of other languages I
might add, but
2007 Jul 26
3
Newbie Advice on Asterisk and Linux
HI All,
I?m new to Asterisk and also to Linux. I have a large IVR project that I?m
about to embark on. I?m new to programming; new to Linux and new to
Asterisk. I think I?m about to climb a steep learning curve. I have an
existing IVR which is getting on for nine years old and is no longer
supported by my vendor. I intend to replicate the system almost as is and
then add additional
2006 Jan 09
11
Scaleability and Sharing of code between apps
Application 1 is an auditing application called AuditSystem.
Application 2 is a quality control appllication called QC.
App1 has a couple of classes, including models, that i would like to use
with App2. I would like a change in a class to be felt in both
applications. How do i acheive this without copying and pasting code??
At the moment im feeling i should have made the whole thing one
2018 Jan 09
4
Revolutions blog: December 2017 roundup
Since 2008, Microsoft (formerly Revolution Analytics) staff and guests have
written about R at the Revolutions blog (http://blog.revolutionanalytics.com)
and every month I post a summary of articles from the previous month of
particular interest to readers of r-help.
In case you missed them, here are some articles related to R from the
month of December:
Hadley Wickham's Shiny app for making
2006 Apr 07
8
Why Ruby on Rails won''t become mainstream
Why Ruby on Rails won''t become mainstream
http://beust.com/weblog/archives/000382.html
Kind of interesting, but didn''t convince me. Though, yeah, I can imagine
a lot of naive programmers sticking with PHP and VB (the type of crowd
that also doesn''t run their own servers, so they''re dependent on hosts
offering Rails for them). Rails DOES have an IDE - soon
2010 Nov 08
15
Can I use shorewell stuff for my problem
Hi all, Im new to shorewell, can anyone guide me whether I can use
shorewell for my work.
I have a requirement in our work:
Each system shall have two Ethernet card interfaces(system means hardware
devices, servers, clients in other words any device or host used in the
project). The IP address of each interface will be of different networks,
subnets and gateways completely. Bcoz if one of
2006 May 16
18
Ruby''s purpose?
Before I get flamed, I just want to start off by saying that I am new to
Ruby and I really enjoy this language and want to see it succeed.
But, what niche does this language fill?
These are serious question, not a put down of the language.
Does it has something to offer for Web 2.0?
Is it just another scripting language?
Does it suppose to replace something else?
Does it suppose to work with
2003 Mar 06
2
Preferred C++ compiler under Windows 2000
Greetings,
I know that most people on here are strong advocates of Unix or a similar OS, but I am interested in calling C++ or using C++ to call R. What is the preferred or the compiler that works the best. In the documentation it appears that VC++ is recommended, but in some posts I have seen statements that claim VC++ is not recommended. I have a DEV C++ IDE, but I would like to borrow from
2008 May 08
23
The wiki - directions and ideas
Hi all
Luke and I have been discussing the wiki and how its future development
might pan out. As a result I thought I''d canvas people for feedback.
Currently the wiki''s layout and structure is fairly ad hoc and it''s a
mix of wiki mark-up and REStructured Text (RST). We''d like to make it
more "manual" like or at least move a significant portion of
2003 Dec 03
6
Zone Scalability
I''m happily running two four zone/four nic shorewall firewall
configuratoins. Great software, works as expected everytime! We are
conteplating a larger and more complex firewall configuration that may
include as many as twelve zones with trying to cram as many as 8+
interfaces into a single machine. Are there any draw backs to this
amount of zones and interfaces into a single
2013 Feb 13
3
A question
I'm beginner with Linux...
I have found a good resource, it's a book called "Beginning Red Hat Linux
9"...
the centos's version that I've installed "centos 6"...
Is this book may be compatible with Centos 6 ?
Best regards...
2006 Feb 17
27
deployment server
Hi all,
On theserverside.com there is an article describing an interview with Bruce
Tate, where he calls Java dead like Cobol.
See: http://www.theserverside.com/news/thread.tss?thread_id=39066
However in the comments, some guy comes up with a good point:
He states the following:
<quote>
I couldn''t come up with a viable enterprise quality/grade deployment
platform for RoR. Even
2009 Apr 03
10
btrfs for enterprise raid arrays
Dear all,
While going through the archived mailing list and crawling along the wiki I didn''t find any clues if there would be any optimizations in Btrfs to make efficient use of functions and features that today exist on enterprise class storage arrays.
One exception to that was the ssd option which I think can make a improvement on read and write IO''s however when attached to