search for: myapp_development

Displaying 3 results from an estimated 3 matches for "myapp_development".

2011 May 21
1
Problem with creating a sample application.
...nstalled. ruby => 1.8.7 rails => 3.0.7 libraries gem =>1.8.2 mysql5. My Gemfile looks as below. As per a suggestion in a website I have tried mysql 2.8.1 and changed in the yaml file still it didnot work " development: adapter: mysql encoding: utf8 reconnect: false database: myapp_development pool: 5 username: root password: socket: /var/run/mysqld/mysqld.sock " gem ''rails'', ''3.0.7'' gem ''mysql2'' #gem ''mysql'', ''2.8.1'' # end can you please help me ? -- You received this message beca...
2007 Jun 21
2
Error when trying to run expense program
Guys, I m trying to get up to speed on Rails via the Apple tutorial at:http://developer.apple.com/tools/rubyonrails.html Problem is when I try and access localhost:3000/expenses I get the following error. It may be a breeze for you to figure out but since I dont know jack about rails it seems cryptic to me. Application.rb seems to be very similar to the database.yml file. I''m running
2006 Apr 18
7
Connecting to multiple databases
Hi Everyone, I am trying to connect to multiple databases and followed along the Recipe in Chad Fowlers ''Rails Recipes'' book (which basically is about establishing the connection in a subclass of ActiveRecord::Base, and inheriting all classes in need of this connection from this class) Chad Fowler says: "You won''t be able to instantiate an External, of course,