Displaying 4 results from an estimated 4 matches for "001_".
Did you mean:
0014
2006 Jun 18
1
Problem using "rake db:migrate"
...t; feature for creating
tables in a database.
Following are the details.
I have 2 applications say "app1" & "app2". I want both of them to use same
database say "testdb".
For "app1", I create 3 models which in turn create 3 migration files with
prefix, 001_, 002_ & 003_. Now I execute "rake db:migrate" so that 3 tables
corresponding to 3 models will get created in database "testdb" &
schema_info table will have version = 3.
So far, so good.
Now, from "app2" I want to create a new table, for which I create a new...
2006 Jul 06
5
Building a standalone application with RoR
Hello,
I have to code a small application for a car repair shop running under
Windows (98 SE but may be my client could upgrade to 2000) and using RoR
is my definite choise !
The app will be powered by WebRick (which is enough powerfull for a
small app used by only ONE user at a time)
My questions are targeted to the best database to use... I had a look to
SQLite and Firebird but support
2002 Dec 25
1
some weird filename related error
...ite i got OggDrop XPd 1.6 beta 13, and the ogg output plugin for winamp have a problem with this filename:
Pre Club Mix (Mixed by DJ Pete Gooding) - Cafe Mambo The Real Sound Of Ibiza - David Morales and Albert Cabrera present Moca feat Deanna - Higher (Mo and Al's Original Mix)
and this one
001_Pre Club Mix (Mixed by DJ Pete Gooding) - Cafe Mambo The Real Sound Of Ibiza - David Morales and Albert Cabrera present Moca feat Deanna - Higher (Mo and Al's Original Mix)
~~~~
first time error (refusing to encode the track) occured, i was encoding from CD to q3.5.
tried a couple times, on on...
2006 Mar 30
3
simple migration problem
Hi:
I''m running RoR 1.1
I''m going through the Agile book Depot example and I want to generate my
next migration file so i''m typing
./script/generate migration depot
I was sort of expecting to get the file 002_depot.rb .. instead i''m
being informed that there already exists a migration named depot..and no
new file is generated..
should I be using a new