Reputation: 6862
I created an App in Rails 3.1.1 but now I want to downgrade it to Rails 3.0.3. Will replacing rails version in gemfile do given the new file structure of Rails 3.1.1.
Upvotes: 1
Views: 287
Reputation: 915
The major change is the assents folder. Transfer the data into public folder for 3.0
Upvotes: 0
Reputation: 230346
No, you will have to get rid of asset pipeline (maybe something else). If you haven't gone far, it might be easier to just regenerate the app.
Upvotes: 1