diff --git a/MIGRATION_ISSUES b/MIGRATION_ISSUES index cd16760..2284d52 100644 --- a/MIGRATION_ISSUES +++ b/MIGRATION_ISSUES @@ -4,4 +4,6 @@ * rails 2 uses prototype instead of jquery -* config/environment.rb maybe still have some code that should be on the initializers \ No newline at end of file +* config/environment.rb maybe still have some code that should be on the initializers + +* initializers session_store.rb inflections.rb... don't exist \ No newline at end of file diff --git a/config/environment.rb b/config/environment.rb index d3973c6..d942811 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -125,3 +125,5 @@ if !['test', 'cucumber'].include?(ENV['RAILS_ENV']) require localconfigfile end end + +Rails3::Application.initialize! \ No newline at end of file -- libgit2 0.21.2