search for: import_login_engine_schema

Displaying 2 results from an estimated 2 matches for "import_login_engine_schema".

2006 Apr 15
3
login_engine database migration broken?
...9;'m trying to migrate the database schema, as detailed here: http://api.rails-engines.org/login_engine/. The commands I''ve tried are: rake engine_migrate ENGINE=login which fails with "Don''t know how to build task ''engine_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...
2006 Feb 26
7
LoginEngine problems
I''m trying to get a simple authentication system going for a small rails app. After much research, it looks like LoginEngine should do exactly what I want. Now, the documentation is somewhat confusing to me when looked at in the light of reality. There are some places that say you have to install the "engines" plugin. But, I cannot find such a beast. So, I installed the