Rails 3.1rc4 asset pipeline broke after Ruby update? How to re-activate/configure it?

It seems that version 2.0.0.beta.11 of sprockets broke the assets pipeline. Putting gem 'sprockets', '= 2.0.0.beta.10 into your Gemfile seems to fix the problem (it worked for me). Rails seems to automatically use the most recent version of the beta for whatever reason so if you just started your project recently or updated all your gems it probably broke it Note that this info isn't mine originally, I got the fix from groups.google.com/group/rubyonrails-core... He explains the problem for ver.2.0.0.beta.11 but I was using ver.2.0.0.beta.12 with the same results so it seems that they haven't fixed it yet EDIT: It seems that upgrading your rails to 3.1.Rc5 also fixes the problem.

It seems that version 2.0.0.beta.11 of sprockets broke the assets pipeline. Putting gem 'sprockets', '= 2.0.0.beta.10' into your Gemfile seems to fix the problem (it worked for me). Rails seems to automatically use the most recent version of the beta for whatever reason so if you just started your project recently or updated all your gems it probably broke it.

Note that this info isn't mine originally, I got the fix from groups.google.com/group/rubyonrails-core... He explains the problem for ver. 2.0.0.beta.11 but I was using ver. 2.0.0.beta.12 with the same results so it seems that they haven't fixed it yet.

EDIT: It seems that upgrading your rails to 3.1. Rc5 also fixes the problem.

I ended up just blowing out the whole problematic gemset and starting anew. Lesson learned: Don't trust rvm upgrade. Install the new Ruby w/in RVM.

Then manually rebuild (or bundle install) your gemsets.

Started GET "/assets/application. Served asset /application. ActionController::RoutingError (No route matches GET "/assets/application.

Started GET "/assets/application. Served asset /application. ActionController::RoutingError (No route matches GET "/assets/application.

Started GET "/assets/racer-outline. Served asset /racer-outline. ActionController::RoutingError (No route matches GET "/assets/racer-outline.

Started GET "/assets/ray. Served asset /pogo. ActionController::RoutingError (No route matches GET "/assets/ray.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions