Changeset 391
- Timestamp:
- 06/03/06 06:11:47 (3 years ago)
- Files:
-
- login_engine/branches/rb_1.0/CHANGELOG (modified) (1 diff)
- login_engine/branches/rb_1.0/README (modified) (1 diff)
- login_engine/branches/rb_1.0/tasks (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
login_engine/branches/rb_1.0/CHANGELOG
r376 r391 2 2 * Added version 3 3 * 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) 5 5 6 6 = v1.0.1 login_engine/branches/rb_1.0/README
r375 r391 100 100 === Create the DB schema 101 101 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/.102 After 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/. 103 103 104 104 You *MUST* check that these files aren't going to interfere with anything in your application.
