search for: ceedwlt

Displaying 5 results from an estimated 5 matches for "ceedwlt".

2006 Mar 30
10
Problems upgrading to Rails 1.1
Hi All, I just tried to upgrade to Rails 1.1 on my Linux server and had the following issue when running the second part of the upgrade. [root@localhost ~]# rake rails:update rake aborted! No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb) /usr/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake.rb:1635:in `load_rakefile'' (See full trace by running task with
2006 Jan 31
2
Production Mode
In production ( hosted in dreamhost) during migratin , I want send the users to a maintaince page. Is there any standard way of doing this. Rgds, --Siva Jagadeesan http://www.varcasa.com/ My First Rails Project. Powered by Typo and soon by RForum too -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 May 17
2
MissingSourceFile in LoginController#login PROBLEM
Hi All, I''m new to this and having a hard time getting a ruby on rails app to work. The problem seems to be realted to sqlite3 but as far as I know sqlite3 is working properly on its own. You can check out my error messages at http://129.173.68.245 Any advice on what might be causing this problem is greatly appreciated. S. --------------------------------- All new Yahoo!
2006 Mar 23
4
Error with Rails 1.1RC1 and Properties page
I just tried setting up a simple Rails app, after updating to the 1.1RC1 version of Rails. Generating a simple scaffold worked fine, and WEBrick started fine with script/server. I then went to the http://localhost:3000 page and clicked on the "About your application''s environment" link, and an error was displayed: NoMethodError in Rails/info#properties private method
2006 Apr 18
3
Capistrano and Certificates
All, I''m setting up a deployment script with Capistrano at the moment, and am running into some trouble when it attempts to pull the code down from the SVN server when I run the deploy task. The SVN server runs over https, and the problem seems to be when I get asked whether I want to accept or reject the certificate. I hit ''p'' to accept the certificate permanently,