Just upgraded to rails 3.1 and now my form_tag doesn\'t work anymore, I don\'t get any errors at all?
I have trouble using any form of the asset pipeline within mailer, wether the Mailer itself or the view.
Im trying to setup a blog with tagging, and i\'ve run into a problem when trying to save. I got 3 models
I have a filesystem in my app where files are been uploaded via paperclip and i dont know how 开发者_JS百科to download the uploaded files that have been saved in the file system. if i do something lik
I am trying to rewrite an app using rails 3.1 making use of engines. Somehow the test dumm开发者_运维问答y app does not pick up my assets and I don\'t know what would be causing this. i.e. stylesheets
I am trying to add a module to my Rails 3.1 app, I\'ve been able to do this before, but it is not working now with the latest module I\'ve added. Any thoughts greatly appreciated
If I render a partial like so: = render :partial => \"event_news_item\", :object => event,:variable => true
How would this be updated for Rails 3.1? http://rai开发者_运维问答lscasts.com/episodes/88-dynamic-select-menus
I am using JW Player to play streaming audio files. I have built a custom skin but can\'t get the player to show up. When you build your custom skin, you zip up the skin along with the skin.xml file (
I keep getting depreciation warnings while testing in Rails 3.1 like RailsProject$ bundle exec autotest