Displaying 7 results from an estimated 7 matches for "engine_migrate".
2006 Jan 23
3
running rake commands from rake migrate
Hi there,
How can I run rake commands from a rake migration? I''m looking to run
rake engine_migrate and others commands from a migration in order to
migrate my engines along with my core app. Any advice is appreciated.
Thanks,
Jason
2006 Apr 08
1
Problems with Login Engine/rake
Hello,
I have been having problems installing the Login Engine.
I follow all the steps found on the download site (rails-engines.org),
but when I get to the DB_SCHEMA step, I do
rake engine_migrate ENGINE=login in the application root.
"""
C:\rails\cag> rake engine_migrate ENGINE=login
(in C:/rails/cag)
rake aborted!
Don''t know how to build task ''engine_migrate''
(See full trace by running task with --trace)
C:\rails\cag> rake engine_migrate...
2006 Jan 29
0
Rake 0.7.0 breaks "rake engine_migrate"?
Hi,
Everything was working fine. Then I upgraded Rake to 0.7.0.
Now, when I do a "rake engine_migrate", I get:
~/Projects/cisv/trunk joevandyk$ rake engine_migrate
(in /Users/joevandyk/Projects/cisv/trunk)
The db/migrate directory for engine ''login_engine'' appears to be missing.
Should be: /Users/joevandyk/Projects/cisv/trunk/config/../Users/joevandyk/Projects/cisv/trunk/con...
2006 Apr 15
3
login_engine database migration broken?
I''m trying to install the login_engine. I installed the engine system
and the login_engine, and now I''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/s...
2006 Apr 09
2
Substruct v0.6
...- Faceted navigation of product categories
- Fixed bug where product images would auto-delete when updating
something else about a product.
Upgrade steps:
0. Update the source
tar -xzvf substruct.tar.gz my_rails_app/vendor/plugins/
1. Update the DB
rake engine_migrate
2. Add blank loading html file for modal. This page gets swapped into
the modal dialog (as seen when editing tags) when it''s not visible.
touch public/loading.html
3. Install RMagick
This is necessary for automatic image resizing of product images
--
se...
2006 May 15
2
login engine error
Hi everybody,
I am new to rails.
I get the following error when run the rake engine:migrate for the
engine login_engine.
------------------------------------------------------------------------
gbalaji:~/projects/test/vendor/plugins/login_engine gopalbalaji$ rake
engine_migrate ENGINE=log --trace
(in /Users/gopalbalaji/Projects/test)
** Invoke engine_migrate (first_time)
** Invoke db:migrate:engines (first_time)
** Invoke environment (first_time)
** Execute environment
rake aborted!
no such file to load -- authenticated_user
/usr/local/lib/ruby/site_ruby/1.8/rubygems/cust...
2005 Dec 02
8
UserEngine: stack level too deep
Hi,
I''m trying to get the UserEngine running.
I have installed the LoginEngine, added the essential lines to
environment.rb / application.rb and application_helper.rb.
Worked fine.
Then I did the same with the UserEngine and when trying to set up the
db:
rake engine_migrate ENGINE=user
I get:
Migrating engine ''user_engine''
rake aborted!
stack level too deep
But... the db-tables seem to created right. And I tried:
rake bootstrap
with the same result:
rake aborted!
stack level too deep
Same when I browse to http://localhost:3000/users/list
"Acti...