Advertisement
tony311

Untitled

Jul 22nd, 2011
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. c:\e621>rake db:migrate RAILS_ENV=production (in c:/e621)
  2. config.load_paths is deprecated and removed in Rails 3, please use autoload_paths instead
  3. config.load_paths= is deprecated and removed in Rails 3, please use autoload_paths= instead
  4. The system cannot find the path specified.
  5. == OuroborosEditTakedowns: migrating =========================================
  6. -- add_column(:take_downs, :notes, :text, {:null=>false, :default=>"none"})
  7. -> 0.5811s
  8. == OuroborosEditTakedowns: migrated (0.5820s) ================================
  9.  
  10. == OuroborosAddRegisterIp: migrating =========================================
  11. -- add_column(:users, :ip_addr, "inet", {:null=>false, :default=>"1.3.3.7"})
  12. -> 17.4258s
  13. == OuroborosAddRegisterIp: migrated (17.4268s) ===============================
  14.  
  15. rake aborted!
  16. An error has occurred, this and all later migrations canceled:
  17.  
  18. uninitialized constant OuroborosEditRecords
  19.  
  20. (See full trace by running task with --trace)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement