search for: 001_initial_schema

Displaying 5 results from an estimated 5 matches for "001_initial_schema".

2006 Apr 15
3
login_engine database migration broken?
...e_migrate''." and: rake import_login_engine_schema ENGINE=login which fails with "no such file to load -- /Users/admanb/Documents/h4x/Ruby/anime/config/../vendor/plugins/login_engine/db/schema.rb" and there is, infact, no such file. There''s only one named "001_initial_schema.rb" in login_engine/db/migrate. Will it work find if I just add the table to my sql database? Thanks, Adam -- Posted via http://www.ruby-forum.com/.
2006 Jun 08
2
LoginEngine: undefined method `generate_security_token''
...redirect_to :action => ''login'' end Initially, I also had undefined method errors for password and new_password for #<User...>, so I added these fields to the user table. It seems like the LoginEngine was not correctly installed or at least the migration 001_initial_schema was incomplete. I can work around with that, however, this error truly seems like a missing method. This is my first experience installing an engine. Any help is appreciated! Dave -- Posted via http://www.ruby-forum.com/.
2006 Feb 24
3
Migrations, data loads and changes to the model
Guys, I''ve run across an interesting scenario with my migrations, and I hope you might share some insight. Let''s say I have 3 migrations and two Models (Person and Car): 001_initial_schema.rb 002_data_load.rb 003_add_car_association.rb The first creates the initial schema...the second loads default data using model objects of Person to do so, and the third creates a new table, "cars", and modifies the "persons" table to create a :has_one relationship of Per...
2006 Apr 21
5
installing hieraki help
Ahoy, I tried to install hieraki and it was a big mess. 1) upload_progress module needed to be installed 2) no test/development server configured in the config file so i had to add those 3) no log directory, had to add that 4) had to install 2 gems (ok fine) 5) once the server started, go to homepage and " NameError in Wiki/pageController#index uninitialized constant Node RAILS_ROOT:
2006 Jan 23
15
Looking for DB/Model Design Suggestions
Hi, I''m working on an app - my first Rails - and am looking for some suggestions on the best way (or good way) to set up my models / DB. In general there are teams and matches; a team will participate in multiple matches, and in each match there will be 6 teams - 3 vs. 3. I''m going to want to be able, for a particular team, pull up all matches for that team, to display a