projects in Dancer 2
Hi (), with the progress of my converting the Perl Maven site to use Dancer 2 I wonder, are there any other open source projects that have been converted to Dancer 2? Anything that has been written from scratch using Dancer 2? Are there any non-open source projects that you could mention in public? It would be nice to collect them and to add them to the Dancefloor http://perldancer.org/dancefloor regards Gabor
Thanks for the reminder Gabor! I've already put in a pull request - but what's the next step? https://github.com/PerlDancer/perldancer-website/pull/32 Geekuni is powered by (and teaches) Dancer2. Andrew On Fri, Dec 12, 2014 at 3:57 AM, Gabor Szabo <gabor@szabgab.com> wrote:
Hi (),
with the progress of my converting the Perl Maven site to use Dancer 2 I wonder, are there any other open source projects that have been converted to Dancer 2? Anything that has been written from scratch using Dancer 2?
Are there any non-open source projects that you could mention in public?
It would be nice to collect them and to add them to the Dancefloor http://perldancer.org/dancefloor
regards Gabor
_______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
On 12/12/2014 03:57, Gabor Szabo wrote:
Hi (),
with the progress of my converting the Perl Maven site to use Dancer 2 I wonder, are there any other open source projects that have been converted to Dancer 2? Anything that has been written from scratch using Dancer 2?
Are there any non-open source projects that you could mention in public?
It would be nice to collect them and to add them to the Dancefloor http://perldancer.org/dancefloor
Hi Gabor, For what it's worth I have 2 apps in production written in D2 and both work fine. They are behind a firewall so aren't public, and are dependant on additional facilities like the UK national patient database or a 20+ GB human genome db so there's no point publishing. Just in case you were concerned that there were no documented examples of live D2 apps. -- Richard Jones
Il giorno Fri, 12 Dec 2014 05:57:54 +0200 Gabor Szabo <gabor@szabgab.com> ha scritto:
Hi (),
with the progress of my converting the Perl Maven site to use Dancer 2 I wonder, are there any other open source projects that have been converted to Dancer 2? Anything that has been written from scratch using Dancer 2?
Are there any non-open source projects that you could mention in public?
It would be nice to collect them and to add them to the Dancefloor http://perldancer.org/dancefloor
Now the my project returned to work quite well with latest Dancer2 releases, I was wondering if it could be suitable to be addedo to the Dancefloor page. As I said before in this ML, Strehler (http://www.strehler-cms.org/) is a CMS built on top of Dancer2, it's aim is to make easy create sites where some content management is needed. If you think that the project is suitable for the Dancefloow i'd be proud to do a pull request for the page... -- Cymon http://perlishscrewdriver.blogspot.com/
Booking.com has several internal applications written in Dancer2. On Fri, Dec 12, 2014 at 6:59 PM, Cymon <cymon.ML@gmail.com> wrote:
Il giorno Fri, 12 Dec 2014 05:57:54 +0200 Gabor Szabo <gabor@szabgab.com> ha scritto:
Hi (),
with the progress of my converting the Perl Maven site to use Dancer 2 I wonder, are there any other open source projects that have been converted to Dancer 2? Anything that has been written from scratch using Dancer 2?
Are there any non-open source projects that you could mention in public?
It would be nice to collect them and to add them to the Dancefloor http://perldancer.org/dancefloor
Now the my project returned to work quite well with latest Dancer2 releases, I was wondering if it could be suitable to be addedo to the Dancefloor page.
As I said before in this ML, Strehler (http://www.strehler-cms.org/) is a CMS built on top of Dancer2, it's aim is to make easy create sites where some content management is needed.
If you think that the project is suitable for the Dancefloow i'd be proud to do a pull request for the page...
-- Cymon http://perlishscrewdriver.blogspot.com/ _______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
On Fri, 2014-12-12 at 05:57 +0200, Gabor Szabo wrote:
Anything that has been written from scratch using Dancer 2?
This has: https://github.com/ctrlo/GADS Still very early days, so not a lot of documentation, but I'll be adding that once I've got the bulk of the functionality done. Andy
Hello I 've tested , I've got 2 errors Checking if your kit is complete... Warning: the following files are missing in your kit: dbic sql/sample.sql sql/schema.sql and t/001_base.t ......... 1/1 # Failed test 'use GADS;' # at t/001_base.t line 5. # Tried to use 'GADS'. # Error: Type of arg 1 to keys must be hash (not hash element) at /home/gad/GADS/blib/lib/GADS/Util.pm line 57, near "}) # " # Type of arg 1 to keys must be hash (not hash element) at /home/gad/GADS/blib/lib/GADS/Util.pm line 192, near "}) # " # Compilation failed in require at /home/gad/GADS/blib/lib/GADS/Record.pm line 24. # BEGIN failed--compilation aborted at /home/gad/GADS/blib/lib/GADS/Record.pm line 24. # Compilation failed in require at /home/gad/GADS/blib/lib/GADS.pm line 3. # BEGIN failed--compilation aborted at /home/gad/GADS/blib/lib/GADS.pm line 3. # Compilation failed in require at t/001_base.t line 5. # BEGIN failed--compilation aborted at t/001_base.t line 5. # Looks like you failed 1 test of 1. t/001_base.t ......... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests t/002_index_route.t .. [GADS::Record:19623] core @2014-12-13 19:46:46> Registered Dancer2::Core::DSL__WITH__Dancer2::Plugin::DBIC=HASH(0x2150430) in /home/gad/GADS/blib/lib/GADS/Record.pm l. 22 Type of arg 1 to keys must be hash (not hash element) at /home/gad/GADS/blib/lib/GADS/Util.pm line 57, near "}) " Type of arg 1 to keys must be hash (not hash element) at /home/gad/GADS/blib/lib/GADS/Util.pm line 192, near "}) Le 13/12/2014 18:39, Andrew Beverley a écrit :
On Fri, 2014-12-12 at 05:57 +0200, Gabor Szabo wrote:
Anything that has been written from scratch using Dancer 2? This has:
Still very early days, so not a lot of documentation, but I'll be adding that once I've got the bulk of the functionality done.
Andy
_______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
On Sat, 2014-12-13 at 19:48 +0100, Hugues wrote:
Hello I 've tested , I've got 2 errors
Checking if your kit is complete... Warning: the following files are missing in your kit: dbic sql/sample.sql sql/schema.sql
Thanks for the info - I'll update the MAINFEST file once things have stabilised a bit.
t/001_base.t ......... 1/1 # Failed test 'use GADS;' # at t/001_base.t line 5. # Tried to use 'GADS'. # Error: Type of arg 1 to keys must be hash (not hash element) at home/gad/GADS/blib/lib/GADS/Util.pm line 57, near "})
Using keys with a hash ref requires Perl 5.14. However, having just checked the manual, the feature is apparently experimental, so I've changed that to dereference it first. Thanks, Andy
Hi (),
with the progress of my converting the Perl Maven site to use Dancer 2 I wonder, are there any other open source projects that have been converted to Dancer 2? Anything that has been written from scratch using Dancer 2?
Are there any non-open source projects that you could mention in public?
It would be nice to collect them and to add them to the Dancefloor http://perldancer.org/dancefloor
regards Gabor _______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
I am planning a conversion of the Montpelier-vt.org website into a Dancer2 based open source project. It was originally an Interchange 5 site with lots of modifications. I'm trying to decide how to go about getting started. I'm thinking about making it a Dancer2::Plugin with its own schema similar to Interchange6.
participants (9)
-
Andrew Beverley -
Andrew Solomon -
Cymon -
Gabor Szabo -
Hugues -
Richard Jones -
Rick Bragg -
Sawyer X -
Stefan Hornburg (Racke)