Changeset 391

Show
Ignore:
Timestamp:
06/03/06 06:11:47 (3 years ago)
Author:
lazyatom
Message:

Removed documentation/rake tasks that refer the schema.rb (Ticket #155)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • login_engine/branches/rb_1.0/CHANGELOG

    r376 r391  
    22* Added version 
    33* Removed errant requires no longer needed (murray.steele@gmail.com, Ticket #156, Ticket #157, Ticket #158) 
    4  
     4# Removed documentation/rake tasks that refer the schema.rb (Ticket #155) 
    55 
    66= v1.0.1 
  • login_engine/branches/rb_1.0/README

    r375 r391  
    100100=== Create the DB schema 
    101101 
    102 After you have done the modifications the the ApplicationController and its helper, you can import the user model into the database. An ActiveRecord schema.rb file is provided in login_engine/db/schema.rb, along with migration information in login_engine/db/migrate/.  
     102After you have done the modifications the the ApplicationController and its helper, you can import the user model into the database. Migration information in login_engine/db/migrate/.  
    103103 
    104104You *MUST* check that these files aren't going to interfere with anything in your application.