Is it possible to dynamically change the path from which controll开发者_C百科ers are used? Ryan Bates showed how to change the view_paths here: http://railscasts.com/episodes/269-template-inheritance
I want to use the manifest methods in Rails 3.1 /* *= require_self *= require_tree . */ However, I also need to specify an encoding directive
I have a js vendor script called Corners.js located in /vendor/assets/javascrip开发者_如何转开发ts/
I check the headers on my production server as curl --head -H \"Accept-Encoding: gzip\" http://foo.heroku.com/assets/mobile.js
After I deployed my upgraded Rails 2.3.x -> 3.1 (rc4) app to our test environment this afternoon, all of our stylesheets and JavaScript files were returning 404 errors.We had added the rake assets:pre
How does Rails 3.1 (RC4) and scoped mass assignment expect us to work with seeds.rb when loading a list of data.
I\'m having some trouble creating functions with CoffeeScript, I guess I\'ve missed something. For my users controller I\'d like to create client-side validation for a signup form. I think I\'ve misse
I\'m using Rails 3.1 and SCSS in the Asset Pipeline. Is there anyway to access Rails helpers or controller data in the SCSS file? Something like...
I\'ve got a few questions about Capybara. And I might as well ask here since the RDOC in the github page for Capybara is great to get it set up and running. But where is the API or list of available m
I\'m working through Agile Web Development with Rails and my :destroy method fro开发者_高级运维m products_controller just takes me to the product show page. I ran into this problem with another applic