On 21 December 2013 00:48, Toby Rodwell <[email protected]> wrote: > I have a Rails application runnng on one machien quite happily, using > Ruby 1.9.1-p243 and Rails 2.3.3. I copied the app and config folders to > another machine, on which I'm also running 1.9.1-p243, but via RVM. > Whenever I try to launch the Rails application ('server', 'runner', > 'console') I get the error message "no such file to load -- > my_extensions (MissingSourceFile)".
Post the full error including the stack trace if there is one. First have a good look at it though to see if it tells you where it is being included from. Also do a full text search on the original machine looking for 'my_extensions' and 'MyExtensions' and do a file search for my_extensions.rb Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLsOk_1-vocJEf-NFG8qqtckf_FS3her-AovY1GhS5FrQA%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.

