I\'m upgrading an application from Rails 3.0 to 3.1 and found the following error showing up in my tests:
I\'ve just upgraded my app on Heroku from Rails 3.0 to 3.1, and I\'m trying to make the assets pipeline work. The main issue is that I can read from the heroku log the following kind of lines, for eve
I see that some people are updating their apps to Rails 3.1. When is the best time to update a production app? As soon as it is开发者_C百科 released? When the next stable version is released? A major
I\'m in the process of updating a Rails 3 app to use Rails 3.1 and as part of that, am making use of the new asset pipeline. So far, I\'ve got everything working apart from one rather annoying problem
For 开发者_开发百科some reason, the new asset pipeline is not pulling in my swf file, which I need.I\'ve tried placing the swf file in app/assets/, app/assets/flash (after addingconfig.assets.paths &l
I\'m using Yahoo\'s reset.css in my new generated Rails 3.1 app. Given following app structure: - myapp
I am trying to开发者_如何学Go use ActiveAdmin with rails 3.1, but I get the following error during rails generate active_admin:install I get the following:
I have some routes that worked fine in my Rails 3.0.7 app prior to upgrading to 3.1. # routes.rb resources :chapters do
im fairly new To Javascript and Rails 3.1. So i now have a Rails app up und runnig and doing what i wha开发者_StackOverflownt,BUT:
I trying to get mongoid to save associations, but I can only get one side to work. If I have the following test.