Changeset 327

Show
Ignore:
Timestamp:
04/05/06 07:24:40 (3 years ago)
Author:
snowblink
Message:

Removed table prefix from environment.rb
Rails is now an svn external to 1.0.0 tag
Engines is now an svn external to the latest version

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • applications/login_engine/config/environment.rb

    r295 r327  
    4040 
    4141  # See Rails::Configuration for more options 
    42    
    43   config.active_record.table_name_prefix = "james_" 
    4442end 
    4543 
  • applications/login_engine/vendor

    • Property svn:externals set to
      rails http://dev.rubyonrails.org/svn/rails/tags/rel_1-0-0
  • applications/login_engine/vendor/plugins

    • Property svn:externals changed from
      engines http://svn.rails-engines.org/engines/branches/rb_1.0
      login_engine http://svn.rails-engines.org/login_engine/branches/rb_1.0
      to
      engines http://svn.rails-engines.org/plugins/engines
      login_engine http://svn.rails-engines.org/login_engine/branches/rb_1.0