Asset Pipeline: Trouble on deploying my Rails 3.1 application with Capistrano?

See: guides.rubyonrails.org/asset_pipeline.ht... If you have other manifests or individual stylesheets and JavaScript files to include, you can add them to the precompile array: config.assets. Precompile += 'admin. Js', 'admin.

Css', 'swfObject. Js'.

See: guides.rubyonrails.org/asset_pipeline.ht... " If you have other manifests or individual stylesheets and JavaScript files to include, you can add them to the precompile array: config.assets. Precompile += 'admin. Js', 'admin.

Css', 'swfObject. Js'.

Try to add config.assets. Compile = true in production.rb. Hope that helps.

I tryed that and it doesn't work. I get a ActionView::Template::Error ( isn't precompiled). – user502052 Sep 25 at 17:09.

Try to create new Rails 3.1 project with scaffolding and deploy it. If everything will be ok, compare configs and other files with your real project.

I am using Ruby on Rails 3.1.0 and Capistrano. I have a problem on make the application to work in production mode (the remote machine is running Ubuntu 10.4 - my local machine is a MacOS running Snow Leopard 10.6.7). What I should to do in order to make the application to work in production mode on the remote machine?

If I comment the load 'deploy/assets' I do not get anymore the uninitialized constant Rake::DSL but I get still the ActionView::Template::Error (application. Css isn't precompiled) error.

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