2007/4/10, Luis Parravicini <[EMAIL PROTECTED]>:
On 4/8/07, Marconi Poveda <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] depot]$ rake db:migrate > (in /home/uni/workspace_rails/depot) > rake aborted! > Don't know how to build task 'db:migrate' No se si te servira para este problema, pero si corres rake con el argumento -T te tira un listado de todos los tasks que podrias usar.
[EMAIL PROTECTED] depot]$ rake --task (in /home/uni/workspace_rails/depot) rake add_new_scripts # Add new scripts to the application script/ directory rake apidoc # Build the apidoc HTML Files rake appdoc # Build the appdoc HTML Files rake clear_logs # Clears all *.log files in log/ rake clobber_apidoc # Remove rdoc products rake clobber_appdoc # Remove rdoc products rake clobber_plugindoc # Remove plugin documentation rake clone_schema_to_test # Recreate the test database from the current environment's database schema. rake clone_structure_to_test # Recreate the test databases from the development structure rake create_sessions_table # Creates a sessions table for use with CGI::Session::ActiveRecordStore rake db_schema_dump # Create a db/schema.rb file that can be portably used against any DB supported by AR. rake db_schema_import # Import a schema.rb file into the database. rake db_structure_dump # Dump the database structure to a SQL file rake default # Run all the tests on a fresh test database rake drop_sessions_table # Drop the sessions table rake freeze_edge # Lock this application to the Edge Rails (by exporting from Subversion). Defaults to svn HEAD; do 'rake freeze_edge REVISION=1234' to lock to a specific revision. rake freeze_gems # Lock this application to the current gems (by unpacking them into vendor/rails) rake load_fixtures # Load fixtures into the current environment's database rake migrate # Migrate the database according to the migrate scripts in db/migrate (only supported on PG/MySQL). A specific version can be targetted with VERSION=x rake plugindoc # Generate documation for all installed plugins rake prepare_test_database # Prepare the test database and load the schema rake purge_sessions_table # Drop and recreate the session table (much faster than 'DELETE * FROM sessions') rake purge_test_database # Empty the test database rake reapidoc # Force a rebuild of the RDOC files rake reappdoc # Force a rebuild of the RDOC files rake recent # Run tests for recentprepare_test_database rake stats # Report code statistics (KLOCs, etc) from the application rake test_functional # Run tests for test_functionalprepare_test_database rake test_plugins # Run tests for test_pluginsenvironment rake test_units # Run tests for test_unitsprepare_test_database rake unfreeze_rails # Unlock this application from freeze of gems or edge and return to a fluid use of system gems rake update_javascripts # Update your javascripts from your current rails install. [EMAIL PROTECTED] depot]$ [EMAIL PROTECTED] depot]$ ruby script/about About your application's environment Ruby version 1.8.5 (i686-linux) RubyGems version 0.8.11 Rails version 1.0.0 Active Record version 1.13.2 Action Pack version 1.11.2 Action Web Service version 1.0.0 Action Mailer version 1.1.5 Active Support version 1.2.5 Application root /home/uni/workspace_rails/depot Environment development Database adapter mysql [EMAIL PROTECTED] depot]$ [EMAIL PROTECTED] depot]$ gem list *** LOCAL GEMS *** actionmailer (1.1.5) Service layer for easy email delivery and testing. actionpack (1.11.2) Web-flow and rendering framework putting the VC in MVC. actionwebservice (1.0.0) Web service support for Action Pack. activerecord (1.13.2) Implements the ActiveRecord pattern for ORM. activesupport (1.2.5) Support and utility classes used by the Rails framework. postgres-pr (0.4.0) A pure Ruby interface to the PostgreSQL (>= 7.4) database rails (1.0.0) Web-application framework with template engine, control-flow layer, and ORM. rake (0.7.0) Ruby based make-like utility. sources (0.0.1) This package provides download sources for remote gem installation [EMAIL PROTECTED] depot]$ Estan son todas las salidas que me pidieron, espero me puedan ayudar. Saludos::.. Saludos
-- Luis Parravicini http://ktulu.com.ar/blog/ _______________________________________________ ruby mailing list [email protected] http://lista.rubyargentina.com.ar/listinfo.cgi/ruby-rubyargentina.com.ar
-- Marconi A. Poveda Chacón. Managua, Nicaragua. Móvil (505) - 6305290 http://marconipoveda.blogspot.com
_______________________________________________ ruby mailing list [email protected] http://lista.rubyargentina.com.ar/listinfo.cgi/ruby-rubyargentina.com.ar
