2009/8/25 Arthur Rats <[email protected]>: > > Well, i havent the need to go backwards, but testing out xlsuite I have > tried to get it running with the code from git and the bundled rails > wasnt working well. I ran on Debian, rails 2.3.3,ruby 1.8.7 and xl is > on 2.2.2 but I couldnt get it working so hence the reason to ask. I did > remove the newer version and installed 2.2.2 to get it to work but it > was complaining about encoding issues...
You don't need to remove a later version of Rails to use an earlier version, just setup the version you want in environment.rb, for example RAILS_GEM_VERSION = '2.3.2' unless defined? RAILS_GEM_VERSION If you want to freeze that version into your app then you can do rake VERSION=2.3.2 rails:freeze:gems Colin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

