From df56fa2866e35ccc2db2ffcb6bfe94bdb040be43 Mon Sep 17 00:00:00 2001 From: Rafael Reggiani Manzo Date: Tue, 30 Oct 2012 15:28:59 -0200 Subject: [PATCH] environment.rb adapted --- MIGRATION_ISSUES | 4 +++- config/environment.rb | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) 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