Re: Merb app failed to start

2009-03-08 Thread IndianGuru
Ben, I did see that error on line 526. However, my simple merb app just displays the current time in the browser window. My idea was to get a very simple merb app working on Heroku and then go in for bigger, meaningful apps. Still stuck.Anyone? On Mar 8, 4:25 pm, Ben Lovell

Re: New App on Heroku not working

2009-03-08 Thread DAZ
Thanks for the help on this guys. Now the error message is: uninitialized constant User::Authentication This comes from the RESTful Authentication plugin, but it hasn't caused rake to abort before. Any ideas what needs doing next? cheers, DAZ On Mar 7, 11:44 pm, Adam Wiggins a...@heroku.com

Re: Merb app failed to start

2009-03-08 Thread Ben Lovell
I'm not familiar with merb but I guess the first step is to find out exactly why something is being written to the filesystem and proceed from there? On Sun, Mar 8, 2009 at 12:55 PM, IndianGuru satish.ta...@gmail.com wrote: Ben, I did see that error on line 526. However, my simple merb app

Re: Merb app failed to start

2009-03-08 Thread IndianGuru
One of the error lines - Loading ./config/environments/production.rb By default Merb creates the file production.rb that contains - Merb.logger.info(Loaded PRODUCTION Environment...) Merb::Config.use { |c| c[:exception_details] = false c[:reload_classes] = false c[:log_level] = :error

Re: Merb app failed to start

2009-03-08 Thread IndianGuru
Thanks Adams - http://github.com/adamwiggins/merb-on-heroku/tree/master I was successful in deploying my Merb app on Heroku. It rocks!! On Mar 8, 11:02 am, IndianGuru satish.ta...@gmail.com wrote: I have deployed Sinatra apps to Heroku before and have had no problems what-so-ever. I tried

User Agent not possible on heroku?

2009-03-08 Thread GreenAsJade
I want my rails app to be able to submit to forms on other sites. However, this requires keeping a cookie. Since the file system is read-only, how can I do that? The ruby user agent packages I've seen expect a filename for the cookie store - not sure how I could use the DB?

Re: User Agent not possible on heroku?

2009-03-08 Thread sbfaulkner
use your tmp folder... it's read-write cheers. On Mar 9, 1:04 am, GreenAsJade martin.jg.greg...@gmail.com wrote: I want my rails app to be able to submit to forms on other sites. However, this requires keeping a cookie.  Since the file system is read-only, how can I do that? The ruby user