For questions about Action Views, HTML and Ruby templates used in Ruby on Rails
I am trying to humanize the symbols that are the keys for a hash c.each_key{ |f| humanize(f.…
ruby ruby-on-rails-3 actionview actionviewhelperI have a button_to that I want to perform a PUT action (there is only one thing that can …
ruby-on-rails ruby-on-rails-3 actionviewI have a set of rails view helpers that I use regularly, and would like to package them up into …
ruby-on-rails ruby-on-rails-3 rubygems gem actionviewI'm using 'time_ago_in_words' function in a view, and I need to test the output in the FunctionalTest. …
ruby-on-rails actionview actionviewhelperI have an iframe which renders a partial and is not part of the main application layout or asset pipeline. …
ruby-on-rails heroku actionview asset-pipelineFor including a piece of javascript that I only need on some pages, I put = javascript_tag do = render "inserts_…
javascript ruby-on-rails ruby actionviewI've created a method in my app that saves my layout as an image and presents it in the gallery. …
android image android-intent gallery actionviewI have this problem all the time in my rails apps and I still need the correct solution. Whenever a …
ruby-on-rails forms webforms actionview actionviewhelperFor a plugin I want to hack the following feature into Rails: When a (partial) template does not exist (regardless …
ruby-on-rails render actionviewI want to create label tag with some nested elements. I am using label helper and trying to pass inner …
ruby-on-rails ruby-on-rails-3 label block actionview