search for: expenses_develop

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

2006 Jan 20
15
Cannot rake migrate on OS X After New Install, Tons of Debugging
I''m getting ready to go to the Rails Studio in Pasadena next week. As part of the prep for that event, I was instructed by the Pragmatic guys to download and install a new Rails 1.0/Ruby 1.8.4 configuration to my OS X 10.4.4 box. I did that three or four days ago. Ever since then, I cannot run a rake migrate command successfully anywhere in my Rails world. (Mind you,
2007 Jun 21
2
Error when trying to run expense program
...#39;m running everything on Mac (mysql) Cheers ./script/../config/../app/controllers/application.rb:5: syntax error, unexpected '':'', expecting kEND ./script/../config/../app/controllers/application.rb:7: syntax error, unexpected '':'', expecting kEND database: expenses_development ^ ./script/../config/../app/controllers/application.rb:8: syntax error, unexpected '':'', expecting kEND username: root ^ ./script/../config/../app/controllers/application.rb:9: syntax error, unexpected '':'', expecting kEND ./script/../co...
2006 Mar 31
14
[newbi] Create a Model
...sql database: expenses_production username: root password: socket: /tmp/mysql.sock # PostgreSQL versions 7.4 - 8.1 # # Get the C bindings: # gem install postgres # or use the pure-Ruby bindings on Windows: # gem install postgres-pr postgresql_example: adapter: postgresql database: expenses_development username: expenses password: # Connect on a TCP socket. Omitted by default since the client uses a # domain socket that doesn''t need configuration. #host: remote-database #port: 5432 # Schema search path. The server defaults to $user,public #schema_search_path: myap...