Thread: my rails runner
View Single Post
  #4  
Old 03-03-2010, 01:09 AM
Grzegorz Derebecki Grzegorz Derebecki is offline
Senior Member
 
Join Date: Jun 2007
Posts: 92
I think there is 1 litle problem with RailsRunner:

Code:
 require 'active_support' 
 require 'action_controller'
if you include config/boot i think they are arledy loaded if not
it will load newest version of this libs even application runing older rails
(if there is 2 rails version installed in system exemple: 2.3.5 and 2.3.4)
Reply With Quote