search for: magneticworld

Displaying 3 results from an estimated 3 matches for "magneticworld".

2006 Aug 08
2
Migrations broken on trunk?
Just got an odd error running migrations off of a new trunk today. Is this my fault is there a bug right now? > rake db:migrate --trace (in /home/magneticworld) ** Invoke db:migrate (first_time) ** Invoke environment (first_time) ** Execute environment rake aborted! undefined method `instantiate_observers'' for ActiveRecord::Base:Class /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/base.rb:1129:in `method_missing''...
2006 Aug 10
6
Migrations suddenly broken: undefined method autoload_paths
...I have installed the latest rails gems, even though I am running edge. I have even restarted our server. I just have no idea what to do next. It should be noted that everything works just fine on my windows development machine. Please someone help me figure out what is going on. -Alex [root@magneticworldinc mw]# rake db:migrate --trace (in /home/magneticworld) ** Invoke db:migrate (first_time) ** Invoke environment (first_time) ** Execute environment rake aborted! undefined method `autoload_paths='' for Dependencies:Module /home/magneticworld/config/../vendor/rails/railties/lib/initializer....
2006 Jun 08
2
Running the same application multiple times with different enevironments
Hi! I have an application that needs to be run on multiple virtual hosts (Apache2) with each instance having it''s own environment / database. Using dispatch.cgi I simply configure two virtual hosts pointing to the same application path and just add a "SetEnv RAILS_ENV <environment_name>" to each virtual host section in the Apache configuration. But with FastCGI /