Camping Blog with Sequel, Thin and Rake

2013-11-14 Thread Koaps Freeman
Hi All,

I just wanted to pass along some code I did recently.

https://github.com/koaps/camping-thin-blog

It's basically the Camping example Blog modified to work with Sequel, Thin
Server and Rake migrations.

I mainly did this because I'm testing using Camping on JRuby and
Celluloid's Reel-Rack and since native extensions are problematic on
current JRuby, I needed an easy alternative to pg gem and Sequel
JDBC:Postgres isn't bad, though I could have used JDBC from AR.


As a side note, here's my Nginx/HAProxy setup I'm using to frontend the
Camping Apps with a backup server to host a static page if the app is down.

http://nullworks.wordpress.com/2013/11/09/nginx-and-haproxy-for-fun-and-profit/
___
Camping-list mailing list
Camping-list@rubyforge.org
http://rubyforge.org/mailman/listinfo/camping-list

Re: Camping Blog with Sequel, Thin and Rake

2013-11-14 Thread låzaro
amazing job

Thread name: Camping Blog with Sequel, Thin and Rake 
Mail number: 1 
Date: Thu, Nov 14, 2013 
In reply to: Koaps Freeman 

 Hi All,
 
 I just wanted to pass along some code I did recently.
 
 https://github.com/koaps/camping-thin-blog
 
 It's basically the Camping example Blog modified to work with Sequel, Thin
 Server and Rake migrations.
 
 I mainly did this because I'm testing using Camping on JRuby and Celluloid's
 Reel-Rack and since native extensions are problematic on current JRuby, I
 needed an easy alternative to pg gem and Sequel JDBC:Postgres isn't bad, 
 though
 I could have used JDBC from AR.
 
 
 As a side note, here's my Nginx/HAProxy setup I'm using to frontend the 
 Camping
 Apps with a backup server to host a static page if the app is down.
 
 http://nullworks.wordpress.com/2013/11/09/nginx-and-haproxy-for-fun-and-profit/
 

 ___
 Camping-list mailing list
 Camping-list@rubyforge.org
 http://rubyforge.org/mailman/listinfo/camping-list


-- 
 Warning! 
100'000 pelos de escoba fueron
introducidos satisfactoriamente
en su puerto USB.




___
Camping-list mailing list
Camping-list@rubyforge.org
http://rubyforge.org/mailman/listinfo/camping-list


Re: Camping Blog with Sequel, Thin and Rake

2013-11-14 Thread Tim Uckun
Thanks for posting this. It's good to have a non trivial one file app to
learn from.




On Fri, Nov 15, 2013 at 7:31 AM, Koaps Freeman koapsfree...@gmail.comwrote:

 Hi All,

 I just wanted to pass along some code I did recently.

 https://github.com/koaps/camping-thin-blog

 It's basically the Camping example Blog modified to work with Sequel, Thin
 Server and Rake migrations.

 I mainly did this because I'm testing using Camping on JRuby and
 Celluloid's Reel-Rack and since native extensions are problematic on
 current JRuby, I needed an easy alternative to pg gem and Sequel
 JDBC:Postgres isn't bad, though I could have used JDBC from AR.


 As a side note, here's my Nginx/HAProxy setup I'm using to frontend the
 Camping Apps with a backup server to host a static page if the app is down.


 http://nullworks.wordpress.com/2013/11/09/nginx-and-haproxy-for-fun-and-profit/


 ___
 Camping-list mailing list
 Camping-list@rubyforge.org
 http://rubyforge.org/mailman/listinfo/camping-list

___
Camping-list mailing list
Camping-list@rubyforge.org
http://rubyforge.org/mailman/listinfo/camping-list