[Rails] Re: Help with deploying my app!

2009-01-15 Thread Dr_Gavin
removed ":shallow => true" should have spotted that earlier -duh On 15 Jan, 11:52, Dr_Gavin wrote: > I've finally got my app running :www.thinkersplayground.com > > A new problem has arisen though :S > > My app was written in Rails 2.1 but Im running it on Rails 2.2.2 on my > host > > Previous

[Rails] Re: Help with deploying my app!

2009-01-15 Thread Dr_Gavin
I've finally got my app running : www.thinkersplayground.com A new problem has arisen though :S My app was written in Rails 2.1 but Im running it on Rails 2.2.2 on my host Previously, all of my routes worked fine, they were all tested and life was kushty. Here's a sample of my routes.rb file:

[Rails] Re: Help with deploying my app!

2009-01-14 Thread Dr_Gavin
This is still really stressing me out. If anybody could spare a few minutes to help out I'd really appreciate it. The problem is that my app cant seem to locate the MySQL gem. My host have a system in which you load gems automatically by selecting them from a list. They then explain my gem is s

[Rails] Re: Help with deploying my app!

2009-01-13 Thread Dr_Gavin
600host.net On 13 Jan, 18:55, "jason white" wrote: > who are you hosting your site with? > > On Tue, Jan 13, 2009 at 12:52 PM, Dr_Gavin wrote: > > > Okay - so I'm guessing now that the problem is with my app and MYSQL > > > "MissingSourceFile (no such file to load -- mysql)" > > > I have insta

[Rails] Re: Help with deploying my app!

2009-01-13 Thread jason white
who are you hosting your site with? On Tue, Jan 13, 2009 at 12:52 PM, Dr_Gavin wrote: > > Okay - so I'm guessing now that the problem is with my app and MYSQL > > "MissingSourceFile (no such file to load -- mysql)" > > I have installed the MySQL 2.7 gem on my domain using the options > provided

[Rails] Re: Help with deploying my app!

2009-01-13 Thread Dr_Gavin
Okay - so I'm guessing now that the problem is with my app and MYSQL "MissingSourceFile (no such file to load -- mysql)" I have installed the MySQL 2.7 gem on my domain using the options provided by my host. After rebooting (and reloading) I still have the same issue. Anyone have any ideas? I'm

[Rails] Re: Help with deploying my app!

2009-01-13 Thread Dr_Gavin
Most recent entry to the log, when I visit the homepage: Processing Public::HomepageController#index (for 84.64.194.14 at 2009-01-13 18:18:10) [GET] Parameters: {"action"=>"index", "controller"=>"public/homepage"} Processing Public::HomepageController#index (for 84.64.194.14 at 2009-01-13 18:

[Rails] Re: Help with deploying my app!

2009-01-13 Thread jason white
what errors are in the production log? Jason On Tue, Jan 13, 2009 at 12:13 PM, Dr_Gavin wrote: > > Thanks Craig > I didn't actually realise there was a deployment group. > > I've managed to get the app running on the server now. > > In my routes.rb I have set map.root to my homepage controller'

[Rails] Re: Help with deploying my app!

2009-01-13 Thread Dr_Gavin
Thanks Craig I didn't actually realise there was a deployment group. I've managed to get the app running on the server now. In my routes.rb I have set map.root to my homepage controller's index In deployment mode, I remove public/index.html and my homepage action became the default index path T

[Rails] Re: Help with deploying my app!

2009-01-13 Thread Craig Demyanovich
If you post specific problems, I'm sure folks here will try to help. You might also check out the deployment group: http://groups.google.com/group/rubyonrails-deployment Regards, Craig --~--~-~--~~~---~--~~ You received this message because you are subscribed to t