Commit df56fa2866e35ccc2db2ffcb6bfe94bdb040be43

Authored by Rafael Manzo
1 parent 3a2c80a1

environment.rb adapted

Showing 2 changed files with 5 additions and 1 deletions   Show diff stats
MIGRATION_ISSUES
... ... @@ -4,4 +4,6 @@
4 4  
5 5 * rails 2 uses prototype instead of jquery
6 6  
7   -* config/environment.rb maybe still have some code that should be on the initializers
8 7 \ No newline at end of file
  8 +* config/environment.rb maybe still have some code that should be on the initializers
  9 +
  10 +* initializers session_store.rb inflections.rb... don't exist
9 11 \ No newline at end of file
... ...
config/environment.rb
... ... @@ -125,3 +125,5 @@ if !['test', 'cucumber'].include?(ENV['RAILS_ENV'])
125 125 require localconfigfile
126 126 end
127 127 end
  128 +
  129 +Rails3::Application.initialize!
128 130 \ No newline at end of file
... ...