Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Using Sequel in Production, Testimonials?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Jeremy Evans  
View profile  
 More options Aug 22 2011, 8:26 pm
From: Jeremy Evans <jeremyeva...@gmail.com>
Date: Mon, 22 Aug 2011 17:26:37 -0700 (PDT)
Local: Mon, Aug 22 2011 8:26 pm
Subject: Using Sequel in Production, Testimonials?
During my PgWest presentation next month, I'm planning on having a
slide about production uses of Sequel.  If you are using Sequel in
production and would like to be mentioned, please reply (either
publicly here or privately to me) and let me know what you are using
Sequel for.  If you want to include a company logo, that would be
helpful too.

Also, if anyone wants to write a testimonial for using Sequel (e.g.
"We started using Sequel at XXX and found that we write code faster,
it runs faster, and it has fewer bugs"), I'd be interested in that as
well.  Not just for the presentation, but possibly also for a page on
Sequel's website.

Thanks,
Jeremy


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jim Morris  
View profile  
 More options Aug 23 2011, 4:41 pm
From: Jim Morris <wolfma...@gmail.com>
Date: Tue, 23 Aug 2011 13:41:52 -0700 (PDT)
Local: Tues, Aug 23 2011 4:41 pm
Subject: Re: Using Sequel in Production, Testimonials?

I've used Sequel for my production blog engine, initially with Merb then
ported to Rails3, full source code is here
http://github.com/wolfmanjm/wolfmanblog_rails.

I have not found too many examples of sequel usage as the ORM in Rails3 but
I prefer it over activerecord..

I also use Sequel extensively for Database maintenance scripts, whether it
be for pruning, cleanup, extracting information etc.

It really simplifies database access, and of course in cases where MySQL and
PostgreSQL are used it can use the same script. Although I primarily use
PostgreSQL.

Lastly I use the Sequel migrations for maintaining database schemas whether
or not they are rails apps.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Peter van Hardenberg  
View profile  
 More options Aug 23 2011, 4:57 pm
From: Peter van Hardenberg <p...@pvh.ca>
Date: Tue, 23 Aug 2011 13:57:50 -0700
Local: Tues, Aug 23 2011 4:57 pm
Subject: Re: Using Sequel in Production, Testimonials?

I'm a huge fan of Sequel, and we use it extensively throughout our database
service. It makes a great compromise between traditional Rails developers
who prefer to keep their noses clean and stay out of SQL and
database-centric engineers who know how to get in and write a custom query
that will make the optimizer sing. Personally, my favorite element of SQL is
the malleable Dataset, which allows me to take a query back and forth
between SQL and Ruby with ease.

-p

On Mon, Aug 22, 2011 at 5:26 PM, Jeremy Evans <jeremyeva...@gmail.com>wrote:

--
Peter van Hardenberg
San Francisco, California
"Everything was beautiful, and nothing hurt." -- Kurt Vonnegut

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
pachl  
View profile  
 More options Aug 25 2011, 6:26 am
From: pachl <clintpa...@gmail.com>
Date: Thu, 25 Aug 2011 03:26:49 -0700 (PDT)
Local: Thurs, Aug 25 2011 6:26 am
Subject: Re: Using Sequel in Production, Testimonials?
On Aug 22, 5:26 pm, Jeremy Evans <jeremyeva...@gmail.com> wrote:

> During my PgWest presentation next month, I'm planning on having a
> slide about production uses of Sequel.  If you are using Sequel in
> production and would like to be mentioned, please reply (either
> publicly here or privately to me) and let me know what you are using
> Sequel for.  If you want to include a company logo, that would be
> helpful too.

> Also, if anyone wants to write a testimonial for using Sequel (e.g.
> "We started using Sequel at XXX and found that we write code faster,
> it runs faster, and it has fewer bugs"), I'd be interested in that as
> well.  Not just for the presentation, but possibly also for a page on
> Sequel's website.

In my previous life I was a hard real-time embedded C programmer. The
complexities and bloat of web frameworks and ORMs don't fit my
paradigm. But then I discovered Rack/Sinatra and Sequel. These
programs are clean, elegantly designed, and their documentation is
excellent.

In late 2010, I rewrote my custom e-commerce site, TargetMeister.com,
utilizing Sinatra and Sequel. I can attest my app code was reduced by
over 40%. Moreover, my efficiency as a programmer as been increased by
orders of magnitude. I will be using the Sinatra/Sequel combo
exclusively on all future web projects.

In the past, implementing additional database back-end use to require
lots of planning, testing, and writing huge, custom data models.
Sequel just makes sense; it is amazingly clean, efficient, and fun!
Thanks to Jeremy for keeping the Ruby & Sequel ports on OpenBSD update
to date. :-)

Clint Pachl


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Serg Podtynnyi  
View profile  
 More options Sep 1 2011, 12:14 pm
From: Serg Podtynnyi <serg.podtyn...@gmail.com>
Date: Thu, 1 Sep 2011 09:14:40 -0700 (PDT)
Local: Thurs, Sep 1 2011 12:14 pm
Subject: Re: Using Sequel in Production, Testimonials?

Using Sequel in our intranet and backends for accessing MSSQL server,
generating reports, statistics and  as interactive shell to database to
collect real time information. SPB Software spb.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
rohit  
View profile  
 More options Sep 5 2011, 1:59 pm
From: rohit <rohit.namjo...@gmail.com>
Date: Mon, 5 Sep 2011 10:59:02 -0700 (PDT)
Local: Mon, Sep 5 2011 1:59 pm
Subject: Re: Using Sequel in Production, Testimonials?
Hi Jeremy,

We have been using Sequel in production for over a year to flawlessly
process hundreds of millions of transactions on http://www.offers.com.
We ported an ASP/.Net data analysis and reporting system to JRuby/
Rails 3/Sequel. The old system had 70K+ lines of high maintenance and
impractical to test SQL Server stored procedures and 20+ SSIS
packages. All of that has been replaced with testable, maintainable
Sequel. Less code, more code re-use, far fewer bugs and a huge
increase in my teams productivity. The elegance and flexibility of
Sequel made this possible.

Thank you for your awesome support and dedication to Sequel.

Rohit Namjoshi
VP of Technology
Vertive, LLC.
http://www.vertive.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Christian MICHON  
View profile  
 More options Sep 6 2011, 11:29 am
From: Christian MICHON <christian.mic...@gmail.com>
Date: Tue, 6 Sep 2011 17:29:43 +0200
Local: Tues, Sep 6 2011 11:29 am
Subject: Re: Using Sequel in Production, Testimonials?

On Tue, Aug 23, 2011 at 2:26 AM, Jeremy Evans <jeremyeva...@gmail.com> wrote:
> During my PgWest presentation next month, I'm planning on having a
> slide about production uses of Sequel.  If you are using Sequel in
> production and would like to be mentioned, please reply (either
> publicly here or privately to me) and let me know what you are using
> Sequel for.  If you want to include a company logo, that would be
> helpful too.

I believe I cannot disclose here anything confidential related to my
day work without proper prior approval. But without disclosing any
strategic info, I can share that our most complex use of Sequel at day
work involves Sequel models with pagination and xml serialization.

> Also, if anyone wants to write a testimonial for using Sequel (e.g.
> "We started using Sequel at XXX and found that we write code faster,
> it runs faster, and it has fewer bugs"), I'd be interested in that as
> well.  Not just for the presentation, but possibly also for a page on
> Sequel's website.

On a personal usage point of view, Sequel is the only ORM I can use
with jruby and H2 databases. I use it for my code explorations on
small web applications (sinatra or ramaze).

--
Christian


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »