Skip to content

Commit

Permalink
Rimossa opzione timestamped_migration, da aggiornamento di ActiveRecord.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopecchia committed Jun 20, 2008
1 parent cf45ee8 commit 28bae2d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions text/01_ActiveRecord/20_utc_migrations.markdown
Expand Up @@ -14,10 +14,6 @@ Inoltre, è stata introdotta una nova tabella chiamata **schema_migrations** che

Apparentemente questo risolve il problema del conflitto nelle **migrations**.

Esiste un'opzione per disabilitare questa feature, basta includere il seguente codice nel file **environment.rb**:

config.active_record.timestamped_migrations = false

Ci sono anche nuovi task rake per "attraversare" le **migrations**:

rake db:migrate:up
Expand Down

0 comments on commit 28bae2d

Please sign in to comment.