A question about the ecosystem.

2011-08-30 Thread Tim Uckun
I am a long time rails developer looking for a new framework which is leaner and less complex than rails. Camping appeals to me for a lot of reasons but I am curious about how a moderately conplex app would look like in camping. In rails my Gemfile is full of third party libraries and I am

Would like some hints on best ways to search for camping questions.

2013-10-31 Thread Tim Uckun
Hello Campers. On a whim I thought I would try to fool around with camping. The documentation is nice and does a fine job of covering what it wants to cover but I needed some information not covered by the docs so I tried various ways to search google for them. For some reason the searching

Re: Would like some hints on best ways to search for camping questions.

2013-11-03 Thread Tim Uckun
, son write me please, and I'll focus the doc via your questions. Thread name: Would like some hints on best ways to search for camping questions. Mail number: 1 Date: Fri, Nov 01, 2013 In reply to: Tim Uckun Hello Campers. On a whim I thought I would try to fool around with camping

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

Re: Benchmarked

2013-11-18 Thread Tim Uckun
install on the same hardware, for better or worse. Would be interesting to see but I'm not going to rebuild my server to find out, maybe I'll try it in AWS or something. On Mon, Nov 18, 2013 at 2:53 PM, Tim Uckun timuc...@gmail.com wrote: Those are fascinating and very surprising results

Multiple camping apps in the same rackup?

2013-12-08 Thread Tim Uckun
The camping book says this You can also use Rack::URLMap to plug a whole bunch of different apps in to one folder. A camping app here, a rails project there, a sinatra doodad over there in the corner messing up the whole global namespace. The possibilities are severely limited! Does anybody have

Camping without markaby.

2013-12-22 Thread Tim Uckun
How can I use something other than markaby for my views? My understanding is that markaby is very slow. Thanks. ___ Camping-list mailing list Camping-list@rubyforge.org http://rubyforge.org/mailman/listinfo/camping-list

Re: Multiple camping apps in the same rackup?

2013-12-31 Thread Tim Uckun
map /sinatra do run Sinatra::Application.new end // Magnus Holm On Sun, Dec 8, 2013 at 12:41 PM, Tim Uckun timuc...@gmail.com wrote: The camping book says this You can also use Rack::URLMap to plug a whole bunch of different apps in to one folder. A camping app here, a rails

Re: camping app on elastic beanstalk

2014-01-17 Thread Tim Uckun
If you run the migrations it should create the database for you. On Sat, Jan 18, 2014 at 3:46 AM, arca0 arcaz...@gmail.com wrote: ok, I'm an absolute newbie myself so I'm just guessing away here, but since nobody else is responding, here goes ;D I can't see a single line of code that would